v1.2.3
Changed 3
- Reduce finalization memory usage
- Build minified export names without allocating in chunk-naming
- Upgrade oxc to 0.143.0
Fixed 1
- Prevent failed watch registration from aborting the batch
Removed 1
- Remove deprecated watch.notify option
[1.2.3] - 2026-08-05
🐛 Bug Fixes
- dev: don't let a failed watch registration abort the batch (#10548) by @shulaoda
🚜 Refactor
- remove deprecated
watch.notifyoption (#10628) by @sapphi-red
📚 Documentation
- fix the dangling spec link on
generate_minified_names(#10617) by @IWANABETHATGUY
⚡ Performance
- reduce finalization memory usage (#10554) by @ericclemmons
- chunk-naming: build minified export names without allocating (#10618) by @IWANABETHATGUY
🧪 Testing
- resolve-file-url: allow a reference id to start with a digit (#10623) by @jjb
- code-splitting: pin the already-loaded namespace-extraction boundaries (#10593) by @IWANABETHATGUY
⚙️ Miscellaneous Tasks
- deps: upgrade oxc to 0.143.0 (#10603) by @camc314
- deps: update rollup submodule for tests to v4.62.4 (#10607) by @rolldown-guard[bot]
- deps: update test262 submodule for tests (#10608) by @rolldown-guard[bot]
❤️ New Contributors
Co-authored-by: shulaoda 165626830+shulaoda@users.noreply.github.com