Skip to content

Releases: web-infra-dev/rsbuild

v1.0.1-beta.2

16 Jul 08:55
2fcec57
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(create-rsbuild): add framework alias and validate input by @chenjiahan in #2922
  • feat(deps): bump rspack 1.0.0-alpha.4 by @9aoy in #2936

Bug Fixes 🐞

  • fix: specify SWC cache directory by @9aoy in #2926
  • fix(webpack): should generate config files correctly when output is specified by @9aoy in #2929

Document 📖

Other Changes

New Contributors

Full Changelog: v1.0.1-beta.1...v1.0.1-beta.2

v1.0.1-beta.1

14 Jul 11:03
28d1328
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

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

v1.0.1-beta.0

12 Jul 13:15
319a290
Compare
Choose a tag to compare

Note

We are releasing 1.0.1-beta.0 instead of 1.0.0-beta.0.

This is because Rsbuild 1.0.0 is a deprecated version. Package managers will resolve ^1.0.0-beta.0 to 1.0.0, which is unexpected.

resolve: #2897, #2864, #2767, rspack-contrib/rsbuild-plugin-umd#1

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix(type): webpack type should works with moduleResolution node16+ by @9aoy in #2900
  • fix(plugin-sass): additionalData missing string type by @chenjiahan in #2901

Document 📖

Other Changes

New Contributors

Full Changelog: v1.0.0-alpha.9...v1.0.1-beta.0

v1.0.0-alpha.9

11 Jul 13:49
a4574a4
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9

v1.0.0-alpha.8

11 Jul 07:33
a28f6f5
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: js/css are minified when both minify.js and minify.css are false by @xc2 in #2865
  • fix: rspack plugin apply error after merging config by @9aoy in #2877

Document 📖

Other Changes

  • chore(deps): update rspress to v1.26.0 by @renovate in #2869
  • chore(deps): update dependency rspress-plugin-sitemap to ^1.1.0 by @renovate in #2873

Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8

v1.0.0-alpha.7

10 Jul 02:39
65ab200
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix(plugin-solid): remove @babel/preset-typescript for resolve the babel warning by @zhylmzr in #2842
  • fix: transform Module Federation runtime by @chenjiahan in #2850
  • fix: incorrect WS port when using MF by @chenjiahan in #2852

Document 📖

Other Changes

  • chore: export some types for use by @9aoy in #2851
  • chore: clear some useless utils by @9aoy in #2854

New Contributors

Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7

v1.0.0-alpha.6

08 Jul 14:38
713270d
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

  • docs: add environment api basic guide by @9aoy in #2834

Other Changes

Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6

v1.0.0-alpha.5

07 Jul 01:55
00d5ebe
Compare
Choose a tag to compare

What's Changed

Performance 🚀

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

v1.0.0-alpha.4

05 Jul 05:45
674576f
Compare
Choose a tag to compare

What's Changed

Breaking Change 💡

Rsbuild 1.0.0-alpha.4 set output.polyfill to 'off' by default, this can reduce the polyfill code and generate smaller bundles by default.

If your application need polyfill, please set output.polyfill to 'usage' or 'entry':

// rsbuild.config.ts
export default {
  output: {
    polyfill: 'usage'
  }
};

See the vote on Twitter: https://x.com/rspack_dev/status/1808439138439274780

New Features 🎉

Performance 🚀

Document 📖

  • docs: add get environment context info guide by @9aoy in #2796

Other Changes

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

v1.0.0-alpha.3

04 Jul 09:52
50232db
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat!(plugin-vue2): update Vue 2 compiler options to condense whitespace by @a145789 in #2785
  • feat: improve the default splitting cache groups by @chenjiahan in #2792

Performance 🚀

Bug Fixes 🐞

  • fix: tools.rspack / bundlerChain can be used in environment config by @9aoy in #2790
  • fix(plugin-swc): type issue with moduleResolution node16+ by @chenjiahan in #2791
  • fix: remove cache groups helper by @chenjiahan in #2793
  • fix: unexpected url print in windows by @9aoy in #2788
  • fix: output config should works when target is node by @9aoy in #2795

Other Changes

New Contributors

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