10 hours ago
router

v1.142.5

Version 1.142.5 - 12/21/25, 1:24 AM

Changes

Fix

  • trace nested server function factory re-export chain (#6166) (e8f2174) by Manuel Schiller

Docs

  • solid-start: bump nitro v3 to alpha.1 in example (#6167) (1f98e84) by Birk Skyum

Packages

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

v1.142.4

Version 1.142.4 - 12/21/25, 12:45 AM

Changes

Fix

  • start-server-core: bump h3 from v2.0.1-rc.2 to v2.0.1-rc.6 (#6161) (fe0d3d3) by Birk Skyum

Packages

  • @tanstack/start-server-core@1.142.4
  • @tanstack/solid-start@1.142.4
  • @tanstack/solid-start-server@1.142.4
  • @tanstack/vue-start@1.142.4
  • @tanstack/vue-start-server@1.142.4
  • @tanstack/react-start@1.142.4
  • @tanstack/react-start-server@1.142.4
  • @tanstack/start-plugin-core@1.142.4
  • @tanstack/start-static-server-functions@1.142.4
12 hours ago
next.js

v16.1.1-canary.2

Misc Changes

  • ci: track runner name on datadog test reports: #87440
  • docs: tweaks/fixes to papercuts: #87445
  • docs: fix typos and clarify examples in Cache Components guide: #87530

Credits

Huge thanks to @ztanner and @icyJoseph for helping!

12 hours ago
router

v1.142.3

Version 1.142.3 - 12/20/25, 11:20 PM

Changes

Fix

  • start-server-core: use public h3-v2 api event.res (#6162) (82ac628) by Birk Skyum
  • properly track re-exports of server function factories (#6164) (92333c9) by Manuel Schiller

Packages

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

v1.142.2

Version 1.142.2 - 12/20/25, 10:53 PM

Changes

Fix

  • correct compiler plugin order, only handle createMiddleware in a … (#6163) (a727225) by Manuel Schiller

Packages

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

v1.142.1

Version 1.142.1 - 12/20/25, 9:45 PM

Changes

Fix

  • restructure server function environment handling (#6160) (4ec65ae) by Manuel Schiller

Chore

  • start-server-core: update to h3 v2.0.1-rc.2 (#6159) (22d1b4a) by Birk Skyum

Packages

  • @tanstack/directive-functions-plugin@1.142.1
  • @tanstack/server-functions-plugin@1.142.1
  • @tanstack/start-server-core@1.142.1
  • @tanstack/start-storage-context@1.142.1
  • @tanstack/start-plugin-core@1.142.1
  • @tanstack/solid-start@1.142.1
  • @tanstack/solid-start-server@1.142.1
  • @tanstack/vue-start@1.142.1
  • @tanstack/vue-start-server@1.142.1
  • @tanstack/start-client-core@1.142.1
  • @tanstack/react-start@1.142.1
  • @tanstack/react-start-client@1.142.1
  • @tanstack/react-start-server@1.142.1
  • @tanstack/start-static-server-functions@1.142.1
  • @tanstack/solid-start-client@1.142.1
  • @tanstack/vue-start-client@1.142.1
21 hours ago
plate

@platejs/selection@52.0.16

Patch Changes

  • #4799 by @felixfeng33

    • Added disableSelectAll option to BlockSelectionPlugin. Set to true to disable the plugin's custom selectAll (Cmd+A) behavior and use the editor's default behavior instead.

      BlockSelectionPlugin.configure({
        options: { disableSelectAll: true },
      });
21 hours ago
nextui

@heroui/use-aria-overlay@2.0.5

Patch Changes

21 hours ago
nextui

@heroui/use-pagination@2.2.19

Patch Changes