Skip to content

Releases: web-infra-dev/rsbuild

v1.6.12

02 Dec 13:57
326a672

Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat(deps): update dependency @rspack/core to v1.6.6 by @chenjiahan in #6680
  • feat(diagnostic): improve error formatting for data-uri imports by @chenjiahan in #6677
  • feat: add option to disable asset prefix in manifest by @chenjiahan in #6681

Document πŸ“–

Other Changes

Full Changelog: v1.6.11...v1.6.12

v1.6.11

01 Dec 05:09
14c4298

Choose a tag to compare

What's Changed

Performance πŸš€

Bug Fixes 🐞

Document πŸ“–

Other Changes

New Contributors

Full Changelog: v1.6.10...v1.6.11

v1.6.10

29 Nov 12:50
a01f5dc

Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: improve error overlay readability by enabling line wrapping by @chenjiahan in #6660

Bug Fixes 🐞

  • fix: encode content in virtual module to handle special characters by @chenjiahan in #6655
  • fix: prevent HMR configs from overlapping across environments by @chenjiahan in #6656
  • fix: handle status message in gzip middleware by @chenjiahan in #6659
  • fix: use sequential config generation to ensure deterministic results by @chenjiahan in #6661
  • fix(overlay): skip converting node internal paths in error messages by @chenjiahan in #6662
  • fix(overlay): replace file URI scheme by @chenjiahan in #6664
  • fix: add workaround for virtual modules build log by @chenjiahan in #6665

Document πŸ“–

  • docs: update filename placeholders link and description by @chenjiahan in #6651
  • docs: polish English phrasing in plugin and worker guides by @chenjiahan in #6654

Other Changes

Full Changelog: v1.6.9...v1.6.10

v1.6.9

25 Nov 10:27
e9283f2

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Document πŸ“–

Other Changes

Full Changelog: v1.6.8...v1.6.9

v1.6.8

24 Nov 01:46
2c03790

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Refactor πŸ”¨

  • refactor: simplify helper used by the Node addons plugin by @chenjiahan in #6626

Document πŸ“–

Other Changes

  • chore(deps): update dependency core-js to ~3.47.0 by @renovate[bot] in #6609
  • chore(deps): update dependency prebundle to v1.6.0 by @renovate[bot] in #6610
  • chore(deps): update all patch dependencies by @renovate[bot] in #6611
  • chore(deps): update dependency nano-staged to ^0.9.0 by @renovate[bot] in #6618
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #6619
  • test(e2e): improve test cases for postcss plugins by @chenjiahan in #6623
  • chore(deps): update module-federation to 0.21.5 and remove unused packages by @chenjiahan in #6624
  • chore(deps): update dependency nx to ^22.1.1 by @renovate[bot] in #6627
  • chore(deps): update dependency webpack to ^5.103.0 by @renovate[bot] in #6628
  • chore: remove unused getStatsAssetsOptions function by @chenjiahan in #6633
  • chore(deps): update pnpm to v10.23.0 by @renovate[bot] in #6637
  • chore(deps): update all patch dependencies by @renovate[bot] in #6636
  • chore(deps): update dependency open to v11 by @renovate[bot] in #6638
  • release: v1.6.8 by @chenjiahan in #6640

New Contributors

Full Changelog: v1.6.7...v1.6.8

v1.6.7

18 Nov 13:37
38744e4

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Performance πŸš€

  • perf: reduce redundant array allocations in asset regex builder by @chenjiahan in #6581

Bug Fixes 🐞

Refactor πŸ”¨

Document πŸ“–

Other Changes

Full Changelog: v1.6.6...v1.6.7

v1.6.6

13 Nov 11:36
8fa8484

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Refactor πŸ”¨

  • refactor: improve compiler hook handling and type safety by @chenjiahan in #6570

Other Changes

Full Changelog: v1.6.5...v1.6.6

v1.6.5

13 Nov 02:21
0dd57cc

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.6.4...v1.6.5

v1.6.4

12 Nov 14:28
b6a5e2d

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Refactor πŸ”¨

  • refactor: optimize environment handling with environmentList by @chenjiahan in #6560

Document πŸ“–

  • docs: improve English clarity in documentation by @Copilot in #6523
  • docs: update TransformResult type to include Buffer by @chenjiahan in #6528
  • docs: update createRsbuild config parameter by @chenjiahan in #6529
  • docs: correct cors default value by @chenjiahan in #6530
  • docs: improve clarity in documentation files by @Copilot in #6532
  • docs(create-rsbuild): add config documentation link to all templates by @chenjiahan in #6535
  • docs(environment-api): clarify loadBundle behavior and usage by @chenjiahan in #6538

Other Changes

Full Changelog: v1.6.3...v1.6.4

v1.6.3

07 Nov 07:50
8ce77c8

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

  • fix(server): improve middleware function naming by @chenjiahan in #6518
  • fix(server): ensure historyApiFallback takes precedence over html falback by @chenjiahan in #6520

Refactor πŸ”¨

  • refactor: replace any type with unknown in type definitions by @chenjiahan in #6509
  • refactor: use Rspack's OutputFileSystem type directly by @chenjiahan in #6512

Document πŸ“–

Other Changes

New Contributors

Full Changelog: v1.6.2...v1.6.3