Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

70 lines (55 loc) · 3.66 KB

Change Log

[1.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

[1.4.6]

[1.4.5]

Bug fixes:

[1.4.4]

Bug fixes:

[1.4.3]

[1.4.2]

Updates/enhancements:

[1.4.1]

Performance:

[1.4.0]

Updates/enhancements:

Bug fixes:

[1.3.0]

Updates/enhancements:

[1.2.1]

[1.2.0]

Updates/enhancements:

Security updates:

  • Bump lodash from 4.17.15 to 4.17.19

Bug fixes:

  • Replace large numeric value with java's max int value

Release info: https://github.com/forcedotcom/salesforcedx-vscode-slds/releases/tag/v1.2.0

[1.1.0]

  • New LSP version
  • Minor repair to telemetry modal

[1.0.0]

  • Initial release