Releases: vercel/next.js
Releases Β· vercel/next.js
v13.5.5-canary.16
Core Changes
- Fix build traces case: #56817
- Revert "Drop ipc server headers filters (#56226)": #56836
- Implement getOptimizedModuleAliases for Turbopack: #56839
Documentation Changes
- docs: fix cypress script typo in 10-testing.mdx: #56765
Misc Changes
- Add missing nanoid dependency to app-dir tests: #56830
- Remove specific hash checks for metadata.test.ts: #56843
- Fix CSP test when using Turbopack: #56833
Credits
Huge thanks to @ijjk, @timneutkens, @huozhi, and @dianacpg for helping!
v13.5.5-canary.15
v13.5.5-canary.15
v13.5.5-canary.14
Core Changes
- fix: add
x-forwarded-*
headers: #56797 - fix(turbopack): middleware path and aliases: #56804
- Implement preferredRegion array in Turbopack: #56743
Documentation Changes
- Update supported-browsers.mdx: #56815
Example Changes
- fix: http2 example issue: #56768
Misc Changes
Credits
Huge thanks to @himself65, @balazsorban44, @ForsakenHarmony, @timneutkens, @suravshrestha, @ijjk, and @fvaysh for helping!
v13.5.5-canary.13
v13.5.5-canary.12
v13.5.5-canary.9
Core Changes
- Fix reconnection loop when devserver is offline: #56698
- Fix ensurePage for client-side navigation to / in Turbopack: #56704
- ci: add job summary to the test suite runs: #56742
- Prefer module over main on main fields for app router server compiler: #56532
- Check origins of Server Action requests: #56753
Documentation Changes
- Docs: Add missing description field: #56749
Misc Changes
- misc: tweak stats github action: #56694
- CI: add manual workflow for running e2e on prod: #56738
- Improve chunk encoding test to check right path for Turbopack: #56747
- change those->some for clarity: #56688
- docs: fix typo in Update 02-get-static-paths.mdx: #56757
- Break out E2E deploy test workflow to its own: #56755
- Trigger canary release nightly: #56758
Credits
Huge thanks to @timneutkens, @feedthejim, @delbaoliveira, @huozhi, @mayankkamboj47, @balazsorban44, @ijjk, and @shuding for helping!
v13.5.5-canary.8
Core Changes
Documentation Changes
- Updates Large Page Data error message doc to use
JSON.parse
to make reading output easier: #56713
Example Changes
Credits
Huge thanks to @Shadid12, @ztanner, @manovotny, and @shuding for helping!
v13.5.5-canary.11
Documentation Changes
- Changes codeblock filename delimiter: #56712
Credits
Huge thanks to @manovotny for helping!
v13.5.5-canary.10
Core Changes
- OpenTelemetry: ignore bubble errors to avoid spamming traces: #56625
- fix(turbopack): always alias
server-only
andclient-only
: #56760 - Utilize Promise.withResolvers: #56764
- Revert "Prefer module over main on main fields for app router server compiler": #56766
- Revalidate Type: #56763
- Revert static worker refactor: #56767
Example Changes
- chore(example): bump
@radix-ui/react-icons
: #56452
Misc Changes
- feat: add self-documenting
.env.example
file: #56469
Credits
Huge thanks to @dvoytenko, @ForsakenHarmony, @mayank1513, @wyattjoh, @ztanner, and @hamirmahal for helping!
v13.5.5-canary.7
Core Changes
- Ensure rewrites are included in build manifest when using Turbopack: #56692
Misc Changes
- Use unique names for separate test suites: #56695
Credits
Huge thanks to @timneutkens for helping!