Skip to content

Releases: stylelint/vscode-stylelint

v1.0.1

22 Oct 16:08
eadb801
Compare
Choose a tag to compare

Fixed

- Less is now correctly linted by default (#270).

v1.0.0

22 Oct 02:59
336480a
Compare
Choose a tag to compare

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).

v0.87.6

04 Oct 20:37
d7ba406
Compare
Choose a tag to compare

Fixed

  • Fixed bug where two duplicate document formatters would be shown for documents in supported languages (#251).

v0.87.5

30 Sep 19:23
ae512f4
Compare
Choose a tag to compare

Fixed

  • Fixed bug where extension would throw an error "Cannot find module '.../dist/template-parse'" (#244).

v0.87.4

29 Sep 19:31
2d65deb
Compare
Choose a tag to compare

Fixed

  • Fixed bug where extension would throw an error "Cannot find module 'postcss-html/extract'" (#240).

v0.87.3

29 Sep 03:34
8e56410
Compare
Choose a tag to compare

Fixed

  • Fixed bug where extension would throw an error "Cannot find module './syntax-...'" (#238).

v0.87.2

28 Sep 19:45
67876a8
Compare
Choose a tag to compare

Changed

  • Extension is now bundled to reduce size and improve startup time (>7mb → ~500-600kb) (#236).

v0.87.1

28 Sep 18:35
e85fbc3
Compare
Choose a tag to compare

Fixed

  • Fixed entry in .vscodeignore resulting in package missing dependencies (e9813e6).

v0.87.0

28 Sep 18:24
afab167
Compare
Choose a tag to compare

Added

  • Document formatting support (#200).

Changed

v0.86.0

07 Feb 00:38
Compare
Choose a tag to compare
  • Add "stylelint.configFile" option (#168)