What's Changed
New Features 🎉
- feat(core): add
expose
API to Rsbuild instance by @chenjiahan in #5910 - feat(core): expose
modifyRsbuildConfig
method in instance by @chenjiahan in #5898 - feat(core): expose
modifyEnvironmentConfig
method in instance by @chenjiahan in #5899 - feat: support function type of
performance.printFileSize.total
by @Timeless0911 in #5915
Bug Fixes 🐞
- fix: add
OnDevCompileDoneFn
type for backward compatibility by @chenjiahan in #5913
Refactor 🔨
- refactor: improve debug log messages for better clarity by @chenjiahan in #5902
Document 📖
- docs: add version info for modifyHTML hook by @chenjiahan in #5886
- docs: fix grammar, spelling, and consistency errors in documentation by @Copilot in #5888
- docs: fix errors, contractions, terminology, and grammar improvements by @Copilot in #5889
- docs: fix documentation errors, grammar, typos, and file references by @Copilot in #5892
- docs: fix grammatical errors and terminology inconsistencies by @Copilot in #5893
- docs: fix various documentation errors including grammar and punctuation issues by @Copilot in #5894
- docs: fix terminology inconsistencies and grammar issues by @Copilot in #5895
- docs: update exclude documentation to clarify priority by @chenjiahan in #5900
- docs: fix various documentation errors by @Copilot in #5903
- docs: add code examples for html tags config options by @chenjiahan in #5904
- docs(plugin-svgr): add note about default exportType with mixedImport by @chenjiahan in #5907
- docs: add exclude option to
printFileSize
type by @chenjiahan in #5908 - docs: update types documentation to reference source file by @chenjiahan in #5912
- docs(config): add security warning about source maps in production by @chenjiahan in #5914
Other Changes
- chore: remove unnecessary exports and helpers by @chenjiahan in #5887
- chore: add copilot-instructions.md for GitHub Copilot coding agent by @Copilot in #5891
- docs: fix various documentation errors by @Copilot in #5896
- chore(deps): update playwright monorepo to v1.55.0 by @renovate[bot] in #5897
- chore: change log suffix color from gray to dim by @chenjiahan in #5901
- docs: fix grammatical errors and spelling inconsistencies by @Copilot in #5911
- release: 1.5.0-rc.0 by @chenjiahan in #5918
New Contributors
- @Copilot made their first contribution in #5888
Full Changelog: v1.5.0-beta.4...v1.5.0-rc.0