Core Changes
- Refactor SWC transform to support named default export: #46778
- Remove
experimental.runtime
and emit warning when used: #46631 - Fix(typedRoutes): fixed type Route resolving to type any: #46679
- Improve the readability of full page refresh error in dev mode: #46634
- Port error overlay hydration error to pages directory: #46677
Documentation Changes
- next/font refactoring and additional unit tests: #46731
Misc Changes
- chore: add jsdoc to
output
in next.config.js: #46804 - next/font tests: support Turbopack css module format: #46658
- update dynamic-import.md example: #46787
- Change @next/font to next/font in examples: #46836
- Update vendored React: #46826
- Revert "Update vendored React": #46861
- Update fetch cache handling with POST requests: #46856
- Remove extra exports from filter utils: #46860
- test(unit): add cases for cssnano simple: #46862
- Ensure chained middleware rewrites work properly: #46866
Credits
Huge thanks to @styfle, @shuding, @wbinnssmith, @irekrog, @hanneslund, @JanKaifer, @DuCanhGH, and @SukkaW for helping!