Skip to content

Releases: web-infra-dev/rsbuild

v0.3.2

12 Jan 14:24
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support log debug logger when debug=* by @9aoy in #1266
  • types(core): export the type of config sub key by @chenjiahan in #1269

Bug Fixes 🐞

  • fix(plugin-svgr): failed to reuse SWC react options by @chenjiahan in #1263
  • fix(server): access page error when url with query or hash by @9aoy in #1265

Other Changes

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Jan 14:35
6ca5fae
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

  • perf(plugin-svgr): prebundle url-loader to reduce dependencies by @chenjiahan in #1243

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Jan 05:13
743e198
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🍭

  • Upgrade Rspack to v0.5.0 in #1223 #1171
  • The default value of distPath.server is changed to 'server' in #1200
  • The logger and printURLs option of rsbuild.startDevServer is removed in #1203, #1204
  • Extract TOML and YAML plugin into separate packages in #1201, #1202

See Breaking changes in Rsbuild v0.3.0 for details.

New Features 🎉

Performance 🚀

  • perf(RegExp): use non-capturing groups for asset rules by @chenjiahan in #1215
  • perf(create-rsbuild): improve perf for new solid projects by @chenjiahan in #1218

Document 📖

Other Changes

New Contributors

Full Changelog: v0.2.18...v0.3.0

v0.2.18

07 Jan 02:41
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(plugin-svelte): support pass preprocess options by @tmkx in #1185
  • feat(plugin-react): add jsxRuntime option to support React 16 by @chenjiahan in #1189
  • feat(plugin-react): add jsxImportSource option by @chenjiahan in #1190
  • feat(plugin-react): allow to configure all SWC react options by @chenjiahan in #1191

Bug Fixes 🐞

  • fix(babel-preset): should merge targets array correctly by @chenjiahan in #1182

Document 📖

Other Changes

Full Changelog: v0.2.17...v0.2.18

v0.2.17

05 Jan 03:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(babel): presetEnv need allow null value by @zllkjc in #1176
  • fix(babel-preset): allow disable presetEnv for web target by @chenjiahan in #1177
  • fix(plugin-babel): export getDefaultBabelOptions util from index by @9aoy in #1179

Document 📖

  • docs: fix Module Federation terminology explanation by @vultur in #1178

New Contributors

Full Changelog: v0.2.16...v0.2.17

v0.2.16

04 Jan 14:55
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: html plugin chain_id conflict by @9aoy in #1160

Document 📖

Other Changes

New Contributors

Full Changelog: v0.2.15...v0.2.16

v0.2.15

03 Jan 02:16
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.2.14...v0.2.15

v0.2.14

01 Jan 12:59
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: missing style-loader dependency when enable injectStyles by @9aoy in #1114
  • fix(plugin-vue2): alias Vue to support element-ui by @chenjiahan in #1133

Document 📖

Other Changes

Full Changelog: v0.2.13...v0.2.14

v0.2.13

28 Dec 14:04
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(plugin-source-build): should after babel/ts-loader/swc by @9aoy in #1097
  • fix(plugin-esbuild): compiled folder should be published by @9aoy in #1098
  • fix: missing dependency when using bundle analyzer by @chenjiahan in #1102
  • fix: bundle analyzer failed to read assets during dev by @chenjiahan in #1103
  • fix: lock webpack-bundle-analyzer to v4.9.0 to compat Rspack by @chenjiahan in #1105

Document 📖

Other Changes

Full Changelog: v0.2.12...v0.2.13

v0.2.12

27 Dec 14:59
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Other Changes

Full Changelog: v0.2.11...v0.2.12