What's Changed
New Features 🎉
- feat(plugin-react): support for configuring react refresh plugin by @chenjiahan in #2190
- feat(plugin-asset-retry): support async chunk retry by @SoonIter in #2086
- feat(core): export the rspack object by @chenjiahan in #2196
- feat: supports use targets as a filter of the transform API by @chenjiahan in #2202
- feat: support receive raw Buffer code with transform API by @chenjiahan in #2203
- feat(server): when liveReload is disabled, the page does not reload in HMR by @liyincode in #2205
- feat(create-rsbuild): upgrade react to v18.3.0 by @chenjiahan in #2207
Performance 🚀
- perf(assets-retry): only get retry code when needed by @chenjiahan in #2215
Bug Fixes 🐞
- fix(plugin-check-syntax): allow to match assets with query by @ymq001 in #2187
- fix(check-syntax): remove query before matching by @chenjiahan in #2189
- fix(core): prebundle should be devDependencies by @chenjiahan in #2197
- fix(plugin-assets-retry): execute onSuccess onFail once in async-chunk-retry by @SoonIter in #2201
- fix(assets-entry): string.endsWith compatibility issue by @chenjiahan in #2210
- fix(asset-retry): should use unminified code in dev builds by @chenjiahan in #2213
Document 📖
- docs: add plugin-basic-ssl document by @chenjiahan in #2184
- docs: update Rspack links by @chenjiahan in #2186
- docs: CSS modules named imports example by @chenjiahan in #2206
- docs: rename md files to mdx by @chenjiahan in #2208
- docs: improve CSS modules type declaration by @chenjiahan in #2209
Other Changes
- docs: update slogan and improve line break by @chenjiahan in #2188
- chore: migrate plugin prebundle configs by @chenjiahan in #2192
- chore: migrate core package prebundle config by @chenjiahan in #2193
- chore: biome should silence error when unmatched by @fi3ework in #2194
- chore: migrate shared package prebundle config by @chenjiahan in #2195
- refactor: use transform API to support node addons by @chenjiahan in #2204
- chore(deps): update all patch dependencies by @renovate in #2198
- chore(deps): update dependency react-router-dom to ^6.23.0 by @renovate in #2199
- test(e2e): should not use fixed port number by @chenjiahan in #2212
New Contributors
Full Changelog: v0.6.6...v0.6.7