Skip to content

Releases: vercel/next.js

v13.1.6-canary.2

27 Jan 18:52
8324b4f
Compare
Choose a tag to compare
v13.1.6-canary.2 Pre-release
Pre-release

Core Changes

  • Update transform exports and tests: #45251
  • Attach exports information in SWC transforms: #45261
  • Update app cache handling in development: #45248
  • TS plugin: warn about amp config in app: #45254
  • Fix typo in TS plugin: #45279
  • Allow metadata related exports in TS plugin: #45282
  • build(cargo): update turbopack to turbopack-230125.1: #45283
  • [edge] improve fetch stack traces in edge runtime: #44750
  • Move router reducer to separate file: #45236
  • add next.config.js options currently supported by turbopack: #45309
  • Update debug logs for app cache: #45291
  • Improved pnpm clean: #45312
  • Fix:Manage Firefox and Safari Network error message: #44929
  • build(cargo): update turbopack to turbopack-230126.1: #45322
  • add pageExtensions as a supported turbopack option: #45321
  • Ensure we warn for middleware with next export: #45288
  • Add unit test for shouldHardNavigate: #45303
  • Add unit test for redirect.ts: #45223
  • Add test for fillCacheWithNewSubTreeData: #45298
  • Add test for isNavigatingToNewRootLayout: #45305
  • Remove unused optimistic tree parameters: #45264
  • Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: #45299
  • Resolve metadata fields: #45237
  • Add turbopack route resolve handling: #45314
  • Remove extra .ts from test file: #45328
  • Add test for createOptimisticTree: #45330
  • Clean up resolved todos: #45332
  • add turbopackLoaders to config validation: #45337

Documentation Changes

  • Update getting-started documentation: #45284

Example Changes

  • Updates with-supertokens example app: #45214

Misc Changes

  • Update flakey test cases: #45290
  • Update flakey polyfills and acceptance tests: #45313
  • Add docs on how to use MDX with app: #44923
  • Update flakey fetch stack test: #45318
  • Enable JS CNA tests for turbopack: #45323

Credits

Huge thanks to @shuding, @rishabhpoddar, @HyunseungLee-Travis, @wbinnssmith, @Schniz, @timneutkens, @ForsakenHarmony, @wyattjoh, @dtrucs, and @huozhi for helping!

v13.1.6-canary.1

25 Jan 04:14
6a51edc
Compare
Choose a tag to compare
v13.1.6-canary.1 Pre-release
Pre-release

Core Changes

  • Fix error overlay links in parenthesis: #45155
  • Add build time error if error.js is missing "use client": #44961
  • Show component stack in error overlay on hydration error: #45089
  • Reduce component stack spacing for components without metadata: #45218
  • Revert "Revert "Revert "Revert "Initial support for metadata (#44729)"" (#45113)"": #45196
  • Update handling of autoscrolling on navigation in app: #43845
  • perf: avoid sync re-renders when using next/link and next/image: #45165
  • Support metadata icons field: #45105
  • Add editor links to RSC build error: #45179
  • misc: change strategy for link prefetch test: #45234
  • Add handling for app/pages manifest race condition: #45244

Documentation Changes

  • chore: fix invalid-new-link error typo: #45157
  • Update testing.md: #45216
  • Update no-html-link-for-pages.md: #45247

Example Changes

  • Pin library version in Convex example: #45206

Misc Changes

  • fix: add src prefix on index page: #45150
  • Ensure ctrl + c handling works with CNA prompts correctly: #45205
  • Fix turbo cache miss due to depending on gitignored files: #45166
  • Allow unit tests to be written in packages/next/src: #45222
  • Run dev tests against default CNA templates: #45211
  • Increase cache timeout for swc built files: #45243
  • refactor(create-next-app): simplify import alias validation logic: #45241
  • ci(workflow): notify new releases to vercel/turbo via repo_dispatch: #45201
  • Revert "Fix new-error command": #45221

Credits

Huge thanks to @ilyasmez, @juliusmarminge, @thomasballinger, @tissawd, @hanneslund, @jankaifer, @shuding, @timneutkens, @feedthejim, @huozhi, @ClemensPaumgarten, @kwonoj, and @Angelfire for helping!

v13.1.6-canary.0

23 Jan 23:40
752136e
Compare
Choose a tag to compare
v13.1.6-canary.0 Pre-release
Pre-release

Core Changes

  • Add debug info to static bailout message: #45192
  • Fix dynamic no ssr with babel transform: #45091
  • Fix React.lazy preloading during SSR: #45160

Documentation Changes

  • Update example test file name in cypress example: #45146

Example Changes

  • Update README.md for examples/with-mqtt-js: #45162

Misc Changes

  • Re-prompt on invalid import alias: #45194
  • create-next-app: warn if project dir isn't empty before prompts: #45195
  • Add timeout for actions/cache restoring: #45198
  • Update testing.md to reflect that we don't use yarn anymore: #45185

Credits

Huge thanks to @MaxLeiter, @CachorroC, @asadnq, @huozhi, and @jankaifer for helping!

v13.1.5

23 Jan 19:54
4e6ea4a
Compare
Choose a tag to compare

Core Changes

  • Revert "Revert "Initial support for metadata (#44729)"": #45113
  • Update incremental cache handler for minimal mode: #45123
  • build(cargo): update turbopack: #45126
  • Revert "Revert "Revert "Initial support for metadata (#44729)"" (#45113)": #45130
  • Update reducer comments: #45127
  • Ensure config warnings only show once: #45142
  • Don't log suppressed error during export: #45100
  • Add support for node: prefix when importing Node.js builtin modules: #45149

Example Changes

  • update Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux …: #45121

Misc Changes

  • Update CODEOWNERS: #45178
  • Switch from yarn pack to pnpm pack in tests: #45167

Credits

Huge thanks to @shuding, @dylanjha, @ijjk, @Brooooooklyn, @timneutkens, @hanneslund, @feedthejim, and @jankaifer for helping!

v13.1.5-canary.3

23 Jan 18:40
8dac22a
Compare
Choose a tag to compare
v13.1.5-canary.3 Pre-release
Pre-release

Core Changes

  • Ensure config warnings only show once: #45142
  • Don't log suppressed error during export: #45100
  • Add support for node: prefix when importing Node.js builtin modules: #45149

Misc Changes

  • Update CODEOWNERS: #45178
  • Switch from yarn pack to pnpm pack in tests: #45167

Credits

Huge thanks to @hanneslund, @timneutkens, @feedthejim, and @jankaifer for helping!

v13.1.5-canary.2

22 Jan 05:24
70282b7
Compare
Choose a tag to compare
v13.1.5-canary.2 Pre-release
Pre-release

Core Changes

  • Update reducer comments: #45127

Credits

Huge thanks to @timneutkens for helping!

v13.1.5-canary.1

21 Jan 20:10
Compare
Choose a tag to compare
v13.1.5-canary.1 Pre-release
Pre-release

Core Changes

Credits

Huge thanks to @shuding for helping!

v13.1.5-canary.0

21 Jan 16:12
Compare
Choose a tag to compare
v13.1.5-canary.0 Pre-release
Pre-release

Core Changes

  • Revert "Revert "Initial support for metadata (#44729)"": #45113
  • Update incremental cache handler for minimal mode: #45123
  • build(cargo): update turbopack: #45126

Example Changes

  • update Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux …: #45121

Credits

Huge thanks to @shuding, @dylanjha, @ijjk, and @Brooooooklyn for helping!

v13.1.4

20 Jan 23:10
0a5d272
Compare
Choose a tag to compare

Core Changes

  • Initial support for metadata: #44729
  • Improve swc transforms: #45083
  • Update swc_core to v0.56.0: #44792
  • fix(#44077): allow edge runtime for api routes inside src/ folder: #45093
  • Revert "Initial support for metadata (#44729)": #45111
  • build(cargo): update turbopack: #45109

Documentation Changes

  • Fix broken argument for rewrites on link reference docs: #45073
  • Cannot redeclare block-scoped variable 'cookie'.: #45079

Misc Changes

  • Fix metadata e2e test on deploy: #45104
  • Update @next/font/google data: #45092

Credits

Huge thanks to @guilhermefront, @shuding, @kdy1, @iamrobins, @hanneslund, @feugy, and @jridgewell for helping!

v13.1.4-canary.1

20 Jan 21:07
3ce4789
Compare
Choose a tag to compare
v13.1.4-canary.1 Pre-release
Pre-release

Core Changes

  • Improve swc transforms: #45083
  • Update swc_core to v0.56.0: #44792
  • fix(#44077): allow edge runtime for api routes inside src/ folder: #45093
  • Revert "Initial support for metadata (#44729)": #45111
  • build(cargo): update turbopack: #45109

Documentation Changes

  • Cannot redeclare block-scoped variable 'cookie'.: #45079

Misc Changes

  • Fix metadata e2e test on deploy: #45104
  • Update @next/font/google data: #45092

Credits

Huge thanks to @kdy1, @iamrobins, @hanneslund, @feugy, @shuding, and @jridgewell for helping!