3 hours ago
next.js

v16.1.1-canary.12

Core Changes

  • fix: revalidateTag with profile should not trigger client cache invalidation: #88069

Credits

Huge thanks to @feedthejim for helping!

5 hours ago
router

v1.145.5

Version 1.145.5 - 1/4/26, 9:10 PM

Changes

Fix

  • race condition in module initialization (#6299) (bc1da8a) by Manuel Schiller

Packages

  • @tanstack/start-server-core@1.145.5
  • @tanstack/solid-start@1.145.5
  • @tanstack/solid-start-server@1.145.5
  • @tanstack/vue-start@1.145.5
  • @tanstack/vue-start-server@1.145.5
  • @tanstack/react-start@1.145.5
  • @tanstack/react-start-server@1.145.5
  • @tanstack/start-plugin-core@1.145.5
  • @tanstack/start-static-server-functions@1.145.5
8 hours ago
router

v1.145.4

Version 1.145.4 - 1/4/26, 5:41 PM

Changes

Fix

  • generator improvements (#6296) (71fc7a6) by Manuel Schiller

Ci

  • apply automated fixes (59ade97) by autofix-ci[bot]

Docs

  • remove duplicate console.info from beforeLoad example (#6134) (8340126) by @szhsin
  • Fix typo in Next.js middleware description (#6283) (a4e2eb7) by @Shakil-Ahmmed-Dev
  • examples: Remove "VITE_" from environment variables to match code in supabase.ts (#6224) (038d0dc) by Bonnie Schulkin

Examples

  • replace relative paths with path aliases to improve consist… (#6046) (f19b51e) by Zuckjet

Other

  • (00617a7) by Victor Turansky

Packages

  • @tanstack/router-generator@1.145.4
  • @tanstack/virtual-file-routes@1.145.4
  • @tanstack/router-cli@1.145.4
  • @tanstack/router-plugin@1.145.4
  • @tanstack/router-vite-plugin@1.145.4
  • @tanstack/start-plugin-core@1.145.4
  • @tanstack/solid-start@1.145.4
  • @tanstack/vue-start@1.145.4
  • @tanstack/react-start@1.145.4
  • @tanstack/start-static-server-functions@1.145.4
13 hours ago
tdesign-react

tdesign-react@1.16.3

🌈 1.16.3 2026-01-04

🐞 Bug Fixes

  • Dialog: 修复 1.16.0 的优化导致无法使用 esc 键关闭嵌套对话框的问题 @RylanBot (#4030)
  • Popup: @RylanBot (#4057)
    • 修复 1.16.0 版本的重构导致 trigger 为 SVG 等元素时弹出层无法出现的问题
    • 修复 1.16.0 版本的重构导致 triggerdisabled 依旧能触发弹出层的问题

🐞 Bug Fixes

  • Dialog: Fixed an issue where the optimization implemented in version 1.16.0 prevented the use of the esc key to close nested dialog boxes @RylanBot (#4030)
  • Popup: @RylanBot (#4057)
    • Fixed an issue where a refactor in version 1.16.0 caused the popup layer not to appear when the trigger element was an SVG or similar type
    • Fixed an issue where a refactor in version 1.16.0 allowed the popup layer to be triggered even when the trigger element was set to disabled
19 hours ago
vue-next

v3.6.0-beta.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

19 hours ago
core

v3.6.0-beta.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

1 days ago
meta2d.js

v1.1.12

v1.1.12

1 days ago
next.js

v16.1.1-canary.11

Misc Changes

  • fix: normalize CRLF line endings in jscodeshift tests on Windows: #88008

Credits

Huge thanks to @feedthejim for helping!

1 days ago
virtual

@tanstack/virtual-core@3.13.16

Patch Changes

  • fix(virtual-core): improve scrollToIndex reliability in dynamic mode (#1106)
    • Wait extra frame for ResizeObserver measurements before verifying position
    • Abort pending scroll operations when new scrollToIndex is called
1 days ago
virtual

@tanstack/vue-virtual@3.13.16

Patch Changes

  • Updated dependencies [db6df21]:
    • @tanstack/virtual-core@3.13.16