Core Changes
- Move client build ID to a global variable: #72592
- refactor(turbopack): Remove
swc_css
: #72602 - Bypass source map dev middleware for client chunks: #72581
- chore: remove
rc
from URL: #72599 - improve
no-img-element
lint error message: #72410 - Combine bound
"use cache"
closure args into a single parameter: #72587 - [Turbopack] add BackendOptions and allow to disable dependencies, children and storage: #72426
- Omit unused args when calling
"use cache"
functions: #72506 - Add experimental
clientSegmentCache
flag: #72626 - Add
compiler.define
option: #71802 - Fix static indicator with dynamicIO: #72631
- Allow usage of Node.js prereleases: #72635
- improved network url in (dev) cli: #72634
Example Changes
- examples: update app-dir-i18n-routing to v15: #72636
Misc Changes
- Update
swc_core
tov5.0.4
fromv5.0.1
: #72604 - (e2e) module-level
patchFileDelay
flag: #72439 - docs: remove unstable_after from Dynamic APIs: #72595
- chore: release turbopack npm packages: #72491
- Include bound args param in server reference information byte arg mask: #72588
- [Turbopack] fix bug where task was not recomputed when stale: #72509
- CNA: prompt enable turbopack value to true: #72616
- docs(use-cache): add missing
function
to page component examples: #72620 - docs(data-fetching): fix static params as promise examples : #72565
Credits
Huge thanks to @acdlite, @kdy1, @unstubbable, @JamBalaya56562, @gaojude, @devjiwonchoi, @cena-ko, @wbinnssmith, @sokra, @lforst, @ijjk, @devpla, @eps1lon, and @samcx for helping!