Skip to content

Releases: d4rkr00t/language-stylus

v1.16.0

26 Jun 10:18
0d5dade
Compare
Choose a tag to compare

Changed

  • Add github actions ci
  • Add sponsor link for stylus project
  • Bump stylus to v0.58.1
  • Bump vscode-css-languageservice to v6.0.1
  • Bump vsce to v2.9.2
  • Bump typescript to v4.7.4
  • Drop conventional-github-releaser and cz-conventional-changelog

v1.15.0

18 Dec 03:16
36a79b5
Compare
Choose a tag to compare

Fixed

  • Fix color preview not functioning properly when using hex values, close #96
  • Upgrade stylus and vscode-css-languageservice to latest version

v1.14.1

25 Nov 02:12
8bad764
Compare
Choose a tag to compare

Fixed

  • Fix duplicated color preview square shown, close #65

v1.14.0

22 Nov 03:55
93e6c42
Compare
Choose a tag to compare

Fixed

  • Fix css variables and at_rule syntax highlight

Added

  • var() and calc() css builtin function autocomplete support
  • color picker support, to fix #51

Changed

  • Change css function automplete behavior, set cursor into the position between parens
  • Bump vscode-css-languageservice from v5.1.4 to v5.1.8