Releases: wix/stylable
Releases · wix/stylable
v5.2.0
v4.15.1
v5.1.0
@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
v4.14.2
v5.0.1
v5.0.0
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.
- Migration guide - https://stylable.io/docs/guides/migration-v5
- Plan for this release - #2410
- Drop support for node v12
- Reduce and simplify unintended public APIs
- Add introspection APIs for editing operations
v4.14.1
v4.14.0
@stylable/core
- feat: add CSS layer support (#2567)
- fix: add
filePath
topostcss
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
frompeerDependencies
(#2598)
create-stylable-app
- fix: remove stylable eslint plugin (#2582)
Full Changelog: v4.13.3...v4.14.0
v4.13.3
@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