Releases: Dwlad90/stylex-swc-plugin
Releases · Dwlad90/stylex-swc-plugin
0.13.1-rc.3
What's Changed
Bug Fixes 🐛
- npm(deps): bump the build-tools group with 6 updates by @dependabot[bot] in #672
Continuous Integration 🤖
- ci(deps): bump softprops/action-gh-release from 2.4.1 to 2.5.0 by @dependabot[bot] in #679
Dependency Updates 📦
- npm(deps): bump the nextjs group with 2 updates by @dependabot[bot] in #670
- npm(deps-dev): bump vitest from 4.0.6 to 4.0.14 in the test-dependencies group by @dependabot[bot] in #674
- npm(deps-dev): bump @pmmmwh/react-refresh-webpack-plugin from 0.6.1 to 0.6.2 by @dependabot[bot] in #680
- npm(deps-dev): bump the react-ecosystem group with 2 updates by @dependabot[bot] in #676
- npm(deps-dev): bump rollup-plugin-node-externals from 8.1.1 to 8.1.2 by @dependabot[bot] in #689
- npm(deps-dev): bump @rollup/plugin-node-resolve from 16.0.1 to 16.0.3 by @dependabot[bot] in #690
- npm(deps-dev): bump browserslist from 4.25.1 to 4.28.0 by @dependabot[bot] in #687
- npm(deps-dev): bump typescript-eslint from 8.35.1 to 8.48.0 by @dependabot[bot] in #683
- npm(deps-dev): bump globals from 16.3.0 to 16.5.0 by @dependabot[bot] in #695
- npm(deps): bump the e2e group with 2 updates by @dependabot[bot] in #675
- npm(deps-dev): bump @rspack/core from 1.6.0 to 1.6.5 by @dependabot[bot] in #681
- cargo(deps): bump napi from 3.4.0 to 3.5.2 by @dependabot[bot] in #702
- cargo(deps): bump napi-derive from 3.3.0 to 3.3.3 by @dependabot[bot] in #704
- cargo(deps): bump criterion from 0.7.0 to 0.8.0 by @dependabot[bot] in #703
- cargo(deps): bump clap from 4.5.51 to 4.5.53 by @dependabot[bot] in #705
- cargo(deps): bump indexmap from 2.12.0 to 2.12.1 in the utilities group by @dependabot[bot] in #699
- npm(deps): bump the code-quality group with 6 updates by @dependabot[bot] in #673
- npm(deps-dev): bump @rsbuild/core from 1.6.0 to 1.6.11 by @dependabot[bot] in #677
- npm(deps-dev): bump @types/node from 24.9.2 to 24.10.1 in the typescript-types group by @dependabot[bot] in #671
- npm(deps-dev): bump serve from 14.2.4 to 14.2.5 by @dependabot[bot] in #694
- npm(deps-dev): bump @storybook/addon-vitest from 10.0.2 to 10.1.2 by @dependabot[bot] in #693
- npm(deps-dev): bump @typescript-eslint/parser from 8.46.2 to 8.48.0 by @dependabot[bot] in #684
- npm(deps-dev): bump @chromatic-com/storybook from 4.1.2 to 4.1.3 by @dependabot[bot] in #696
Full Changelog: 0.13.1-rc.2...0.13.1-rc.3
0.13.1-rc.2
0.13.1-rc.1
What's Changed
Bug Fixes 🐛
Other Changes 🔄
- docs(stylexswc/unplugin): Update README with Rspack example by @welkinwong in #663
- enhancement(@stylexswc/unplugin): add StyleX generated styles to CSS pipeline by @Dwlad90 in #666
New Contributors
- @welkinwong made their first contribution in #663
Full Changelog: 0.13.0...0.13.1-rc.1
0.13.0
What's Changed
Breaking Changes 🛠
- feat(stylexswc/nextjs-plugin): add support to turbopack by @Dwlad90 in #615
- feat(stylexswc/rs-compiler): upgrade napi to v3 by @Dwlad90 in #655
- feat(stylexswc/webpack-plugin): add loaderOrder options parameter by @Dwlad90 in #661
Bug Fixes 🐛
- fix(stylex_shared): improve source code parsing performance by @Dwlad90 in #617
- npm(deps): bump the build-tools group with 4 updates by @dependabot[bot] in #633
- fix(stylex_shared): not discard namespaces of computed identifiers by @Dwlad90 in #657
- fix(stylex_shared): evaluate optional chaining by @Dwlad90 in #658
- fix(stylex_shared): allow evaluate theme ref as object value by @Dwlad90 in #660
Features 🎉
- feat(stylex_compiler_rs): add support to SWC plugins by @Dwlad90 in #616
- StyleX 0.16.3 release features and fixes by @Dwlad90 in #653
Continuous Integration 🤖
- ci(stylexswc/rs-compiler): fix build script by @Dwlad90 in #618
- ci(deps): bump softprops/action-gh-release from 2.3.3 to 2.4.1 by @dependabot[bot] in #620
- ci(deps): bump the actions group with 3 updates by @dependabot[bot] in #619
Dependency Updates 📦
- cargo(deps): bump color-backtrace from 0.7.1 to 0.7.2 in the errors group by @dependabot[bot] in #623
- npm(deps): bump the nextjs group with 2 updates by @dependabot[bot] in #631
- cargo(deps): bump napi-build from 2.2.3 to 2.2.4 by @dependabot[bot] in #626
- cargo(deps): bump proptest from 1.8.0 to 1.9.0 by @dependabot[bot] in #627
- cargo(deps): bump clap from 4.5.48 to 4.5.51 by @dependabot[bot] in #628
- cargo(deps): bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in #629
- npm(deps-dev): bump @chromatic-com/storybook from 4.1.1 to 4.1.2 by @dependabot[bot] in #639
- cargo(deps): bump indexmap from 2.11.4 to 2.12.0 in the utilities group by @dependabot[bot] in #622
- npm(deps-dev): bump react-refresh from 0.17.0 to 0.18.0 by @dependabot[bot] in #641
- npm(deps-dev): bump @types/node from 24.7.2 to 24.9.2 in the typescript-types group by @dependabot[bot] in #632
- npm(deps-dev): bump @rspack/core from 1.3.14 to 1.6.0 by @dependabot[bot] in #650
- npm(deps-dev): bump @babel/types from 7.28.4 to 7.28.5 in the babel-dependencies group by @dependabot[bot] in #638
- npm(deps): bump lightningcss from 1.30.1 to 1.30.2 by @dependabot[bot] in #642
- npm(deps-dev): bump @typescript-eslint/parser from 8.45.0 to 8.46.2 by @dependabot[bot] in #645
- npm(deps-dev): bump @rsbuild/core from 1.4.3 to 1.6.0 by @dependabot[bot] in #640
- npm(deps-dev): bump solid-js from 1.9.7 to 1.9.10 by @dependabot[bot] in #652
- npm(deps): bump the core-dependencies group with 3 updates by @dependabot[bot] in #625
- npm(deps-dev): bump the react-ecosystem group with 2 updates by @dependabot[bot] in #637
- npm(deps-dev): bump vite-plugin-solid from 2.11.7 to 2.11.10 by @dependabot[bot] in #651
- npm(deps): bump the e2e group with 2 updates by @dependabot[bot] in #636
- cargo(deps): bump testing from 15.0.0 to 17.0.0 in the testing group by @dependabot[bot] in #624
- npm(deps-dev): bump tinybench from 4.0.1 to 5.1.0 by @dependabot[bot] in #646
- npm(deps-dev): bump @nuxt/schema from 3.17.5 to 4.2.0 by @dependabot[bot] in #643
- npm(deps-dev): bump @vitest/coverage-v8 from 3.2.4 to 4.0.6 by @dependabot[bot] in #649
- npm(deps-dev): bump @storybook/addon-links from 9.1.10 to 10.0.2 by @dependabot[bot] in #644
- npm(deps): bump the code-quality group with 4 updates by @dependabot[bot] in #634
- npm(deps-dev): bump @vitest/browser from 3.2.4 to 4.0.6 by @dependabot[bot] in #647
- npm(deps-dev): bump @storybook/addon-vitest from 9.1.10 to 10.0.2 by @dependabot[bot] in #648
- npm(deps-dev): bump vitest in the test-dependencies group by @Dwlad90 in #654
Other Changes 🔄
- chore(stylexswc/rs-compiler): move @swc/core to peerDependencies by @Dwlad90 in #656
- feat(stylexswc/webpack-plugin): export loader by @Dwlad90 in #659
Full Changelog: 0.12.1...0.13.0
0.13.0-rc.10
0.13.0-rc.9
0.13.0-rc.8
0.13.0-rc.7
0.13.0-rc.6
0.13.0-rc.5
Full Changelog: 0.13.0-rc.4...0.13.0-rc.5