Skip to content

Releases: vercel/next.js

v14.3.0-canary.48

08 May 07:18
Compare
Choose a tag to compare
v14.3.0-canary.48 Pre-release
Pre-release

Core Changes

  • make sure children is first in loader tree to fix head css bug on client navigation: #65279

Credits

Huge thanks to @sokra for helping!

v14.3.0-canary.47

07 May 23:28
Compare
Choose a tag to compare
v14.3.0-canary.47 Pre-release
Pre-release

Core Changes

  • fix: lazy load sharp: #65484

Misc Changes

  • Update docs on default metadataBase value: #65428

Credits

Huge thanks to @n1ckoates and @styfle for helping!

v14.3.0-canary.46

07 May 21:40
Compare
Choose a tag to compare
v14.3.0-canary.46 Pre-release
Pre-release

Core Changes

  • Support esm externals in app router: #65041

Misc Changes

  • Updating the links to the useActionState docs: #65476
  • update create-next-app React versions: #65478

Credits

Huge thanks to @huozhi, @joeshub, and @ztanner for helping!

v14.3.0-canary.45

07 May 18:57
Compare
Choose a tag to compare
v14.3.0-canary.45 Pre-release
Pre-release

Core Changes

  • build(edge): extract buildId into environment: #64521
  • Revert "build(edge): extract buildId into environment": #65425
  • fix(next/image): set max url length to 3072: #65457
  • Support React 19 in App and Pages router: #65058
  • Promote and rename server bundling options serverComponentsExternalPackages and bundlePagesExternals: #65421
  • add experimental flag to allow forcing NODE_ENV=development in builds: #65463

Misc Changes

  • docs(caching): Fix typo for staleTimes: #65427
  • test: disable next-test playwright test: #65460
  • fix isTurbopack check in test cases: #65446

Credits

Huge thanks to @huozhi, @ijjk, @bennettdams, @sokra, @styfle, @eps1lon, @Ethan-Arrowood, and @ztanner for helping!

v14.3.0-canary.44

06 May 23:29
Compare
Choose a tag to compare
v14.3.0-canary.44 Pre-release
Pre-release

Core Changes

  • fix(next/image): add missing svg test and refactor missing types: #65345

Credits

Huge thanks to @styfle for helping!

v14.3.0-canary.43

06 May 22:22
Compare
Choose a tag to compare
v14.3.0-canary.43 Pre-release
Pre-release

Core Changes

  • fix(next/image): bypass icns images: #65414
  • [PPR] Enable incremental adoption: #63847
  • fix: replace deprecated/removed functions in eslint-plugin-next: #64251
  • docs: update revalidatePath & fix cache debug logic: #65365
  • fix(next-core): mark turbopack embed fs to be internals: #65420

Example Changes

  • @emotion/cache version fix: #65422

Misc Changes

  • Improve test assertions: #65319
  • Use @testing-library instead of react-dom/test-utils: #65328
  • Fixed wrong highlight in Building your application > authentication > useFormStatus hook example : #65400

Credits

Huge thanks to @eps1lon, @styfle, @BunsDev, @nisabmohd, @wyattjoh, @z0n, @ztanner, and @kwonoj for helping!

v14.3.0-canary.42

06 May 18:44
Compare
Choose a tag to compare
v14.3.0-canary.42 Pre-release
Pre-release

Core Changes

  • Pages router: Use attribute-based head children reconciler when strictNextHead is enabled: #65408
  • Revert "Implement Turbopack trace server bindings": #65419

Misc Changes

  • Update Turbopack development test manifest: #65404

Credits

Huge thanks to @eps1lon and @ijjk for helping!

v14.3.0-canary.40

05 May 23:28
Compare
Choose a tag to compare
v14.3.0-canary.40 Pre-release
Pre-release

Misc Changes

  • Remove duplicate code example in authentication page: #65354

Credits

Huge thanks to @rezamauliadi for helping!

v14.3.0-canary.39

04 May 23:29
Compare
Choose a tag to compare
v14.3.0-canary.39 Pre-release
Pre-release

Core Changes

Credits

Huge thanks to @timneutkens for helping!

v14.3.0-canary.38

03 May 23:30
Compare
Choose a tag to compare
v14.3.0-canary.38 Pre-release
Pre-release

Core Changes

  • Update font data: #65301
  • Update revalidateTag to batch tags in one request: #65296
  • Revert "Remove extra suspense boundary for default next/dynamic": #65309
  • Emit polyfill-nomodule.js into the build manifest polyfillFiles: #65223
  • Remove broken #[turbo_tasks::value(transparent)] attributes: #65336
  • Delete dead concatenate_output_assets function: #65337

Misc Changes

  • Update Turbopack development test manifest: #65312
  • add explicit test for parallel routes in a root layout: #65338
  • docs(unstable_cache): add data cache mentions: #65342

Credits

Huge thanks to @ijjk, @bgw, @ztanner, and @samcx for helping!