Skip to content

Releases: vercel/next.js

v14.3.0-canary.58

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

Core Changes

  • feat!(next/image): change default Content-Disposition to attachment: #65631
  • Pages router: Enable strict next/head children reconciler by default: #65418

Misc Changes

  • chore(create-next-app): update README links: #65634
  • Add Ecmascript features tests: #65613

Credits

Huge thanks to @styfle, @samcx, @timneutkens, and @eps1lon for helping!

v14.3.0-canary.57

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

Misc Changes

  • fix(docs): fix minor meta charset typo: #65596

Credits

Huge thanks to @coopbri for helping!

v14.3.0-canary.56

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

Core Changes

  • fix(next-swc): correct path interop to filepath for wasm: #65633
  • Add proper deprecation/rename warnings for server bundling option: #65575

Misc Changes

  • chore(create-next-app): update empty templates: #65620

Credits

Huge thanks to @kwonoj, @Ethan-Arrowood, and @samcx for helping!

v14.3.0-canary.55

10 May 21:36
Compare
Choose a tag to compare
v14.3.0-canary.55 Pre-release
Pre-release

Core Changes

  • Handle nonce on Next.js injected script/link tags: #65508
  • Fix multi-zone test by removing dependency list: #65589
  • remove next-action header when following a redirect: #65615
  • Remove @next/font resolving for font loaders: #65601
  • remove legacy deprecated warnings: #65579
  • feat(turbopack): add support for bundlePagesRouterDependencies: #65520
  • fix(next-swc): load wasm fallback if native bindings fail to load: #65623

Example Changes

  • update reproduction templates to use correct React: #65624

Misc Changes

  • docs: explain about the conditional default metadataBase on vercel de…: #65583
  • Fix NEXT_SKIP_ISOLATE=1 log for testing: #65590
  • [eslint] Fix lint-staged to ensure eslint is ran: #65622
  • Docs: Update server actions link to point at server actions page: #65593
  • create-next-app - Update links for READMEs: #65548

Credits

Huge thanks to @huozhi, @timneutkens, @Ethan-Arrowood, @ztanner, @wyattjoh, @ForsakenHarmony, @srkirkland, @RiskyMH, and @kwonoj for helping!

v14.3.0-canary.54

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

Misc Changes

  • fix: ignore all .env files for create-next-app by default: #61920

Credits

Huge thanks to @leerob for helping!

v14.3.0-canary.53

09 May 17:35
Compare
Choose a tag to compare
v14.3.0-canary.53 Pre-release
Pre-release

Core Changes

  • Remove rsc esm client module extra exports: #65519

Misc Changes

  • Fix /dynamic in test/.stats-app: #65543
  • chore(create-next-app): add --empty flag: #65532

Credits

Huge thanks to @Ethan-Arrowood, @huozhi, and @samcx for helping!

v14.3.0-canary.52

09 May 11:26
Compare
Choose a tag to compare
v14.3.0-canary.52 Pre-release
Pre-release

Core Changes

  • Revert "Remove ineffective webpack rules and unused app-page context modules": #65558
  • Remove auto appending xml extension to dynamic sitemap routes: #65507

Misc Changes

  • chore(test): test image preload below the fold: #65528
  • test: consolidate action flaky test: #65541

Credits

Huge thanks to @styfle and @huozhi for helping!

v14.3.0-canary.51

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

Misc Changes

  • chore: add prettier update to blame ignore: #65529
  • Sync Cargo.lock with Turbo: #65525

Credits

Huge thanks to @ForsakenHarmony and @wbinnssmith for helping!

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!