Skip to content

Releases: vercel/next.js

v13.5.5-canary.16

14 Oct 23:22
Compare
Choose a tag to compare
v13.5.5-canary.16 Pre-release
Pre-release

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

13 Oct 23:22
Compare
Choose a tag to compare
v13.5.5-canary.15 Pre-release
Pre-release
v13.5.5-canary.15

v13.5.5-canary.14

13 Oct 22:45
Compare
Choose a tag to compare
v13.5.5-canary.14 Pre-release
Pre-release

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

  • docs: fix several typos: #56788
  • Skip artifact download for test e2e deploy workflow: #56807

Credits

Huge thanks to @himself65, @balazsorban44, @ForsakenHarmony, @timneutkens, @suravshrestha, @ijjk, and @fvaysh for helping!

v13.5.5-canary.13

13 Oct 16:35
Compare
Choose a tag to compare
v13.5.5-canary.13 Pre-release
Pre-release

Core Changes

  • put app code into a separate layer: #56800

Credits

Huge thanks to @sokra for helping!

v13.5.5-canary.12

13 Oct 13:24
Compare
Choose a tag to compare
v13.5.5-canary.12 Pre-release
Pre-release

Core Changes

  • memoize useParams: #56771
  • Turbopack: Chunking Refactoring: #56756
  • Chunking Refactoring followup fixes: #56789

Misc Changes

Credits

Huge thanks to @ztanner and @sokra for helping!

v13.5.5-canary.9

12 Oct 17:27
Compare
Choose a tag to compare
v13.5.5-canary.9 Pre-release
Pre-release

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

12 Oct 00:58
Compare
Choose a tag to compare
v13.5.5-canary.8 Pre-release
Pre-release

Core Changes

  • fix static worker restart behavior: #56728
  • Improve internal waitUntil utility: #56720

Documentation Changes

  • Updates Large Page Data error message doc to use JSON.parse to make reading output easier: #56713

Example Changes

  • updated fauna fql v10: #56185
  • fix lint error from fauna example: #56719

Credits

Huge thanks to @Shadid12, @ztanner, @manovotny, and @shuding for helping!

v13.5.5-canary.11

12 Oct 23:23
Compare
Choose a tag to compare
v13.5.5-canary.11 Pre-release
Pre-release

Documentation Changes

  • Changes codeblock filename delimiter: #56712

Credits

Huge thanks to @manovotny for helping!

v13.5.5-canary.10

12 Oct 23:10
Compare
Choose a tag to compare
v13.5.5-canary.10 Pre-release
Pre-release

Core Changes

  • OpenTelemetry: ignore bubble errors to avoid spamming traces: #56625
  • fix(turbopack): always alias server-only and client-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

11 Oct 13:06
Compare
Choose a tag to compare
v13.5.5-canary.7 Pre-release
Pre-release

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!