Skip to content

next 14.1.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Update React from 60a927d04 to 4b84f11 (#63476) @ztanner
  • fix revalidation issue with route handlers (#63213) @ztanner
  • ensure mpa navigations to the same URL work after restoring from bfcache (#63155) @ztanner
  • Ensure PromiseLikeOfReactNode is not included in .d.ts files (#63185) @timneutkens
  • Fix metadata url cases should not append with trailing slash (#63050) @huozhi
  • feat: add deploymentId config (#63198) @styfle
  • fix: bump @vercel/nft@0.26.3 (#61538) @styfle
  • fix x-forwarded-port header (#63303) @Ethan-Arrowood
  • fix: x-forwarded-port header is 'undefined' when no port in url (#60484) @yuvalotem

Test Changes

  • test: switch order of tests to avoid flakniess (#63482) @huozhi
  • fix broken create-next-app tests (#63019) @ztanner