Skip to content

Releases: vercel/next.js

v14.3.0-canary.2

15 Apr 22:35

Choose a tag to compare

v14.3.0-canary.2 Pre-release
Pre-release

Core Changes

  • Turbopack: Allow client components to be imported in app routes: #64520
  • refactor: remove always truthy flag: #64522
  • Turbopack: don’t show long internal stack traces on build errors: #64427

Misc Changes

  • Update to latest rust-cache: #64524

Credits

Huge thanks to @ijjk, @wbinnssmith, and @huozhi for helping!

v14.3.0-canary.1

15 Apr 21:22

Choose a tag to compare

v14.3.0-canary.1 Pre-release
Pre-release

Core Changes

  • fix: lib/helpers/install.ts to better support pnpm and properly respect root argument: #64418
  • fix(next): Metadata.openGraph values not resolving basic values when type is set: #63620
  • disable production chunking in dev: #64488
  • update turbopack: #64501

Documentation Changes

  • docs(09-authentication): fixes link to NextAuth.js: #64457

Misc Changes

  • hotfix: hardcoded skip turbopack tests to manifest: #64515

Credits

Huge thanks to @Ethan-Arrowood, @devjiwonchoi, @sokra, and @kenji-webdev for helping!

v14.3.0-canary.0

15 Apr 17:32

Choose a tag to compare

v14.3.0-canary.0 Pre-release
Pre-release

Core Changes

  • fix(next): global not-found not working on multi-root layouts: #63053
  • chore(next): add keywords on package.json: #64173
  • Fix DynamicServerError not being thrown in fetch: #64511

Credits

Huge thanks to @devjiwonchoi and @ijjk for helping!

v14.2.1-canary.7

15 Apr 16:46

Choose a tag to compare

v14.2.1-canary.7 Pre-release
Pre-release

Core Changes

  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365

Documentation Changes

  • Fix missing PagesOnly in 05-mdx: #64505
  • chore(docs): Add example usage of PixelBin custom image loader: #64074

Misc Changes

  • chore: Update pnpm v8.15.14 to v8.15.7: #64479
  • Add typechecking test for all entrypoints: #64478

Credits

Huge thanks to @ryota-murakami, @ijjk, @pnutmath, @feugy, @Jeffrey-Zutt, @wiesson, and @eps1lon for helping!

v14.2.1-canary.6

15 Apr 10:55

Choose a tag to compare

v14.2.1-canary.6 Pre-release
Pre-release

Core Changes

  • improve turborepo caching: #64493

Credits

Huge thanks to @sokra for helping!

v14.2.1-canary.5

14 Apr 21:47

Choose a tag to compare

v14.2.1-canary.5 Pre-release
Pre-release

Core Changes

  • Fix client boundary inheritance for barrel optimization: #64467

Documentation Changes

  • docs: fix config variable usage in memory docs: #64469

Credits

Huge thanks to @leerob and @huozhi for helping!

v14.2.1-canary.4

13 Apr 23:31

Choose a tag to compare

v14.2.1-canary.4 Pre-release
Pre-release

Core Changes

  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449

Documentation Changes

  • docs(pages): update slug value for optional catch all routes: #64381
  • Fix optimizePackageImports docs for Pages Router: #64439
  • Adds MDX Components file convention page and updates MDX page: #63568

Misc Changes

  • tweak test for Azure: #64424

Credits

Huge thanks to @hungdoansy, @huozhi, @kxlow, @ztanner, and @manovotny for helping!

v14.2.1

12 Apr 20:46

Choose a tag to compare

Note

This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @sokra

Credits

Huge thanks to @sokra for helping!

v14.2.1-canary.3

12 Apr 23:30

Choose a tag to compare

v14.2.1-canary.3 Pre-release
Pre-release

Core Changes

  • Improve rendering performance: #64408
  • Fix the method prop case in Server Actions transform: #64398
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: #64405

Documentation Changes

  • docs: clarify Internationalization (i18n) Routing: #63853

Misc Changes

  • Update lockfile for compatibility with turbo: #64360

Credits

Huge thanks to @anatoliik-lyft, @wbinnssmith, @shuding, and @coltonehrman for helping!

v14.2.1-canary.2

12 Apr 18:10

Choose a tag to compare

v14.2.1-canary.2 Pre-release
Pre-release

Core Changes

  • Fix more Turbopack build tests: #64384
  • use pathToFileUrl to make esm import()s work with absolute windows paths: #64386

Documentation Changes

  • Add WorkOS to list of auth solutions: #64395
  • docs (mdx): update tree to include mdx-components.tsx file: #64376
  • Update 02-server-actions-and-mutations.mdx: #64248
  • Update 04-cypress.mdx: #64375
  • Update 13-debugging.mdx: #64344

Example Changes

  • Add TypeGen to Sanity example: #64198

Credits

Huge thanks to @PaulAsjes, @mcnaveen, @timneutkens, @stipsan, @aktoriukas, @sirTangale, @greatvivek11, and @sokra for helping!