Skip to content

Releases: web-infra-dev/rsbuild

v1.3.0-beta.0

18 Mar 13:58
289b049
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(cache): buildCache.cacheDirectory config not work by @Shucei in #4790
  • fix: should merge copy config correctly when copy config type is different by @9aoy in #4793
  • fix: update null checks to improve type safety by @chenjiahan in #4802
  • fix(overlay): avoid multiple error overlay instances by @chenjiahan in #4803

Document 📖

Other Changes

New Contributors

Full Changelog: v1.2.19...v1.3.0-beta.0

v1.2.19

14 Mar 03:33
c7c5c66
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(CLI): allow to run without sub-command to trigger dev by @chenjiahan in #4773
  • feat(types): export LoadEnvOptions and LoadEnvResult types by @chenjiahan in #4779
  • feat: support async function for rsbuildConfig in createRsbuild options by @chenjiahan in #4778
  • feat: integrate env variable loading into createRsbuild options by @chenjiahan in #4783

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.2.18...v1.2.19

v1.2.18

12 Mar 06:20
b72ef38
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.2.17...v1.2.18

v1.2.17

11 Mar 02:23
211d3ad
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: allow opening relative paths on error overlay by @chenjiahan in #4739
  • feat: display relative paths on error overlay by @chenjiahan in #4744
  • feat(plugin-webpack-swc): use require.resolve to check react version to support pnpm catalog by @caohuilin in #4745

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.2.16...v1.2.17

v1.2.16

08 Mar 12:02
0d4ab78
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.2.15...v1.2.16

v1.2.15

04 Mar 03:22
1e9c8ca
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(mf): add more MF packages to source.include by @chenjiahan in #4698
  • fix(socket): prevent heartbeat timers from keeping process alive by @chenjiahan in #4700

Document 📖

Other Changes

Full Changelog: v1.2.14...v1.2.15

v1.2.14

01 Mar 05:43
38b0fda
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(deps): revert @rspack/core to v1.2.5 to fix HMR by @chenjiahan in #4683
  • fix(create-rsbuild): update tsconfig moduleResolution to lowercase by @hai-x in #4681

Document 📖

New Contributors

Full Changelog: v1.2.13...v1.2.14

v1.2.13

28 Feb 08:25
fc7def0
Compare
Choose a tag to compare

What's Changed

Performance 🚀

  • perf(server): sendStats should not be called when no socket connection by @9aoy in #4667
  • perf: remove unless path.resolve call by @chenjiahan in #4669

Bug Fixes 🐞

  • fix: processAssets hook filter error by @9aoy in #4671
  • fix: absolute path for favicon configuration by @chenjiahan in #4672
  • fix: reconnect port error when automatically increment by @9aoy in #4673
  • fix: improve favicon handling with better error logging by @chenjiahan in #4674
  • fix: improve app icon handling with better error logging by @chenjiahan in #4676
  • fix(deps): bump rsbuild-dev-middleware to unify logger style by @chenjiahan in #4675

Document 📖

Other Changes

New Contributors

Full Changelog: v1.2.12...v1.2.13

v1.2.12

27 Feb 05:41
a69a259
Compare
Choose a tag to compare

Highlights

Update unplugin

For users of unplugin-vue-components and unplugin-auto-import, you need to upgrade to the following versions to ensure these plugins work properly:

See unplugin/unplugin-vue-components#829 for more details.

Update SWC plugin

Due to SWC introducing an unexpected breaking change, this version may cause some SWC plugins to fail. You'll need to upgrade your SWC plugin to make it work.

See swc-project/plugins#414 for mode details.

What's Changed

New Features 🎉

Document 📖

Other Changes

New Contributors

Full Changelog: v1.2.11...v1.2.12

v1.2.11

20 Feb 09:05
50f01a5
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v1.2.10...v1.2.11