Skip to content

Releases: web-infra-dev/rsbuild

v1.2.2

23 Jan 14:55
2b874ad
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v1.2.1...v1.2.2

v1.2.1

23 Jan 02:19
a0dd9aa
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Document 📖

Other Changes

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Jan 11:53
3ff1544
Compare
Choose a tag to compare

See Announcing Rspack 1.2 for more details.

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: should copy public dir to environment's dist dir by @9aoy in #4268
  • fix: ansi HTML edge cases by @chenjiahan in #4279
  • fix: overlay renders invalid file path by @chenjiahan in #4280
  • fix: allow environment option of createRsbuild to be an empty array by @chenjiahan in #4283
  • fix: do not copy public dir for node target by default by @9aoy in #4281
  • fix: correct extension alias order to align with Node.js by @chenjiahan in #4308
  • fix(asset-retry): avoid using function rest parameters by @chenjiahan in #4313
  • fix: no need to use extensionAlias when using jsconfig.json by @chenjiahan in #4321
  • fix(plugin/assets-retry): addQuery and switchDomain should work in async css chunk by @SoonIter in #4315
  • fix: deprecation warning when using proxy with Node 22 by @chenjiahan in #4347
  • fix: let lightningcss minimizer inherit loader options by @chenjiahan in #4392
  • fix(core): output.assetsInclude adds a rule but not exposes public api by @SoonIter in #4385
  • fix!: disable server.cors by default for security reasons by @chenjiahan in #4399

Document 📖

Other Changes

Read more

v1.1.14

20 Jan 14:14
3000db7
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.2.0-beta.1...v1.1.14

v1.2.0-beta.1

16 Jan 13:49
b271adc
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add issuer and with options to api.transform by @9aoy in #4354
  • feat: export RsbuildDevServer type by @9aoy in #4368
  • feat: add cleanDistPath.keep config by @chenjiahan in #4375

Bug Fixes 🐞

  • fix: deprecation warning when using proxy with Node 22 by @chenjiahan in #4347

Document 📖

Other Changes

Full Changelog: v1.2.0-beta.0...v1.2.0-beta.1

v1.2.0-beta.0

07 Jan 13:24
e1c459c
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: correct extension alias order to align with Node.js by @chenjiahan in #4308
  • fix(asset-retry): avoid using function rest parameters by @chenjiahan in #4313
  • fix: no need to use extensionAlias when using jsconfig.json by @chenjiahan in #4321
  • fix(plugin/assets-retry): addQuery and switchDomain should work in async css chunk by @SoonIter in #4315

Document 📖

Other Changes

Full Changelog: v1.2.0-alpha.0...v1.2.0-beta.0

v1.2.0-alpha.0

31 Dec 06:09
00f68f4
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: should copy public dir to environment's dist dir by @9aoy in #4268
  • fix: ansi HTML edge cases by @chenjiahan in #4279
  • fix: overlay renders invalid file path by @chenjiahan in #4280
  • fix: allow environment option of createRsbuild to be an empty array by @chenjiahan in #4283
  • fix: do not copy public dir for node target by default by @9aoy in #4281

Document 📖

Other Changes

Full Changelog: v1.1.13...v1.2.0-alpha.0

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