Releases: wixplosives/stylable-intelligence
Releases · wixplosives/stylable-intelligence
v0.7.4
Bug fix
- fix incorrect formatting for st-import causing values to disappear
v0.7.3
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
Bug fix
- Updated language server should no longer falsely warn on
@st-global-custom-property
v0.7.1
v0.7.1
- fix "build" badges on the marketplace
v0.7.0
v0.7.0
- add syntax highlighting support for
st-partial-mixin
and @st-import
- upgrade all dependencies to latest stable
v0.6.1
Bug fix
- Fix issue concerning loading the extension formatting configuration
v0.6.0
New feature
- The extension now supports formatting entire stylable files or specific ranges within
- Introduced additional configuration options for controlling formatting
v0.5.6
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
Bug fix
- Fix broken publish introduced in
v0.5.4
v0.5.4
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