Skip to content

Releases: vercel/next.js

v15.0.0-canary.20

08 Jun 23:31
Compare
Choose a tag to compare
v15.0.0-canary.20 Pre-release
Pre-release

Core Changes

  • remove staticWorkerRequestDeduping flag & unused IPC code: #66655
  • prevent duplicate RSC fetch when action redirects: #66620
  • Update URL provided from unstable_cache: #66651

Credits

Huge thanks to @ztanner and @ijjk for helping!

v15.0.0-canary.19

07 Jun 17:03
Compare
Choose a tag to compare
v15.0.0-canary.19 Pre-release
Pre-release

Core Changes

  • revert app-render changes related to determining RSC/Prefetch requests: #66648
  • Revert "feat: Update swc_core to v0.92.10": #66640

Credits

Huge thanks to @ztanner and @sokra for helping!

v15.0.0-canary.18

07 Jun 13:14
Compare
Choose a tag to compare
v15.0.0-canary.18 Pre-release
Pre-release

Misc Changes

  • reliability of the release action: #66637

Credits

Huge thanks to @sokra for helping!

v15.0.0-canary.17

07 Jun 12:01
Compare
Choose a tag to compare
v15.0.0-canary.17 Pre-release
Pre-release

Core Changes

Credits

Huge thanks to @sokra for helping!

v15.0.0-canary.16

06 Jun 23:44
Compare
Choose a tag to compare
v15.0.0-canary.16 Pre-release
Pre-release

Misc Changes

  • Update code examples in documentation (12-third-party-libraries): #66600
  • Update image.mdx: #66618

Credits

Huge thanks to @ArnaudFavier and @chrisjstott for helping!

v15.0.0-canary.15

06 Jun 22:13
Compare
Choose a tag to compare
v15.0.0-canary.15 Pre-release
Pre-release

Core Changes

  • Update font data: #66582
  • Fix Server Actions closure idents tracking: #66601
  • Update to turbopack-240606.2: #66606

Misc Changes

  • docs: otel use anchor instead of path: #66592
  • Add videos to openGraph metadata object: #66613

Credits

Huge thanks to @Netail, @shuding, @jontewks, and @wbinnssmith for helping!

v15.0.0-canary.14

05 Jun 23:31
Compare
Choose a tag to compare
v15.0.0-canary.14 Pre-release
Pre-release

Core Changes

  • Fix loading navigation with metadata and prefetch: #66447

Credits

Huge thanks to @huozhi for helping!

v15.0.0-canary.13

05 Jun 21:23
Compare
Choose a tag to compare
v15.0.0-canary.13 Pre-release
Pre-release

Core Changes

  • Re-land Fix broken HTML inlining of non UTF-8 decodable binary data from Flight payload #65664: #65988
  • feat(turbopack): Introduce RcStr: #66262
  • Remove unused state in Server Actions transform: #66547
  • Add playwright-core to server-external-packages.json: #66549
  • Update to turbopack-240605.2: #66568
  • update turbopack: #66575

Misc Changes

  • disable flaky metadata test in turbopack: #66553
  • Revert "refactor: remove unnecessary lint-staged operations (#65861)": #66554
  • Avoid race condition in ppr navigations test: #66429
  • Remove redundant React dependency declarations in test: #66530
  • Add hint that sync-react doesn't automate everything: #66531
  • Fix sync-react changelog: #66532
  • chore(github-workflow): add bankrupt issues workflow: #66383

Credits

Huge thanks to @ijjk, @ztanner, @kdy1, @devjiwonchoi, @unstubbable, @shuding, @pkiv, @eps1lon, @wbinnssmith, @samcx, and @sokra for helping!

v15.0.0-canary.12

05 Jun 03:37
Compare
Choose a tag to compare
v15.0.0-canary.12 Pre-release
Pre-release

Core Changes

  • fix NextRequest proxy in edge runtime: #66551

Credits

Huge thanks to @ztanner for helping!

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!