Skip to content

Releases: wix/stylable

v4.8.0

07 Nov 11:35
Compare
Choose a tag to compare

@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 and createSubsetAst (#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

07 Nov 11:43
Compare
Choose a tag to compare

@stylable/webpack-extensions

  • feat: add the ability to generate named exports in manifest index (#2119)

v4.7.4

20 Oct 13:07
Compare
Choose a tag to compare

@stylable/cli

  • fix: rebuild index file in watch mode (#2106)

v4.7.3

19 Oct 12:30
Compare
Choose a tag to compare
  • fix(create-stylable-app): pin templates to eslint@7 (#2104)
  • deps: upgrade to latest stable

v4.7.2

06 Oct 10:52
Compare
Choose a tag to compare

@stylable/cli

  • feat: select module format explicitly from config file (#2087)

v4.7.1

05 Oct 11:23
Compare
Choose a tag to compare

@stylable/core

  • refactor: move internal functionality to separated file (#2085)

v4.7.0

03 Oct 15:38
Compare
Choose a tag to compare

@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)

v3.13.0

03 Oct 14:57
Compare
Choose a tag to compare

@stylable/core

  • fix: js mixin re export (#2051)

v4.6.0

18 Aug 09:18
Compare
Choose a tag to compare

@stylable/core

  • feat: support defining and using global keyframes using st-global (#1973)

@stylable/runtime

  • fix: issue where Stylable 4 can make Stylable 3 stylesheets disappear (#2016)

v3.12.6

12 Aug 11:10
Compare
Choose a tag to compare

@stylable/cli

  • fix: add missing @stylable/module-utils dependency (#2011)