Skip to content

Releases: vercel/next.js

v15.0.0-canary.2

30 May 23:30
Compare
Choose a tag to compare
v15.0.0-canary.2 Pre-release
Pre-release

Core Changes

  • feat: add copy button for runtime error: #65921
  • Transform client reference in middleware layer: #66294
  • feat(react-dev-overlay): Open nvim with line number: #66358
  • Restore optimization to ignore legacy APIs in react-dom/server: #66371
  • fix: ensure dynamic fetches are tracked correctly: #66349
  • Update font data: #66359

Misc Changes

  • refactor: remove unnecessary lint-staged operations: #65861
  • Split webpack specific test into separate test suite: #66328
  • Update compress.mdx: #66376
  • Use classnames to set font family in Tailwind create-next-app templates: #66374
  • fix(docs): typescript error in useOptimistic(): #66247
  • fix: revert removed flags from lint-staged config: #66381

Credits

Huge thanks to @devjiwonchoi, @huozhi, @timneutkens, @notomo, @eps1lon, @wyattjoh, @ArnoldVanN, @ypessoa, and @dhruv-kaushik for helping!

v15.0.0-canary.1

29 May 23:32
Compare
Choose a tag to compare
v15.0.0-canary.1 Pre-release
Pre-release

Core Changes

  • refactor: remove isRSCRequestCheck: #65587

Example Changes

  • Update to with-supertokens example: #66320

Misc Changes

  • Update labeler config for CI approved: #66335
  • docs(next.config.js Options): Remove experimental mdxRs feature from pageExtensions: #66310
  • Refactor app dir metadata test: #66331
  • docs: remove invalid og image cases: #66355

Credits

Huge thanks to @eps1lon, @alpedia0, @rishabhpoddar, @wyattjoh, @chogyejin, and @huozhi for helping!

v15.0.0-canary.0

29 May 15:38
Compare
Choose a tag to compare
v15.0.0-canary.0 Pre-release
Pre-release

Core Changes

  • chore(next-font): bump @capsizecss/metrics package to the latest: #66302

Example Changes

  • chore(examples): update reproduction template: #66301

Misc Changes

  • Set default playwright timeout to NEXT_E2E_TEST_TIMEOUT: #66258
  • Reapply "Turbopack: Register react refresh exports in module factory (#8191)": #66298
  • Revert "Reapply "Turbopack: Register react refresh exports in module factory (#8191)"": #66322
  • Handle premajor version for canary: #66336

Credits

Huge thanks to @samcx, @unstubbable, and @ijjk for helping!

v14.3.0-canary.87

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

Core Changes

  • enhance: ignore nextjs version fetch error in dev overlay: #66271
  • Trigger error for stream on client when it is not finished as expected: #65798

Example Changes

  • Update with-react-hook-form example: #66253

Misc Changes

  • Add support for IPv6 in tests: #66285
  • feat: Upgrade lightningcss: #66280
  • Fail early in release if auth fails with configured gh token: #66171
  • Update turbopack to turbopack-240528.2: #66293
  • docs: change dynamic sitemap output filename: #66273

Credits

Huge thanks to @shubh73, @unstubbable, @huozhi, @kdy1, @eps1lon, and @wbinnssmith for helping!

v14.3.0-canary.86

28 May 16:32
Compare
Choose a tag to compare
v14.3.0-canary.86 Pre-release
Pre-release

Core Changes

  • Reland bunling webpack middleware changes (#66049): #66052
  • fix dev overlay version indicator style: #66278
  • [ppr] Don't mark RSC requests as /_next/data requests: #66249

Misc Changes

  • [lint] Disable linting using project config for tests: #66145
  • πŸ“ docs: Add missing example code file name: #66251

Credits

Huge thanks to @ijjk, @huozhi, @wyattjoh, and @atik-persei for helping!

v14.3.0-canary.85

27 May 23:31
Compare
Choose a tag to compare
v14.3.0-canary.85 Pre-release
Pre-release

Core Changes

  • Bump React types to latest 18.3.x: #66181
  • Bump styled-jsx to 5.1.6: #66185
  • Fix source map loading failure for path-to-regexp: #66242
  • Bump React types to 19 rc: #66186

Example Changes

  • adopt modern & supported Apollo Client patterns in the with-apollo example: #65316

Misc Changes

  • fix(create-next-app): Update CNA templates' .gitignore files for parity with Yarn recommendations: #65823
  • chore: update empty template tailwindcss config: #66173
  • Update create-next-app template CSS: #66233

Credits

Huge thanks to @bosconian-dynamics, @phryneas, @akazwz, @ypessoa, @eps1lon, and @unstubbable for helping!

v14.3.0-canary.84

26 May 23:41
Compare
Choose a tag to compare
v14.3.0-canary.84 Pre-release
Pre-release

Misc Changes

  • docs(migrating): fix Migrating from Create React App: #65994

Credits

Huge thanks to @IGassmann for helping!

v14.3.0-canary.83

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

Core Changes

  • Implement typeof window inlining for Turbopack: #66128

Credits

Huge thanks to @timneutkens for helping!

v14.3.0-canary.82

25 May 23:32
Compare
Choose a tag to compare
v14.3.0-canary.82 Pre-release
Pre-release

Misc Changes

  • docs(metadata): fix incorrect link to React cache function: #66156
  • fix(docs): minor syntax typo for missed const: #66154

Credits

Huge thanks to @Juneezee and @Sayakie for helping!

v14.3.0-canary.81

24 May 23:33
Compare
Choose a tag to compare
v14.3.0-canary.81 Pre-release
Pre-release

Core Changes

  • add next-build-test binary / library: #64121
  • add bash script to run a benchmark: #64717
  • Handle next/navigation import in middleware: #66175
  • [ppr] Data route fix: #66190

Misc Changes

  • add arlyon to turbopack team: #66177
  • docs(community): remove Grammarly extension recommendation: #66195
  • Clarify create-next-app question wording: #66157

Credits

Huge thanks to @arlyon, @timneutkens, @wyattjoh, @samcx, and @lorensr for helping!