Note
We are releasing 1.0.1-beta.0
instead of 1.0.0-beta.0
.
This is because Rsbuild 1.0.0
is a deprecated version. Package managers will resolve ^1.0.0-beta.0
to 1.0.0
, which is unexpected.
resolve: #2897, #2864, #2767, rspack-contrib/rsbuild-plugin-umd#1
What's Changed
New Features 🎉
- feat(CLI): add new --env-dir option by @chenjiahan in #2891
- feat: allow to disable gzip compression size by @chenjiahan in #2892
Performance 🚀
- perf: skip template evaluation when using default template by @chenjiahan in #2896
- perf: bump html-rspack-plugin 6.0.0-beta.8 by @chenjiahan in #2898
Bug Fixes 🐞
- fix(type): webpack type should works with moduleResolution node16+ by @9aoy in #2900
- fix(plugin-sass): additionalData missing string type by @chenjiahan in #2901
Document 📖
- docs: update benchmark graph by @chenjiahan in #2893
- docs: Replace 'tailwindcss' with 'UnoCSS' in unocss.mdx by @sagardwivedi in #2895
Other Changes
- chore(deps): update eslint by @renovate in #2890
- chore(deps): update dependency webpack to ^5.93.0 by @renovate in #2889
- chore(deps): update dependency webpack-merge to v6 by @renovate in #2827
- chore: move image compress plugin to separate repo by @chenjiahan in #2899
New Contributors
- @sagardwivedi made their first contribution in #2895
Full Changelog: v1.0.0-alpha.9...v1.0.1-beta.0