Skip to content

Releases: web-infra-dev/rsbuild

v1.1.13

25 Dec 14:48
6446f6c
Compare
Choose a tag to compare

What's Changed

Highlights 💡

Rsbuild error overlay now shows type errors and provides the same highlighting as terminal:

Related PRs:

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: should await inspect config in debug mode by @chenjiahan in #4252
  • fix: set default command for createCompiler() by @chenjiahan in #4254
  • fix: should writeToDisk correctly when environment writeToDisk configuration same by @9aoy in #4269
  • fix: preserve ansi colors for browser error logs by @chenjiahan in #4270

Document 📖

Other Changes

Full Changelog: v1.1.12...v1.1.13

v1.1.12

22 Dec 13:13
9863b72
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Revert "fix: should copy publicDir to the environment distDir when multiple environments (#4220)" by @chenjiahan in #4240

Document 📖

Full Changelog: v1.1.11...v1.1.12

v1.1.11

21 Dec 13:47
e46d3b8
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(create-rsbuild): remove Svelte 4 template by @chenjiahan in #4182
  • fix(plugin-svelte): require is not defined in computing sveltePath variable by @lguzzon in #4184
  • fix(HMR): should reload page when HTML template changed by @chenjiahan in #4212
  • fix: should copy publicDir to the environment distDir when multiple environments by @9aoy in #4220
  • fix: pin rspack version by @9aoy in #4222

Document 📖

Other Changes

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

12 Dec 11:47
fc44719
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.1.9...v1.1.10

v1.1.9

07 Dec 11:54
762c3b4
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(plugin-sass): mute import deprecation warning by @chenjiahan in #4122
  • fix: correct cliShortcuts.custom typing by @chenjiahan in #4125
  • fix(plugin-assets-retry): support output.assetPrefix with absolute url by @SoonIter in #4129

Document 📖

Other Changes

  • chore: bump Rspress and remove overrides by @chenjiahan in #4119
  • chore(deps): update dependency svelte to ^5.6.2 by @renovate in #4130
  • chore(deps): update dependency webpack to ^5.97.1 by @renovate in #4131
  • chore(deps): update dependency react-refresh to ^0.16.0 by @renovate in #4134
  • chore(deps): update dependency nx to ^20.2.0 by @renovate in #4133
  • chore(deps): update dependency sass-embedded to ^1.82.0 by @renovate in #4138
  • chore(deps): update all patch dependencies by @renovate in #4136
  • chore(deps): update dependency terser to v5.37.0 by @renovate in #4135
  • chore(deps): update dependency sass to ^1.82.0 by @renovate in #4137
  • chore(deps): update dependency svelte to ^5.8.1 by @renovate in #4145
  • chore(deps): update dependency @rsbuild/plugin-check-syntax to ^1.2.0 by @renovate in #4144

Full Changelog: v1.1.8...v1.1.9

v1.1.8

03 Dec 12:07
16066d7
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.1.7...v1.1.8

v1.1.7

01 Dec 14:57
87e2003
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

  • chore(deps): update dependency @types/node to ^22.10.0 by @renovate in #4077
  • chore(deps): remove unused rimraf and fs-extra by @chenjiahan in #4079
  • chore(deps): update dependency prettier to ^3.4.1 by @renovate in #4078
  • test: add e2e case for build API by @chenjiahan in #4081
  • chore(deps): update dependency vue-router to ^4.5.0 by @renovate in #4082
  • chore(deps): update dependency path-serializer to v0.3.4 by @renovate in #4091
  • chore(deps): update dependency @module-federation/rsbuild-plugin to v0.8.0 by @renovate in #4090

Full Changelog: v1.1.6...v1.1.7

v1.1.6

26 Nov 15:10
da86ccb
Compare
Choose a tag to compare

What's Changed

Highlights 💡

Rsbuild no longer watches the node_modules directory by default, resulting in significant performance improvements:

  • Up to 40% faster startup
  • Up to 30% faster HMR
  • 20% less memory

See #4058 for more details.

Performance 🚀

New Features 🎉

Document 📖

Other Changes

Full Changelog: v1.1.5...v1.1.6

v1.1.5

25 Nov 04:01
32e173f
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: should close compiler when dev closed by @9aoy in #4027
  • fix(plugin-assets-retry): avoid webpack_require.e pollution and add some try catch to be safer by @SoonIter in #4025

Document 📖

Other Changes

Full Changelog: v1.1.4...v1.1.5

v1.1.4

20 Nov 03:31
660af78
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: print wrong URLs with custom dist path in windows by @9aoy in #4012

Document 📖

Other Changes

Full Changelog: v1.1.3...v1.1.4