Skip to content

Releases: wixplosives/stylable-intelligence

v0.7.4

14 May 11:18
Compare
Choose a tag to compare

Bug fix

  • fix incorrect formatting for st-import causing values to disappear

v0.7.3

16 Mar 09:58
Compare
Choose a tag to compare

Completions

  • suggest custom property (CSS var) completions inside named imports (@st-import and :import)
  • suggest top level completion for @st-global-custom-property

Misc.

  • upgrade all dependencies to latest stable

v0.7.2

25 Feb 11:37
Compare
Choose a tag to compare

Bug fix

  • Updated language server should no longer falsely warn on @st-global-custom-property

v0.7.1

24 Feb 14:09
Compare
Choose a tag to compare

v0.7.1

  • fix "build" badges on the marketplace

v0.7.0

24 Feb 13:59
Compare
Choose a tag to compare

v0.7.0

  • add syntax highlighting support for st-partial-mixin and @st-import
  • upgrade all dependencies to latest stable

v0.6.1

25 May 11:53
Compare
Choose a tag to compare

Bug fix

  • Fix issue concerning loading the extension formatting configuration

v0.6.0

25 May 11:52
Compare
Choose a tag to compare

New feature

  • The extension now supports formatting entire stylable files or specific ranges within
  • Introduced additional configuration options for controlling formatting

v0.5.6

19 May 11:37
Compare
Choose a tag to compare

Misc

  • Update all dependencies to latest stable
    • Includes an upstream fix for an issue concerning overriding a mixin using a multi-param variable (see #320)

v0.5.5

07 May 09:37
Compare
Choose a tag to compare

Bug fix

  • Fix broken publish introduced in v0.5.4

v0.5.4

06 May 14:59
Compare
Choose a tag to compare

Changes

  • value() color picker replaces color inline, not source variable (current behavior does nothing)
  • does not show color square on vars in imports
  • support spaces in value() color recognition