Releases: forcedotcom/salesforcedx-vscode-slds
Releases · forcedotcom/salesforcedx-vscode-slds
v2.0.12
[2.0.12]
- Ruleset Separation
- Breaks out various rules into their own categories in both sarif reporter and in Vscode smells
- BEM
- DEPRECATED
- DENSITY
- Breaks out various rules into their own categories in both sarif reporter and in Vscode smells
- 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
v2.0.10
What's Changed
- Created a release pipeline for more consistent and regular releases
v2.0.9
What's Changed
- Update README.md by @teresa-allen-sfdc in #132
- Release 2.0.9 by @clayparksfdc in #133
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- fix(docs): Update README and CHANGELOG by @Dottenpixel in #125
- CX writer 2.0.7 and 1.4.11 release notes by @teresa-allen-sfdc in #126
- 2.0.8 release by @clayparksfdc in #128
- Updated for external specific rules by @clayparksfdc in #129
- Update to handle slds and slds2 rules by @clayparksfdc in #130
New Contributors
- @teresa-allen-sfdc made their first contribution in #126
- @clayparksfdc made their first contribution in #128
Full Changelog: v1.4.10...v2.0.8
v1.4.11
v1.4.10
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
What's Changed
- Publish VSIX artifact in GitHub release by @jgellin-sf in #99
- chore(deps): Update and regenerate package-lock file by @Dottenpixel in #119
- Update all libraries to latest by @billyma in #120
- chore(lsp): Bump lsp version to 0.0.14 and bump extension to 1.4.9 by @Dottenpixel in #121
New Contributors
- @jgellin-sf made their first contribution in #99
Full Changelog: v1.4.8...v1.4.9
Release v1.4.8
Release includes:
Release v1.4.7
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