Skip to content

v13.4.17

Compare
Choose a tag to compare
@huozhi huozhi released this 17 Aug 09:43
· 3648 commits to canary since this release

Core Changes

  • fix(next/image): empty blur image when animated #54028
  • Do not output pages 404 in tree view if app not-found is used: #54051
  • Fix scroll bailout logic when targeting fixed/sticky elements: #53873
  • Debug tracing: add updated modules and page to HMR span: #53698
  • fix(next-swc): coerce mdxrs default options: #54068
  • fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: #51564
  • fix(47299): allow testing pages with metadata in jsdom test environment: #53578
  • upgrade edge-runtime dependency: #54117
  • Fix root not-found page tree loader structure: #54080
  • chore: remove as any type cast: #54074
  • chore: refactor to use fs.promises.rm(): #54076
  • Refactor layout router creation in app-render: #54126
  • chore(image): remove apple silicon workaround for versions older than node@16.5.0: #54125
  • fix routing bug when bfcache is hit following an mpa navigation: #54081
  • Tracing: add opt-in flag to send a subset of development traces to url: #53880
  • fix(edge): override init when cloning with NextRequest: #54108
  • OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: #54083
  • cleanup: remove unnecessary effect dep: #54134
  • Next build: use exported handle_issues from turbopack: #52972
  • node-web-streams: remove tee shim, use ReadableStream.tee: #54079
  • fix: cookies().has() breaks in app-route: #54112
  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #54160

Documentation Changes

  • fix missing ' in data-fetching/fetching-caching-and-revalidating: #54058

Example Changes

  • Update Docker example to remove HOSTNAME: #54102

Misc Changes

  • chore: hide "same on new version" without link: #54048
  • chore(ci): small notes for the build steps: #54073
  • chore: update lock bot wording: #54099
  • Update swc_core to v0.79.59: #54082
  • install-native.mjs: include packageManager field: #54132

Credits

Huge thanks to @balazsorban44, @huozhi, @ztanner, @williamli, @wbinnssmith, @kwonoj, @stefanprobst, @feugy, @timneutkens, @kdy1, @Kikobeats, @styfle, @dvoytenko, @MaxLeiter, and @devjiwonchoi for helping!