Skip to content

Releases: web-infra-dev/rsbuild

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

v1.2.10

19 Feb 15:31
3b9aca1
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(server): options fallback should only works in rsbuild server mode by @9aoy in #4594

Document 📖

  • docs: improve stats usage example in JavaScript API documentation by @chenjiahan in #4600

Other Changes

Full Changelog: v1.2.9...v1.2.10

v1.2.9

19 Feb 04:11
753bb70
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: prevent some hook return values from affecting other hooks by @chenjiahan in #4569
  • fix: type infer for plugin hooks by @chenjiahan in #4571
  • fix: should handle proxy error correctly by @9aoy in #4577
  • fix(core): respect server.port when replacing <port> by @colinaaa in #4578

Document 📖

Other Changes

Full Changelog: v1.2.8...v1.2.9