Skip to content

Releases: web-infra-dev/rsbuild

v0.6.9

02 May 07:47
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: ship runtime code in es2017 by default by @chenjiahan in #2242
  • feat(create-rsbuild): update dependency preact to ^10.21.0 by @renovate in #2248

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.6.8...v0.6.9

v0.6.8

28 Apr 14:24
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: display file absolute path in error overlay to support opening by @nanianlisao in #2224
  • fix(overlay): fallback to moduleName if moduleIdentifier parse failed by @chenjiahan in #2225
  • fix: failed to display overlay when use MF by @chenjiahan in #2226

Other Changes

Full Changelog: v0.6.7...v0.6.8

v0.6.7

26 Apr 14:04
Compare
Choose a tag to compare

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 🚀

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 📖

Other Changes

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

23 Apr 13:42
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: should not log compile warning when warning is ignored by @9aoy in #2171
  • fix: remove unused sourceMap default value of swc-loader by @chenjiahan in #2179
  • fix: no need to create watcher if runCompile is false by @chenjiahan in #2180

Document 📖

Other Changes

Full Changelog: v0.6.5...v0.6.6

v0.6.5

21 Apr 11:31
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(plugin-react): enable support for profiling React in prod env by @denniscual in #2143

Bug Fixes 🐞

  • fix(plugin-vue2): fix loaders duplicating problem caused by vue-loader@15 by @xc2 in #2142
  • fix: ignore the CSS conflicting order warning by default by @chenjiahan in #2149
  • fix: skip open in codesandbox by @chenjiahan in #2154

Document 📖

Other Changes

  • test(e2e/plugin-assets-retry): fix the unstable request num by @SoonIter in #2144
  • test(e2e): delete process.env.NODE_ENV to solve unstable e2e by @SoonIter in #2150
  • chore: remove pnpm hoist pattern by @fi3ework in #2156

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

18 Apr 15:27
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(plugin-assets-retry): runtime code is cut off by </script> and support es5 by @SoonIter in #2115
  • fix: failed to disable emitAssets when using SVGR by @chenjiahan in #2136
  • fix: failed access globalThis in legacy browsers by @chenjiahan in #2139

Document 📖

Other Changes

Full Changelog: v0.6.3...v0.6.4

v0.6.3

17 Apr 08:27
Compare
Choose a tag to compare

What's Changed

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.6.2...v0.6.3

v0.6.2

15 Apr 13:01
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix(plugin-solid): only enable solid-refresh when target is web by @chenjiahan in #2069
  • fix: ensure crossorigin can be applied to all tags by @chenjiahan in #2081

Document 📖

Other Changes

Full Changelog: v0.6.1...v0.6.2

v0.6.1

11 Apr 07:27
5e07fbb
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

  • chore(plugin-lightningcss): remove @rspack/core devDependencies by @SoonIter in #2061
  • chore(workflow): use paths-filter action by @chenjiahan in #2064

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

10 Apr 06:44
Compare
Choose a tag to compare

What's Changed

See: Announcing Rsbuild v0.6 for more details

Notable Changes

see Breaking changes in Rsbuild v0.6.0 for more details.

New Features 🎉

  • feat: support apply some stats options by @9aoy in #2021
  • feat: compat with Rspack 0.6 CSS modules by @chenjiahan in #1985
  • feat: only inject overlay code when dev.client.overlay is enabled by @9aoy in #2016
  • feat(devServer): support add etag header by @9aoy in #2041
  • feat: support for Vue3 JSX HMR by @liyincode in #2018

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: v0.5.9...v0.6.0