Skip to content

Releases: vercel/next.js

v13.0.7-canary.2

06 Dec 12:44
Compare
Choose a tag to compare
v13.0.7-canary.2 Pre-release
Pre-release

Core Changes

  • Remove resolved app directory todos: #43672
  • Fix typo in comment: #43685
  • perf: disable prefetching for links in viewport in development for app routes: #43730
  • Remove additional <div> at each segment level in app: #43717

Documentation Changes

  • docs: Add notes about NEXT_MANUAL_SIG_HANDLE: #43686

Misc Changes

  • Update test config: #43661
  • Update flakey app logbox test: #43682
  • Update flakey GSSP preview test: #43702
  • Fix typos in 1.bug_report.yml: #43697
  • Disable jest autorun in this repo: #43727
  • Build test binary in Docker image: #43745

Credits

Huge thanks to @ijjk, @mmaaaaz, @Alfred-Mountfield, @soonoo, @jankaifer, @feedthejim, and @Brooooooklyn for helping!

v13.0.7-canary.1

03 Dec 07:45
9329743
Compare
Choose a tag to compare
v13.0.7-canary.1 Pre-release
Pre-release

Core Changes

  • Adding head element checking for root layout: #43597
  • Revert: 'Minimized runtime errors in app dir': #43648
  • fix: properly handle trailingSlash: true and rewrites: #43641
  • @next/font fallback fonts order fix: #43633
  • Update cache handling for app: #43659

Example Changes

  • Fixed broken Cloudinary example: #43646

Misc Changes

  • Update create-next-app template: #43482

Credits

Huge thanks to @Andarist, @Nutlope, @hanneslund, @jueungrace, and @balazsorban44 for helping!

v13.0.7-canary.0

02 Dec 06:04
166e5fb
Compare
Choose a tag to compare
v13.0.7-canary.0 Pre-release
Pre-release

Core Changes

  • Update react next tag: #43617
  • fix(jest): pattern when detecting packages to transpile in next/jest: #43546

Example Changes

  • Add with-cloudinary example: #43250
  • examples(with-turbopack): Fix styling page default active stylingNav: #42739

Misc Changes

  • Apply publish step optimizations: #43620

Credits

Huge thanks to @Nutlope, @huozhi, @m7yue, and @BRKalow for helping!

v13.0.6

02 Dec 03:40
5003add
Compare
Choose a tag to compare

Core Changes

  • test(integration): allow to run --turbo dev server tests dynamically : #42967
  • Ensure loaderFile is included in webpack cache key: #43315
  • Improve @next/font error handling: #43298
  • Improve RSC plugin to provide better errors: #42435
  • fix appDir returning 404 in production with "output": "standalone": #43268
  • Fix outputting un-necessary trace files for edge functions: #43304
  • fix: apply default export interop to pages/_app: #43335
  • Fix package resolution issue in app dir: #43349
  • Get correct chunks in flight-manifest on Windows: #43334
  • Resolve RSC / HTML rendering errors in error overlay: #43332
  • App directory next/link dynamic href dev error: #43074
  • Add ref forwarding for next/image: #43193
  • Always transform styled-jsx for rsc and error with client-only condition: #43386
  • dynamic = 'error' should only throw if page didn't get exported: #43377
  • fix output: "standalone" returning 500 error on certain pages when built without pages/: #43336
  • Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #43242
  • Add gSP and gSSP checks for both server and client layers in the SWC transform: #43391
  • Make sure the TS plugin works for src/app: #43412
  • Remove stack trace from full reload warning: #43453
  • Upgrade compiled undici: #43481
  • Fix missing cleanup process in flight plugin globals: #43297
  • Fix matchers in middleware manifest: #43549
  • rsc: bundle legacy head as client component: #43425
  • Remove useState from next/image: #43587
  • Group redirect status imports: #43480
  • Fix Failed to copy traced files for Edge functions and handle its files with middleware-manifest.json: #43326
  • Update next/link default legacyBehavior: #42623
  • fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #43395
  • Minimized runtime errors in app dir: #43511

Documentation Changes

  • Add link back to font video in Font docs.: #43440
  • docs: update known Safari bug: #43513
  • Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #43472
  • Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #43443
  • adding note that edge api routes are not supported with ISR: #43572
  • Improve docs for URL Imports: #43615

Example Changes

  • chore(examples): Deprecate cms-strapi: #43325
  • Add example commands for creating reproductions: #43375
  • updates with-supertokens example: #43379
  • Fix with-docker-compose example: #43419
  • chore(examples): fix CLI commands for MobX examples: #43534
  • Simplify and convert with-vercel-fetch example to TypeScript: #43403
  • chore(examples): reference main prop in README.md in Firebase example: #43434
  • chore(examples): Update active-class-name example: #43581
  • Fix deploy button in with-xata example: #43608

Misc Changes

  • Avoid turbo cache miss on root package change: #43309
  • Add .pnpm-store to .gitignore: #43366
  • Update @next/font/google fonts: #43385
  • Catch errors when calculating avg font width: #43503
  • chore: update issue verifier: #43339
  • chore: fix issue validator
  • chore: move comments of issue validator
  • chore: hardcode path for issue validator
  • chore: add area dropdown to bug report template: #43228
  • chore: fix issue verifier issues
  • Merge branch 'canary' of https://github.com/vercel/next.js into canary
  • chore: fix issue verifier
  • chore: don't comment twice
  • chore: disable auto-labeling
  • Fix "infer pnpm with example" test outside test suite: #43487
  • chore: add issue labeler: #43599
  • chore: fix issue labeler: #43606
  • Changed output mode on app directory test application: #43607
  • Fix output: standalone test for app directory: #43618

Credits

Huge thanks to @kwonoj, @hanneslund, @ijjk, @shuding, @DuCanhGH, @chibicode, @artechventure, @jankaifer, @huozhi, @colinking, @rishabhpoddar, @maxproske, @wyattjoh, @leerob, @alantoa, @Haschikeks, @balazsorban44, @matthew-heath, @AaronJY, @dtinth, @styfle, @leoortizz, @ValentinH, @brvnonascimento, @joshuaslate, @SferaDev, and @timeyoutakeit for helping!

v13.0.6-canary.4

02 Dec 02:21
5f420f7
Compare
Choose a tag to compare
v13.0.6-canary.4 Pre-release
Pre-release

Documentation Changes

  • adding note that edge api routes are not supported with ISR: #43572
  • Improve docs for URL Imports: #43615

Example Changes

  • chore(examples): Update active-class-name example: #43581
  • Fix deploy button in with-xata example: #43608

Misc Changes

  • chore: add issue labeler: #43599
  • chore: fix issue labeler: #43606
  • Changed output mode on app directory test application: #43607
  • Fix output: standalone test for app directory: #43618

Credits

Huge thanks to @balazsorban44, @joshuaslate, @wyattjoh, @SferaDev, @timeyoutakeit, and @styfle for helping!

v13.0.6-canary.3

01 Dec 05:25
fbc98ab
Compare
Choose a tag to compare
v13.0.6-canary.3 Pre-release
Pre-release

Core Changes

  • Fix missing cleanup process in flight plugin globals: #43297
  • Fix matchers in middleware manifest: #43549
  • rsc: bundle legacy head as client component: #43425
  • Remove useState from next/image: #43587
  • Group redirect status imports: #43480
  • Fix Failed to copy traced files for Edge functions and handle its files with middleware-manifest.json: #43326
  • Update next/link default legacyBehavior: #42623
  • fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #43395
  • Minimized runtime errors in app dir: #43511

Documentation Changes

  • Add link back to font video in Font docs.: #43440
  • docs: update known Safari bug: #43513
  • Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #43472
  • Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #43443

Example Changes

  • chore(examples): fix CLI commands for MobX examples: #43534
  • Simplify and convert with-vercel-fetch example to TypeScript: #43403
  • chore(examples): reference main prop in README.md in Firebase example: #43434

Misc Changes

  • Catch errors when calculating avg font width: #43503
  • chore: update issue verifier: #43339
  • chore: fix issue validator
  • chore: move comments of issue validator
  • chore: hardcode path for issue validator
  • chore: add area dropdown to bug report template: #43228
  • chore: fix issue verifier issues
  • Merge branch 'canary' of https://github.com/vercel/next.js into canary
  • chore: fix issue verifier
  • chore: don't comment twice
  • chore: disable auto-labeling
  • Fix "infer pnpm with example" test outside test suite: #43487

Credits

Huge thanks to @leerob, @hanneslund, @shuding, @alantoa, @Haschikeks, @balazsorban44, @matthew-heath, @huozhi, @maxproske, @AaronJY, @dtinth, @styfle, @leoortizz, @DuCanhGH, @ValentinH, and @brvnonascimento for helping!

v13.0.6-canary.2

29 Nov 06:10
ae626c5
Compare
Choose a tag to compare
v13.0.6-canary.2 Pre-release
Pre-release

Core Changes

  • App directory next/link dynamic href dev error: #43074
  • Add ref forwarding for next/image: #43193
  • Always transform styled-jsx for rsc and error with client-only condition: #43386
  • dynamic = 'error' should only throw if page didn't get exported: #43377
  • fix output: "standalone" returning 500 error on certain pages when built without pages/: #43336
  • Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #43242
  • Add gSP and gSSP checks for both server and client layers in the SWC transform: #43391
  • Make sure the TS plugin works for src/app: #43412
  • Remove stack trace from full reload warning: #43453
  • Upgrade compiled undici: #43481

Example Changes

  • updates with-supertokens example: #43379
  • Fix with-docker-compose example: #43419

Misc Changes

  • Update @next/font/google fonts: #43385

Credits

Huge thanks to @hanneslund, @jankaifer, @huozhi, @DuCanhGH, @colinking, @rishabhpoddar, @maxproske, @shuding, and @wyattjoh for helping!

v13.0.6-canary.1

25 Nov 12:31
Compare
Choose a tag to compare
v13.0.6-canary.1 Pre-release
Pre-release

Core Changes

  • fix: apply default export interop to pages/_app: #43335
  • Fix package resolution issue in app dir: #43349
  • Get correct chunks in flight-manifest on Windows: #43334
  • Resolve RSC / HTML rendering errors in error overlay: #43332

Example Changes

  • chore(examples): Deprecate cms-strapi: #43325
  • Add example commands for creating reproductions: #43375

Misc Changes

  • Add .pnpm-store to .gitignore: #43366

Credits

Huge thanks to @chibicode, @artechventure, @shuding, @hanneslund, and @jankaifer for helping!

v13.0.6-canary.0

24 Nov 03:33
29a9134
Compare
Choose a tag to compare
v13.0.6-canary.0 Pre-release
Pre-release

Core Changes

  • test(integration): allow to run --turbo dev server tests dynamically : #42967
  • Ensure loaderFile is included in webpack cache key: #43315
  • Improve @next/font error handling: #43298
  • Improve RSC plugin to provide better errors: #42435
  • fix appDir returning 404 in production with "output": "standalone": #43268
  • Fix outputting un-necessary trace files for edge functions: #43304

Misc Changes

  • Avoid turbo cache miss on root package change: #43309

Credits

Huge thanks to @kwonoj, @hanneslund, @shuding, and @DuCanhGH for helping!

v13.0.5

23 Nov 22:18
f3a728b
Compare
Choose a tag to compare

Core Changes

  • Remove unnecessary async function when preloading async components: #42957
  • Add force-static handling for app dir: #43061
  • Add experimental outputFileTracingIgnores config: #43103
  • Leverage outputFileTracingIgnores for next-server trace as well: #43108
  • Remove unstable_revalidate: #43119
  • types: better type definition for internal utils: #43070
  • Eagerly build swc binaries on change: #43142
  • chore: Update swc_core to v0.43.23: #42977
  • fix(next-swc/relay): make pages directory optional: #43116
  • Remove the timestamp query for CSS resources: #43185
  • Update experimental skipTrailingSlashRedirect handling: #43201
  • Avoid bundling appDir rendering into pages edge SSR bundle: #43184
  • Alias esm next document to avoid mismatch react context: #43192
  • Fix middleware not executed when pages directory is empty: #43205
  • Remove app routes from _devPagesManifest: #43188
  • Fix HMR error: "Cannot read properties of null (reading 'length')": #43145
  • fix(ts): re-export PageComponent and LayoutComponent types: #43226
  • Fix app routes are not correctly matched when src directory is used: #43234
  • chore: add firebase-admin to default serverComponentsExternalPackages list: #43249
  • Fix React.cache() in layout/page file: #43187
  • build(cargo): bump up turbopack: #43273
  • fix(next-swc): aarch64 build: #43275
  • Add fallback aliases for React: #43203
  • fix: apply default export interop to next/error: #43238
  • Remove unused use-sync-external-store dependency: #43281
  • Imageloader: collect images serverside to include images from staticp…: #41554
  • Update precompiled react: #43288
  • Resolve next api for layouts to esm for edge runtime: #43302
  • Refactor code: #43291
  • Show error for invalid page props in the TS plugin: #43300
  • docs: add error link when missing appDir: true: #43293

Documentation Changes

  • Add note in next/link docs about anchor props: #43064
  • Remove unneeded async in docs.: #43161
  • Add JWT example to error page.: #43162
  • Updated typo in the documentation: #43160
  • Add missing quote in next/script example: #43196
  • Add a note about the auto-created empty directory: #43219
  • docs: Add default browserslist configuration as a starting point: #43260

Example Changes

  • chore: Updating Tigris example to use stable release: #43058
  • examples(with-ant-design): bump antd v5.0.0: #43062
  • fix: Wrong link to source in "responsive" image example: #43081
  • chore(examples): with-msw update msw: #43224
  • Fix With Passport example: #43232
  • chore(examples): update Next.js in with-redux-reducer: #43237
  • Updates supertokens example app SSR behaviour: #43218
  • docs: add missing AppProps import: #43136
  • Convert more jsx/styled-components examples to TypeScript: #43117
  • Convert with-videojs, with-yoga, with-zones examples to TypeScript: #43280

Misc Changes

  • Fix e2e deploy test for Node.js v18: #43109
  • Update tests config: #43204
  • fix: create-next-app copies files it shouldn't: #43131
  • Add links to PR template: #43239
  • Update some flakey test cases: #43247
  • Update flakey app HMR tests: #43253
  • Add support for next.js development in docker: #43138

Credits

Huge thanks to @hanneslund, @adilansari, @chunsch, @bennettdams, @maxproske, @SukkaW, @kdy1, @orionmiz, @leerob, @shuding, @aziyatali, @NiedziolkaMichal, @huozhi, @colinking, @juliusmarminge, @andykenward, @Yutsuten, @balazsorban44, @FomichRoman, @rishabhpoddar, @arturbien, @ADTC, @jankaifer, @ijjk, @kwonoj, @joliss, @Andarist, and @Laityned for helping!