Skip to content

Releases: vercel/next.js

v15.0.0-canary.11

04 Jun 20:28
Compare
Choose a tag to compare
v15.0.0-canary.11 Pre-release
Pre-release

Core Changes

  • fixing next/dynamic transform for turbopack: #66527
  • improve order of spans in tracing: #66516
  • add more tracing: #66528
  • refactor: deprecate future directory: #66432
  • fix 'loading' segment not being copied into new CacheNode: #66538

Example Changes

  • Update Sanity example deps and prepare for next v15: #66158

Misc Changes

  • feat: Update swc_core to v0.92.10: #66521
  • Sync Cargo.lock with turbo: #66539
  • docs(caching): Fix typo refrencing fetch changes: #66535
  • Update dev dependecies validate npm package name: #66536

Credits

Huge thanks to @sokra, @kdy1, @wyattjoh, @wbinnssmith, @ztanner, @kippmr, @stipsan, and @torresgol10 for helping!

v15.0.0-canary.10

04 Jun 12:26
Compare
Choose a tag to compare
v15.0.0-canary.10 Pre-release
Pre-release

Core Changes

  • fix missing stylesheets when parallel routes are present: #66300
  • fix css order for some edge cases in App Dir: #66500
  • Fix fetch deduping in dev after reload: #66507
  • optimize server actions: #66523

Credits

Huge thanks to @ztanner, @sokra, and @eps1lon for helping!

v15.0.0-canary.9

03 Jun 23:30
Compare
Choose a tag to compare
v15.0.0-canary.9 Pre-release
Pre-release

Misc Changes

  • docs: update sitemap's version history section: #66478

Credits

Huge thanks to @Lada496 for helping!

v15.0.0-canary.8

03 Jun 20:43
Compare
Choose a tag to compare
v15.0.0-canary.8 Pre-release
Pre-release

Core Changes

  • Fix broken BrowserInterface type: #66461
  • Polish copy button state and styles: #66370
  • expose experimental option to set a memory limit for turbo: #66101
  • avoid filtering the error message: #65311
  • Fix next/navigation type augmentation: #66489
  • fix: only generate prefetch rsc for ppr enabled routes: #66395
  • add layerAssets property to FlightDataPath: #66354

Example Changes

  • refactor: rename API endpoint to '/api/protected-api' for comment: #66456

Misc Changes

  • Update cookies.mdx to show that maxAge accepts a value in seconds: #66476
  • Renamed two files: right order of supported styling: #66443
  • Fix flaky redbox expectation in unstable_after e2e test: #66490
  • Unignore test/**/*.test.* for ESLint: #66415
  • chore(docs): Update Inlang Link on Internationalization Page: #66488
  • Correct spelling in installation guide reference: #66484

Credits

Huge thanks to @anay-208, @boris-szl, @devnyxie, @unstubbable, @huozhi, @arlyon, @sokra, @LorisSigrist, @M-YasirGhaffar, @wyattjoh, and @ztanner for helping!

v15.0.0-canary.7

02 Jun 23:30
Compare
Choose a tag to compare
v15.0.0-canary.7 Pre-release
Pre-release

Misc Changes

  • fix: correct link for server components: #66470

Credits

Huge thanks to @Kahitar for helping!

v15.0.0-canary.6

01 Jun 23:30
Compare
Choose a tag to compare
v15.0.0-canary.6 Pre-release
Pre-release

Core Changes

  • Update rust toolchain to nightly-2024-05-31: #66428
  • fix erroneous RSC calls on hash changes: #66434
  • Improve JSDoc link for Metadata API: #66455
  • Warn metadataBase missing in standalone mode or non vercel deployment: #66296
  • fix: ensure route handlers properly track dynamic access: #66446

Credits

Huge thanks to @wbinnssmith, @ztanner, @eps1lon, and @huozhi for helping!

v15.0.0-canary.5

31 May 23:39
Compare
Choose a tag to compare
v15.0.0-canary.5 Pre-release
Pre-release

Misc Changes

  • Revert "next-swc: Update from tokio 1.32.0 to 1.37.0 (#66087)": #66391
  • Use rust-lld for Windows on arm64: #66360

Credits

Huge thanks to @bgw and @wbinnssmith for helping!

v15.0.0-canary.4

31 May 22:09
Compare
Choose a tag to compare
v15.0.0-canary.4 Pre-release
Pre-release

Core Changes

  • chore: bump supported msw version to v2.3.0: #66351
  • remove duplicate export workers: #66388
  • refactor page export error tracking: #66392
  • add experimental flag for retrying static generation: #66393

Credits

Huge thanks to @kevva and @ztanner for helping!

v15.0.0-canary.3

31 May 18:45
Compare
Choose a tag to compare
v15.0.0-canary.3 Pre-release
Pre-release

Core Changes

  • next-swc-napi: Remove "plugin" from default feature list: #66380
  • Revert "Middleware RSC bundling changes": #66422

Credits

Huge thanks to @bgw and @huozhi for helping!

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!