Skip to content

Releases: web-infra-dev/rsbuild

v2.0.0-beta.4

11 Feb 05:33
0004cbc

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(cleanOutput): prevent accidental deletion when root path is '/' by @chenjiahan in #7158
  • fix(core): allow assetPrefix to be an empty string by @xun082 in #6971
  • fix(plugin-less): parallelLoader config is no longer needed in Rspack v2 by @chenjiahan in #7166

Document 📖

Other Changes

New Contributors

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

06 Feb 10:00
c6aee4a

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add liveReload.html option to control HTML reload by @chenjiahan in #7144
  • feat: updates the default contenthash length in filenames from 8 to 10 by @chenjiahan in #7154

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

03 Feb 11:04
1ff8273

Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

  • perf(deps): replace picocolors with styleText from node:util by @chenjiahan in #7126

Bug Fixes 🐞

  • fix: generate manifest with integrity when html plugin is disabled by @chenjiahan in #7132
  • fix(sri): add integrity attributes with native html plugin by @chenjiahan in #7133

Document 📖

Other Changes

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v1.7.3

03 Feb 09:11
363e768

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(create-rsbuild): remove unused fields from Rstest templates by @chenjiahan in #6933
  • fix(plugins): update peerDependencies to support Rsbuild v2 by @chenjiahan in #6976

Document 📖

Other Changes

Full Changelog: v1.7.2...v1.7.3

v2.0.0-beta.1

02 Feb 14:06
dcc4d89

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1

v2.0.0-beta.0

30 Jan 06:31
42e0bc2

Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

  • chore(deps): update dependency @rsbuild/plugin-babel to ^1.1.0 by @renovate[bot] in #7068
  • chore(deps): update dependency @rsbuild/plugin-svelte to ^1.1.0 by @renovate[bot] in #7070
  • test: replace performance.chunkSplit with new splitChunks config by @chenjiahan in #7077
  • test(e2e): add split-chunks test cases by @chenjiahan in #7078
  • chore(deps): update dependency happy-dom to ^20.4.0 by @renovate[bot] in #7082
  • chore(deps): update dependency vue-router to v5 by @renovate[bot] in #7083
  • release: 2.0.0-beta.0 by @chenjiahan in #7088

Full Changelog: v2.0.0-alpha.4...v2.0.0-beta.0

v2.0.0-alpha.4

27 Jan 07:08
de7ac79

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(SSR): ESM source map in VM by @9aoy in #7052

Refactor 🔨

Document 📖

Other Changes

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

v2.0.0-alpha.3

26 Jan 07:05
968d8d5

Choose a tag to compare

What's Changed

New Features 🎉

  • feat!: set default config loader to 'auto' for loadConfig by @chenjiahan in #7024
  • feat: support server custom message handling by module.hot.on by @SyMind in #7003
  • feat(core): add ignore option for public directory copy in server plugin by @JSH-data in #7023
  • feat!: convert the built‑in JS rule to oneOf structure by @chenjiahan in #7032
  • feat!: convert the built‑in CSS rule to oneOf structure by @chenjiahan in #7037

Bug Fixes 🐞

  • fix(types): add public typing for import.meta.webpackHot.on by @chenjiahan in #7028

Refactor 🔨

Document 📖

Other Changes

New Contributors

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

v2.0.0-alpha.2

23 Jan 07:09
347cd8f

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

v2.0.0-alpha.1

21 Jan 14:10
2990912

Choose a tag to compare

Note 💡

This is an early preview release intended for testing only. It introduces a number of breaking changes that are not yet final.

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

  • docs: add performance.removeMomentLocale to upgrade guide by @chenjiahan in #6994
  • docs: add Rspack v2 dependency information to upgrade guide by @chenjiahan in #6996

Other Changes

  • chore(deps): update dependency svelte to v5.46.4 [security] by @renovate[bot] in #6981
  • chore(deps): update dependency @rsdoctor/rspack-plugin to v1.5.0 by @renovate[bot] in #6982
  • chore(deps): update dependency @rslint/core to ^0.2.0 - autoclosed by @renovate[bot] in #6983
  • chore(deps): update all patch dependencies by @renovate[bot] in #6984
  • chore(deps): update dependency happy-dom to ^20.3.1 by @renovate[bot] in #6989
  • chore(deps): update dependency prettier to ^3.8.0 by @renovate[bot] in #6990
  • chore(deps): update actions/setup-node action to v6.2.0 by @renovate[bot] in #6993
  • chore(deps): update all patch dependencies by @renovate[bot] in #6992
  • chore(deps): update dependency @babel/plugin-transform-class-properties to ^7.28.6 by @renovate[bot] in #6997
  • test(e2e): enable skipped tests for Preact by @chenjiahan in #7001
  • chore: update @rspack/core to 2.0.0-canary.20260120 by @chenjiahan in #7002
  • chore: remove Netlify configuration and add redirects file by @chenjiahan in #7004
  • chore: update renovate configuration to include Rstest group by @chenjiahan in #7006
  • release: 2.0.0-alpha.1 by @chenjiahan in #7005

Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1