Skip to content

Releases: web-infra-dev/rsbuild

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

v1.2.8

14 Feb 09:49
b5e7de0
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: exclude .d.ts files from file size reporting by @chenjiahan in #4542
  • feat: support buildCache.buildDependencies configuration by @9aoy in #4540
  • feat: support generate preload link with duplicate by @9aoy in #4555
  • feat: expose dev server instance for onBeforeStartDevServer hook by @chenjiahan in #4559

Bug Fixes 🐞

  • fix: gzipped total file size calculation by @chenjiahan in #4539
  • fix(server): remove .mjs suffix check when loading ESM module in runner by @9aoy in #4536

Document 📖

Other Changes

Full Changelog: v1.2.7...v1.2.8

v1.2.7

11 Feb 13:43
cc3a0d8
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v1.2.6...v1.2.7

v1.2.6

11 Feb 13:32
a7dde56
Compare
Choose a tag to compare

What's Changed

Performance 🚀

  • perf: skip gzip size calculation for non-compressible assets by @chenjiahan in #4529

Document 📖

Other Changes

Full Changelog: v1.2.5...v1.2.6

v1.2.5

10 Feb 05:12
87d2696
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: v1.2.4...v1.2.5