Core Changes
- Update
swc_core
tov0.96.9
: #67378 - Move request header parsing for
app-render
into a dedicated function: #67524 - refactor:
typedEnv
is notreadonly
: #67693 - Report HMR latency when a Server Component changes: #67699
- refactor: merge the same util to detect nextjs navigation errors: #67672
- Move .next/chunks folder to .next/build/chunks: #67610
- Add render source to onRequestError context: #67703
- refactor
<AppRouter />
render structure: #64594 - cleanup unused pages router method: #67722
Example Changes
- [Multi Zones] Update the with-zones example to use App Router: #67636
Misc Changes
- [Multi Zones] Update the Multi Zone documentation to include it on the App Router docs and include more information on zones: #67643
- Reduce log noise caused by
retry()
attempts: #67603 - test: the nextjs internal errors should not be caught: #67671
- fix middleware-general deploy test: #67712
- docs: update
useParams
hook return statement: #67384 - Turbopack build: Fix test checking Next.js version: #67708
- Docs: Clarify that fast refresh is a React feature: #67668
- Migrate
withRouter
from an integration to an e2e test: #67721 - Docs: Clarify intrisic vs. rendered size for image height/width properties: #67496
Credits
Huge thanks to @mknichel, @kdy1, @unstubbable, @devjiwonchoi, @eps1lon, @huozhi, @LichuAcu, @ztanner, @Kuboczoch, @timneutkens, and @delbaoliveira for helping!