Skip to content

Releases: willofindie/vscode-cssvar

v2.2.1

04 Sep 20:03
Compare
Choose a tag to compare

What's Changed

  • [Fix] Add support for SCSS custom at-rules by @phoenisx in #67
  • [Fix] Dedupe CSS variables per file, without affecting existing theme settings by @phoenisx in #69

Full Changelog: v2.2.0...v2.2.1

v2.2.0

28 Aug 07:59
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add all supported extensions to defaults by @phoenisx in #59
  • [Feat] Add support for Hover Provider by @phoenisx in #62

Full Changelog: v2.1.0...v2.2.0

v2.1.0

09 Aug 17:34
Compare
Choose a tag to compare
  • Backwards compatibility support for cssvar.postcssSyntax property in settings.json

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Aug 17:09
Compare
Choose a tag to compare

Breaking changes:

In settings.json, property cssvar.postcssSyntax has been modified. It now accepts an object value instead of an array of strings.

E.g. It accepts a Map between Sytax parser module name and file extensions for which this parser will be used.

// .vscode/settings.json
{
  "cssvar.postcssSyntax": {
    // [npm package name]: ["file extension list to use this syntax parser for"]
    "postcss-syntax": ["js", "jsx", "ts", "tsx"]
  }
}

Details: Customization Doc

Features:

  • Adds support for parsing js/ts template literals, which ultimately provides support for CSS variables used in styled-components and libraries which uses template literals for CSS-in-JS.

  • This extension now officially supports parsing css/scss/less/postcss syntaxes, no external parsers are needed. The size of the generated bundle is still under 200kB.

  • Adds support for all compatible PostCSS syntax parsers

  • Improved Documentation.

Full Changelog: v1.8.1...v2.0.0

v1.8.1

06 Aug 03:21
Compare
Choose a tag to compare
  • Updated/Beautify Readme. 😉

Full Changelog: v1.8.0...v1.8.1

v1.8.0

01 Aug 16:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1

27 Jul 16:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

24 Jul 17:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

24 Jul 07:47
Compare
Choose a tag to compare
  • Fix the README doc

Full Changelog: v1.6.0...v1.6.1

v1.6.0

24 Jul 07:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0