Skip to content

Releases: vercel/next.js

v14.3.0-canary.70

17 May 23:40
Compare
Choose a tag to compare
v14.3.0-canary.70 Pre-release
Pre-release

Misc Changes

  • fix: race condition in CLI output in react-compiler test: #65909

Credits

Huge thanks to @lubieowoce for helping!

v14.3.0-canary.69

17 May 21:41
Compare
Choose a tag to compare
v14.3.0-canary.69 Pre-release
Pre-release

Core Changes

  • Set default stale-while-revalidate header value to 1 year: #65867
  • fix missing experimental warning for reactCompiler: #65866
  • Error on mismatched minimal react version: #65806
  • Revert "Set default stale-while-revalidate header value to 1 year": #65887
  • Update turbopack & swc_core: #65450
  • Revert "Fix broken HTML inlining of non UTF-8 decodable binary data f…: #65906

Example Changes

  • Update Sanity example deps and implementation: #65744
  • update convex README.md: #65765

Credits

Huge thanks to @flybayer, @stipsan, @ianmacartney, @ztanner, @huozhi, and @kdy1 for helping!

v14.3.0-canary.68

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

Core Changes

  • Update React from 4508873393 to 04b058868c: #65864

Misc Changes

  • Fix typos in test descriptions in router-rerender integration tests: #65834

Credits

Huge thanks to @hiro0218 and @eps1lon for helping!

v14.3.0-canary.67

16 May 21:26
Compare
Choose a tag to compare
v14.3.0-canary.67 Pre-release
Pre-release

Core Changes

  • Ensure plugin-syntax-jsx doesn't have to be installed: #65865

Credits

Huge thanks to @timneutkens for helping!

v14.3.0-canary.66

16 May 20:13
Compare
Choose a tag to compare
v14.3.0-canary.66 Pre-release
Pre-release

Core Changes

Misc Changes

  • docs(css-in-js): alphabetize libraries name: #65832

Credits

Huge thanks to @timneutkens, @styfle, @Lsnsh, and @datner for helping!

v14.3.0-canary.65

16 May 18:22
Compare
Choose a tag to compare
v14.3.0-canary.65 Pre-release
Pre-release

Core Changes

  • Fix the runtime for rsc layer: #65850

Misc Changes

  • test: fix flaky tests and disabled constant failing ones: #65822
  • Run CNA tests with Next.js from branch: #65852

Credits

Huge thanks to @huozhi and @eps1lon for helping!

v14.3.0-canary.64

16 May 10:06
Compare
Choose a tag to compare
v14.3.0-canary.64 Pre-release
Pre-release

Core Changes

  • Update font data: #65768
  • feat: remove font family hashing in next/font css: #53608
  • Add script to script loader when strategy prop is undefined: #65585
  • fix: ensure websockets are correctly passed: #65759
  • Add clientTraceMetadata experimental option to propagate tracing data to the client: #64256
  • Remove process auto polyfill in edge runtime: #65751
  • feat: support import attributes: #65749
  • Turbopack: Remove EcmascriptChunkingContext: #65716
  • Error in build for middleware when import client-only: #65792
  • fix(next): reject protocol-relative URLs in image optimization: #65752
  • Fix broken HTML inlining of non UTF-8 decodable binary data from Flight payload: #65664
  • Bundle the installed react for middleware: #65811
  • fix middleware cookie initialization: #65820
  • fix(next/image)!: set upstream timeout to 7 seconds: #65821
  • feat(turbopack-ecmascript): use import attributes for annotations: #59370
  • feat(next): experimental react compiler support: #65804

Misc Changes

  • chore: remove unnecessary dependency: #65819

Credits

Huge thanks to @blvdmitry, @hwangstar156, @wyattjoh, @lforst, @huozhi, @ForsakenHarmony, @wbinnssmith, @emmerich, @shuding, @christian-bromann, @ztanner, @styfle, and @kwonoj for helping!

v14.3.0-canary.63

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

Core Changes

  • fext(next-swc): extend internal env flag to all native bindings: #65748
  • Update font data: #65719
  • fix(next): add alias to new react exports: #65761

Misc Changes

  • chore: add git blame ignore-revs support to gitlens for vscode configuration: #65762

Credits

Huge thanks to @kwonoj and @wyattjoh for helping!

v14.3.0-canary.62

14 May 18:14
Compare
Choose a tag to compare
v14.3.0-canary.62 Pre-release
Pre-release

Core Changes

  • Bump acorn to replace swc class properties transform: #65715
  • fix: watch experimental/testmode in when running "pnpm dev": #65689
  • Revert "chore: externalize undici for bundling": #65727
  • [ppr] Request normalization fixes: #65717
  • fix(next/image)!: error when src has leading or trailing space: #65637

Misc Changes

  • chore(CI): escape PR title for slack webhook: #65742
  • Docs: Make "With URL Obeject" only displayed in Pages docs: #65547
  • Update external links 07-edge.mdx: #65728

Credits

Huge thanks to @huozhi, @lubieowoce, @samcx, @ForsakenHarmony, @maxhaomh, @wyattjoh, @styfle, and @mirasayon for helping!

v14.3.0-canary.61

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

Core Changes

  • fix(resolve-metadata): allow for search params in canonical URL: #65366
  • Remove missingSuspenseWithCSRBailout config: #65688
  • Reland Remove ineffective webpack rules and unused app-page context modules: #65694
  • Remove swc minify related code branches: #65690
  • fix: load the tags manifest asynchronously: #64563

Example Changes

  • Update middleware example to App Router: #65618
  • update cache handler version and added better logic for opting out of…: #65330

Misc Changes

  • Add missing type-only imports to documentation examples: #65687

Credits

Huge thanks to @diogocapela, @dnhn, @typeofweb, @huozhi, @davidsa03, and @imranolas for helping!