Skip to content

v1.0.0

Compare
Choose a tag to compare
@adalinesimonian adalinesimonian released this 22 Oct 02:59
· 199 commits to main since this release
336480a

Breaking Changes

  • Dropped support for Stylelint 13 and prior; only Stylelint 14 is supported now. See the migration guide for more details.
  • Removed bundled copy of Stylelint; local or global installation is now required. See the migration guide for more details.
  • Validation and completion now only works for documents with language identifiers css, less, and postcss by default. See the migration guide for more details.
  • stylelint.syntax configuration option removed; use stylelint.customSyntax instead. See the migration guide for more details.

Added

  • Opening a workspace with a version of Stylelint older than v14.0.0 will now show a warning message once with a link to the migration guide.

Changed

  • Updated vscode-languageserver to v7, conforming to LSP v3.16.0.
  • Extension re-architected to be more modular and easier to test (#265).