Releases: wix/stylable
Releases · wix/stylable
v4.8.0
@stylable/core
- refactor: integrate new CSS selector parser using Tokey (#1884)
- feat: add
ensureStylableImports
utility (#2117) - feat: add max selector AST cache (#2116)
- refactor: change
NO_KEYFRAMES_IN_ST_SCOPE
diagnostics to error (#1979) - refactor: remove deprecation diagnostics from
matchSelectorTarget
andcreateSubsetAst
(#2136) - refactor: extend resolver cache entity (#2128)
- refactor: organize internal features and meta imports (#2124)
@stylable/jest
- fix: enable default package namespace resolver (#2097)
- feat: allow passing stylable configuration from the Jest configuration file (#2097)
@stylable/webpack-extensions
- feat(webpack-extensions): add the ability to generate named exports in manifest index (#2113)
Full Changelog: v4.7.4...v4.8.0
v3.13.1
v4.7.4
v4.7.3
v4.7.2
v4.7.1
v4.7.0
@stylable/core
- feat: support info diagnostic type (#2019)
- feat: add CSS function notation syntax for "stMap" and "stArray" (#2018)
- feat: support st-global in custom property declaration (#2013)
- fix: js mixin re-export arguments parsing (#2050)
@stylable/cli
- feat: add code-mod utility in CLI (#1693)
- feat: use stylable diagnostics in the code-mod CLI (#2036)
- feat: support configuration file (#2049)
- feat: codemod API improvements (#2054)
@stylable/experimental-loader
- fix: adopt css-loader api changes (#2076)