What's Changed
New Features 🎉
- feat: native runtime support for loading config by @chenjiahan in #4486
- feat(create-rsbuild): specify type module by default by @chenjiahan in #4490
- feat(CLI): add
--base
flag by @chenjiahan in #4492 - feat: support for Rspack persistent cache by @chenjiahan in #4501
- feat(cache): add experimental cache logging by @chenjiahan in #4511
Bug Fixes 🐞
- fix: validate
server.base
config by @chenjiahan in #4493 - fix: skip clean in dev mode when writeToDisk is false by @chenjiahan in #4495
- fix(core): modifying the dev.watchFiles config in plugins is not effective by @xbzhang2020 in #4504
- fix(cache): error handling for buildDependencies JSON parsing by @chenjiahan in #4505
- fix(cache): only validate buildDependencies for webpack by @chenjiahan in #4507
- fix: failed to use native config loader on Windows by @chenjiahan in #4512
- fix: failed to load Rsdoctor package on Windows by @chenjiahan in #4514
Document 📖
- docs: improve CLI doc structure and add common flags section by @chenjiahan in #4485
- docs: add Bluesky social link by @chenjiahan in #4488
- docs: fix grammar in Rsbuild description by @Brennvo in #4502
- docs: fix missing admonition end indicator on inline-assets doc by @wralith in #4509
- docs: add guide for incremental build by @chenjiahan in #4510
- docs: access HTML plugin in
modifyRspackConfig
by @chenjiahan in #4518
Other Changes
- release: @rsbuild/webpack v1.2.1 by @chenjiahan in #4489
- chore(workflow): add minimal permissions by @chenjiahan in #4496
- chore(renovate): pin GitHub Action digests by @chenjiahan in #4497
- chore(deps): update dependency sass to ^1.84.0 by @renovate in #4499
- chore(deps): pin dependencies by @renovate in #4498
- refactor(core): simplify CacheGroups types by @chenjiahan in #4506
- chore(deps): update dependency prettier to ^3.5.0 by @renovate in #4515
- chore(deps): update all patch dependencies by @renovate in #4516
- chore(deps): update dependency @rsbuild/plugin-check-syntax to ^1.2.2 by @renovate in #4517
- release: v1.2.5 by @chenjiahan in #4519
New Contributors
Full Changelog: v1.2.4...v1.2.5