What's Changed
New Features 🎉
- feat(deps): update Rspack to 1.3.0-beta.0 by @chenjiahan in #4816
- feat: add integrity support for dynamic imports by @chenjiahan in #4817
- feat(plugin-preact): update swc plugin to v7 by @renovate in #4695
Bug Fixes 🐞
- fix(cache):
buildCache.cacheDirectory
config not work by @Shucei in #4790 - fix: should merge copy config correctly when copy config type is different by @9aoy in #4793
- fix: update null checks to improve type safety by @chenjiahan in #4802
- fix(overlay): avoid multiple error overlay instances by @chenjiahan in #4803
Document 📖
- docs: update examples for server close method by @chenjiahan in #4788
- docs: add
loadEnv
option increateRsbuild
method by @chenjiahan in #4800 - docs: apply new theme colors to the documentation site by @chenjiahan in #4801
- docs:
getPlugins
can acceptenvironment
option by @chenjiahan in #4804 - docs: improve inline static assets by @chenjiahan in #4808
- docs: update ecosystem diagrams by @chenjiahan in #4811
- docs: add information on obtaining additional templates by @chenjiahan in #4813
- docs: update release dates for blogs by @chenjiahan in #4815
- docs: update SRI to match the latest implementation by @chenjiahan in #4819
Other Changes
- test(e2e): add cases for
buildCache.cacheDirectory
by @chenjiahan in #4791 - chore(deps): update dependency nx to ^20.6.0 by @renovate in #4797
- test(e2e): replace fs.rmSync with async remove from fs-extra by @chenjiahan in #4805
- chore(deps): update all patch dependencies by @renovate in #4806
- chore(deps): update actions/setup-node action to v4.3.0 by @renovate in #4809
- chore(deps): update Rspress to 2.0.0-alpha.3 by @chenjiahan in #4814
- test: add case for SRI with async chunks by @chenjiahan in #4818
- release: 1.3.0-beta.0 by @chenjiahan in #4820
New Contributors
Full Changelog: v1.2.19...v1.3.0-beta.0