Releases: vercel/next.js
Releases Β· vercel/next.js
v14.3.0-canary.2
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
Core Changes
- fix:
lib/helpers/install.tsto better support pnpm and properly respectrootargument: #64418 - fix(next):
Metadata.openGraphvalues not resolving basic values whentypeis 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
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
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
Credits
Huge thanks to @ryota-murakami, @ijjk, @pnutmath, @feugy, @Jeffrey-Zutt, @wiesson, and @eps1lon for helping!
v14.2.1-canary.6
v14.2.1-canary.5
v14.2.1-canary.4
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
v14.2.1-canary.3
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
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!