Skip to content

Releases: vercel/next.js

v14.3.0-canary.50

08 May 20:26
Compare
Choose a tag to compare
v14.3.0-canary.50 Pre-release
Pre-release

Core Changes

  • improve versioned content map: #65466
  • update turbopack: #65503
  • Remove ineffective webpack rules and unused app-page context modules: #65321
  • add page name to crashes: #65504
  • Bump styled-jsx to 5.1.3: #65485
  • Preload all chunks for next/dynamic in SSR: #65486
  • fix!: add sharp timeout of 10 seconds: #65517
  • Turbopack: new graph aggregation: #65206
  • feat(next): revise server component error message: #65468
  • chore: update prettier to 3.2.5: #65092

Misc Changes

  • Update Turbopack development test manifest: #65497

Credits

Huge thanks to @sokra, @huozhi, @styfle, @kwonoj, and @ForsakenHarmony for helping!

v14.3.0-canary.49

08 May 09:13
Compare
Choose a tag to compare
v14.3.0-canary.49 Pre-release
Pre-release

Core Changes

  • Re-land build(edge): extract buildId into environment: #65426

Credits

Huge thanks to @ijjk for helping!

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!