Skip to content

Releases: wix/stylable

v5.2.0

14 Aug 12:00
Compare
Choose a tag to compare

@stylable/core

  • feat: new generateStylableJSModuleSource api (#2660)
  • fix: resolver performance regression (#2654)

@stylable/language-service

  • fix: @property unknown at-rule diagnostic (#2661)

Full Changelog: v5.1.0...v5.2.0

v4.15.1

14 Aug 11:57
Compare
Choose a tag to compare

@stylable/core

  • fix: resolver performance regression (#2653)

v5.1.0

03 Aug 09:58
Compare
Choose a tag to compare

@stylable/core

  • feat: transition from native @namespace to @st-namespace (conflict) (#2624)
  • fix: imported element transform to class (#2603)

@stylable/node

  • fix: js runtime throws in edge case involving multiple builds (#2619)

create-stylable-app

  • feat: move to native esm templates (#2609)

Full Changelog: v5.0.1...v5.1.0

v4.15.0

03 Aug 10:29
Compare
Choose a tag to compare

@stylable/core

  • feat: transition from native @namespace (#2641)

v4.14.2

27 Jul 10:56
Compare
Choose a tag to compare

@stylable/core

  • fix: JS runtime throws in edge case involving multiple builds (#2620)
  • fix: imported element transform to class

Full Changelog: v4.14.1...v4.14.2

v5.0.1

10 Jul 16:16
Compare
Choose a tag to compare

v5.0.0

10 Jul 14:51
6a38f3f
Compare
Choose a tag to compare

Stylable v5

We have taken the opportunity of node dropping LTS support for v12 and we have decided to include a number of additional breaking changes to the v5 release. These changes are primarily to the programmatic API of Stylable and not to user facing features, syntax or integrations.

v4.14.1

10 Jul 16:03
Compare
Choose a tag to compare

v4.14.0

10 Jul 13:53
Compare
Choose a tag to compare

@stylable/core

  • feat: add CSS layer support (#2567)
  • fix: add filePath to postcss parse (#2569)
  • fix: remove root validation (#2589)

@stylable/build-tools

  • feat: support loading stylable.config.cjs (#2573)

@stylable/webpack-plugin & @stylable/rollup-plugin

  • fix: collect dependencies resiliently (#2597)
  • chore: move core to dependencies from peerDependencies (#2598)

create-stylable-app

  • fix: remove stylable eslint plugin (#2582)

Full Changelog: v4.13.3...v4.14.0

v4.13.3

13 Jun 10:04
Compare
Choose a tag to compare

@stylable/core

  • feat: implement new namespace strategy (#2523)
  • fix: cachedProcessFile should not based on mtime (#2526)
  • fix: issue when bundling with target node (#2448)
  • fix: unescape intended quotes in mixin arguments (#2554)

@stylable/webpack-plugin

  • fix: preserve duplicate used/unused module conflict (#2557)

@stylable/language-service

  • fix: filter out false diagnostics for @st-scope selectors with special characters (#2531)

create-stylable-app

  • refactor: enable react/jsx-runtime in templates (#2558)

Full Changelog: v4.13.2...v4.13.3