Skip to content

Releases: forcedotcom/salesforcedx-vscode-slds

v2.0.12

04 Dec 13:39
987533e
Compare
Choose a tag to compare

[2.0.12]

  • Ruleset Separation
    • Breaks out various rules into their own categories in both sarif reporter and in Vscode smells
      • BEM
      • DEPRECATED
      • DENSITY
  • Readded SLDS2 Classes for 252.14 Patch
    • In an effort to ensure users have a smooth transition from SLDS1 -> SLDS2 several classes from SLDS1 have been reintroduced to SLDS2 and will no longer show up as deprecated in the validator.

v2.0.11

02 Dec 16:32
2b3b642
Compare
Choose a tag to compare
  • Various Sarif Reporting Fixes
    • Fixes various issues with larger repositories
  • Mobile Validation bug
    • The mobile validation rule has been re-enabled for end users

GUS WI

v2.0.10

14 Nov 20:23
b678110
Compare
Choose a tag to compare

What's Changed

  1. Created a release pipeline for more consistent and regular releases

v2.0.9

09 Oct 20:45
3ce4e0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.8...v2.0.9

v2.0.8

17 Sep 23:28
c4b83af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.10...v2.0.8

v1.4.11

10 Sep 00:20
Compare
Choose a tag to compare

What's Changed

  • fix(docs): Update README and CHANGELOG #125

Full Changelog: v1.4.10...v1.4.11

v1.4.10

27 Jun 07:26
d994432
Compare
Choose a tag to compare

What's Changed

  • chore(lsp): Bump lsp version to 0.0.15 and bump extension to 1.4.10 by @Dottenpixel in #123

Full Changelog: v1.4.9...v1.4.10

v1.4.9

27 Jun 06:58
16031ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.8...v1.4.9

Release v1.4.8

02 Sep 18:15
4e5c9d0
Compare
Choose a tag to compare

Release v1.4.7

13 Jul 17:18
2a5b8f1
Compare
Choose a tag to compare

Updates/enhancements:

  • Enable suppression of SLDS warnings in HTML files for mobile via Quick Fix actions. Any HTML content that is between <!-- sldsValidatorIgnore --> and <!-- sldsValidatorAllow --> will now be exempt from SLDS validation. Furthermore <!-- sldsValidatorIgnoreNextLine --> will exempt the next immediate line from SLDS validation. By adding a <!-- sldsValidatorIgnore --> at the top of an HTML file with no <!-- sldsValidatorAllow --> anywhere else in that file, you can exempt the entire content of the file from SLDS validation.
  • New preference flag for SLDS Validator extension. Now using Salesforce-vscode-slds > Basic : Mobile Validation flag you can globally enable or disable SLDS validation for mobile.
  • Update LSP: https://github.com/forcedotcom/salesforcedx-slds-lsp/releases/tag/v0.0.12