Highlights
Safer npm Staged Publishing
Rsbuild 2.0.9 updates the release workflow so all packages are now published through npm staged publishing, making package releases safer by staging them before final publication.
What's Changed
New Features 🎉
- feat(core): support async HTML config callbacks by @chenjiahan in #7782
Bug Fixes 🐞
- fix(core): avoid shell interpolation in browser opener by @chenjiahan in #7789
Document 📖
- docs: update Vite migration for import.meta.glob by @chenjiahan in #7784
Other Changes
- test: add import.meta.glob e2e cases by @chenjiahan in #7783
- chore(build): enable Rslib isolated declarations by @Timeless0911 in #7785
- chore: use npm staged publishing by @chenjiahan in #7788
- chore(deps): update dependency @rsbuild/plugin-check-syntax to v2 by @renovate[bot] in #7786
- chore(deps): update dependency rspack-merge to v1 by @renovate[bot] in #7787
Full Changelog: v2.0.8...v2.0.9