Skip to content

Releases: willofindie/vscode-cssvar

v0.6.0

10 Feb 18:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

31 Jan 17:28
Compare
Choose a tag to compare

What's Changed

  • [Fix] Add support for Svelte and Vue extensions by @phoenisx in #18

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Dec 10:13
Compare
Choose a tag to compare

What's Changed

  • [Fix] Add support for Postcss LanguageId.

Full Changelog: v0.3.0...v0.4.0

0.3.0

19 Nov 10:49
Compare
Choose a tag to compare

Changelog

  • Multi CSS Var IntelliSense activation. Fixes #11

Full Changelog: v0.2.0...v0.3.0

0.2.0

18 Oct 03:05
Compare
Choose a tag to compare

Changelog

  • Migrated Unstable feature no_sort behind extension configs. #10

0.1.1

11 Sep 11:27
Compare
Choose a tag to compare

Update

  • Add support for unstable features
  • Better Testing
  • Closes #10

0.1.0

14 Apr 16:29
Compare
Choose a tag to compare

Fix:

  • Replaced character should be proper. Like:
    • Do not add semicolon, if already present
    • Support Suffixes like ), ;, " etc.
    • Support var() syntax, i.e. if var() is already present, replace it.

0.0.8

14 Apr 13:53
Compare
Choose a tag to compare

Update

  • Handle Parsing errors
  • Add Unit Test Cases for various isolated functionalities

0.0.7

13 Apr 20:18
Compare
Choose a tag to compare

Updated:

  • Add support for glob pattern in config.files.
  • Add support for short extension names, in css.extensions

0.0.6

03 Apr 09:22
Compare
Choose a tag to compare

Fix

  • README Doc with proper logo.