Core Changes
- Fix entry creation on Windows: #42421
- Mock @next/font when using next/jest: #42413
- Avoid breaking useRouter() type change: #42430
- Do not strip loader arg in dynamic for server components: #42426
- Clarify app and pages file conflicting files: #42415
- Change
usePathname
to returnstring | null
: #42380 - Fix undici warning showing unexpectedly: #42444
- Remove static generation bail-out from usePathname: #42440
Documentation Changes
- Fix Docs API Reference font.md broken link: #42418
- fixed missing
<Link />
keyword: #42422 - Fix docs for next/image upgrade guide: #42424
- Revert font-optimization.md syntax: #42403
- Fix invalid markdown lang: #42442
Misc Changes
- Add meta tag to default app template: #42394
- examples: Fix with-turbopack typo: #42410
- Google fonts single request: #42406
Credits
Huge thanks to @shuding, @lucasassisrosa, @adictonator, @m7yue, @styfle, @hanneslund, @chibicode, @huozhi, @timneutkens, and @wyattjoh for helping!