-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Do not merge.** - [x] `staticgeneration*` options - [x] `next/form` now available in pages, `prefetch` prop added to app - [x] ~`next/after` stable~ reverted changes - [x] `instrumentation.js` stable - [x] More secure server actions - [x] Update turbopack docs - [x] https://nextjs.org/docs/architecture/turbopack - [x] https://nextjs.org/docs/app/api-reference/next-config-js/turbo - [x] Move `turbo` config option out of experimental - [x] Document `connection()` - [x] De-prioritize `unstable_noStore` - add note about using `connection()` - [x] Replace examples of `noStore` with `connection` - [x] Async APIs - [x] Reference Pages - [x] `cookies` - [x] `headers` - [x] `draftMode` - [x] `page.js` (`searchParams` and `params` prop) - [x] `layout.js` (`params` prop) - [x] `route.js` (`params` prop) - [x] `default.js` (`params` prop) - [x] Clarify `use` usage https://vercel.slack.com/archives/C06N3AXRQ82/p1726483924090979?thread_ts=1726250070.321229&cid=C06N3AXRQ82 - [x] Update **examples** throughout the docs: - [x] `cookies` - [x] `headers` - [x] `draftMode` - [x] `searchParams` - [x] `params` - [x] Update Dynamic API section in the Server Components Page: https://nextjs.org/docs/app/building-your-application/rendering/server-components#dynamic-rendering - [x] Update Dynamic API mentions in Route Handler page: https://nextjs.org/docs/app/building-your-application/routing/route-handlers#dynamic-functions - [x] Update upgrade guide for Next 15 RC: https://nextjs.org/docs/app/building-your-application/upgrading/version-15 - [x] Document codemods for async APIs. PR: #69572 - [x] Document geo codemod. Done here: #70064 Closes: https://linear.app/vercel/issue/DOC-3018/nextjs-15-rc-2 --------- Co-authored-by: Rich Haines <hello@richardhaines.dev> Co-authored-by: Ahmed Abdelbaset <A7med3bdulBaset@gmail.com> Co-authored-by: Nikhil S <nikhilsnayak3473@gmail.com>
- Loading branch information
1 parent
d6b932d
commit 2f6054f
Showing
53 changed files
with
1,088 additions
and
592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.