Skip to content

v0.6.7

Compare
Choose a tag to compare
@chenjiahan chenjiahan released this 26 Apr 14:04

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