1 hours ago
router

v1.157.0

Version 1.157.0 - 1/24/26, 10:30 AM

Changes

Feat

  • add isServer (#4648) (e79ad7e) by Manuel Schiller

Chore

  • add source() to Tailwind v4 imports to ensure consistent hashing (#6459) (6ff1190) by Philippe Serhal

Packages

  • @tanstack/router-core@1.157.0
  • @tanstack/solid-router@1.157.0
  • @tanstack/react-router@1.157.0
  • @tanstack/vue-router@1.157.0
  • @tanstack/router-ssr-query-core@1.157.0
  • @tanstack/solid-router-ssr-query@1.157.0
  • @tanstack/react-router-ssr-query@1.157.0
  • @tanstack/vue-router-ssr-query@1.157.0
  • @tanstack/zod-adapter@1.157.0
  • @tanstack/valibot-adapter@1.157.0
  • @tanstack/arktype-adapter@1.157.0
  • @tanstack/router-devtools@1.157.0
  • @tanstack/solid-router-devtools@1.157.0
  • @tanstack/react-router-devtools@1.157.0
  • @tanstack/vue-router-devtools@1.157.0
  • @tanstack/router-devtools-core@1.157.0
  • @tanstack/router-generator@1.157.0
  • @tanstack/router-cli@1.157.0
  • @tanstack/router-plugin@1.157.0
  • @tanstack/router-vite-plugin@1.157.0
  • @tanstack/solid-start@1.157.0
  • @tanstack/solid-start-client@1.157.0
  • @tanstack/solid-start-server@1.157.0
  • @tanstack/vue-start@1.157.0
  • @tanstack/vue-start-client@1.157.0
  • @tanstack/vue-start-server@1.157.0
  • @tanstack/start-client-core@1.157.0
  • @tanstack/start-server-core@1.157.0
  • @tanstack/start-storage-context@1.157.0
  • @tanstack/react-start@1.157.0
  • @tanstack/react-start-client@1.157.0
  • @tanstack/react-start-server@1.157.0
  • @tanstack/start-plugin-core@1.157.0
  • @tanstack/start-static-server-functions@1.157.0
2 hours ago
vite

v8.0.0-beta.10

Please refer to CHANGELOG.md for details.

5 hours ago
univer

🎉 Release v0.15.3

🎊 Univer@v0.15.3

🚧 Important Note

Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.

🚀 Getting Started

If you're eager to explore Univer, check out our getting started documentation. Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!

📊 Univer Sheets

✨ New Features Highlights

  • Added "Text to Number" function menu, which supports converting numeric text in selected cells to numbers. The menu is located in "Top Toolbar > Data > Text to Number" and in the right-click menu. #6514
  • API:
    • Added FWorksheet.deleteRowsByPoints(rowPoints: Array<number | [number, number]>) API, which supports deleting multiple non-contiguous rows at once. #6493
    • Added FWorksheet.deleteColumnsByPoints(columnPoints: Array<number | [number, number]>) API, which supports deleting multiple non-contiguous columns at once. #6493

🐛 Bug Fixes and Optimizations

  • Optimize performance issues when performing high-frequency row and column deletion operations via API. #6493
  • Fix the issue where content being edited in a cell would be reset in certain scenarios. #6495
  • Fix a stack overflow issue when deleting a large number of rows. #6497
  • Fix the incorrect position of floating images. #6498
  • Fix performance issues when the worksheet has a large number of merged cells. #6504
  • Fix the issue of incorrect background color rendering after cell rotation. #6513
  • Fix the issue where only one chart would follow the zoom when zooming the worksheet with multiple charts.

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • Using ComponentManager in the Slider component to obtain registered icons, supporting customizable icon replacement. #6468
  • Fix the cursor type issue in the number format dropdown list. #6511

🌐 Univer Server

📦 Univer Presets

  • SDK has been updated to version 0.15.3.
  • Fix the issue where the date-time control in data validation could not change the time in Preset installation mode. #6494

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2026-01-24)

Bug Fixes

  • design: fix time parsing logic for TimeInput (#6494) (044add7)
  • drawing: fix the incorrect position of floating images (#6498) (af68ca8)
  • editor: config (#6510) (9263cad)
  • editor: fix the issue where content being edited in a cell would be reset (#6495) (dc5cf3c)
  • fix debugger plugin (#6506) (1444b46)
  • fix the issue of incorrect background color after cell rotation (#6513) (5944c7b)
  • optimize the performance of frequent row and column deletion operations (#6493) (00fe317)
  • sheets: fix a stack overflow issue when deleting a large number of rows (#6497) (27d08f5)
  • sheets: fix performance issues when the worksheet has a large number of merged cells (#6504) (075a46c)

Features

12 hours ago
router

v1.156.0

Version 1.156.0 - 1/23/26, 11:49 PM

Changes

Feat

  • cache routeTree on the server in-between requests (#6475) (ad084d4) by Manuel Schiller

Refactor

  • router-core: buildLocation performance by simplifying "from" location parsing (#6464) (f26cf54) by @Sheraff

Test

  • react-start: more reliable autocannon config (#6476) (e190d8d) by @Sheraff

Docs

  • updates (f5007fa) by Tanner Linsley

Packages

  • @tanstack/router-core@1.156.0
  • @tanstack/solid-router@1.156.0
  • @tanstack/react-router@1.156.0
  • @tanstack/vue-router@1.156.0
  • @tanstack/solid-router-ssr-query@1.156.0
  • @tanstack/react-router-ssr-query@1.156.0
  • @tanstack/vue-router-ssr-query@1.156.0
  • @tanstack/router-ssr-query-core@1.156.0
  • @tanstack/zod-adapter@1.156.0
  • @tanstack/valibot-adapter@1.156.0
  • @tanstack/arktype-adapter@1.156.0
  • @tanstack/router-devtools@1.156.0
  • @tanstack/solid-router-devtools@1.156.0
  • @tanstack/react-router-devtools@1.156.0
  • @tanstack/vue-router-devtools@1.156.0
  • @tanstack/router-devtools-core@1.156.0
  • @tanstack/router-generator@1.156.0
  • @tanstack/router-cli@1.156.0
  • @tanstack/router-plugin@1.156.0
  • @tanstack/router-vite-plugin@1.156.0
  • @tanstack/solid-start@1.156.0
  • @tanstack/solid-start-client@1.156.0
  • @tanstack/solid-start-server@1.156.0
  • @tanstack/vue-start@1.156.0
  • @tanstack/vue-start-client@1.156.0
  • @tanstack/vue-start-server@1.156.0
  • @tanstack/start-client-core@1.156.0
  • @tanstack/start-server-core@1.156.0
  • @tanstack/start-storage-context@1.156.0
  • @tanstack/react-start@1.156.0
  • @tanstack/react-start-client@1.156.0
  • @tanstack/react-start-server@1.156.0
  • @tanstack/start-plugin-core@1.156.0
  • @tanstack/start-static-server-functions@1.156.0
12 hours ago
next.js

v16.2.0-canary.6

Core Changes

  • [turbopack] add task type infromation to the print_cache_item_size feature: #88925
  • Upgrade React from b546603b-20260121 to 24d8716e-20260123: #88963
  • Turbopack: add ?dpl= to all asset urls returned by Turbopack: #88828

Misc Changes

  • docs: Server functions rename: #86827
  • Update Rspack production test manifest: #88930
  • Update Rspack development test manifest: #88931
  • Improve performance and token usage of /ci-failures command: #88960

Credits

Huge thanks to @icyJoseph, @lukesandberg, @vercel-release-bot, and @sokra for helping!

13 hours ago
router

v1.155.0

Version 1.155.0 - 1/23/26, 10:40 PM

Changes

Feat

  • router-generator: param name syntax check and warn (#6472) (6c1e215) by @Sheraff
  • eslint-plugin-router: route param name rule (#6473) (e5f59f4) by @Sheraff

Refactor

  • router-core: improve interpolatePath performance by pre-compiling a single regex decoder (#6471) (5de0f91) by @Sheraff
  • router-core: improve parseSegment performance, parse without regex (#6470) (12a7288) by @Sheraff

Packages

  • @tanstack/router-core@1.155.0
  • @tanstack/router-devtools-core@1.155.0
  • @tanstack/router-generator@1.155.0
  • @tanstack/eslint-plugin-router@1.155.0
  • @tanstack/solid-router@1.155.0
  • @tanstack/react-router@1.155.0
  • @tanstack/vue-router@1.155.0
  • @tanstack/solid-router-ssr-query@1.155.0
  • @tanstack/react-router-ssr-query@1.155.0
  • @tanstack/vue-router-ssr-query@1.155.0
  • @tanstack/router-ssr-query-core@1.155.0
  • @tanstack/zod-adapter@1.155.0
  • @tanstack/valibot-adapter@1.155.0
  • @tanstack/arktype-adapter@1.155.0
  • @tanstack/router-devtools@1.155.0
  • @tanstack/solid-router-devtools@1.155.0
  • @tanstack/react-router-devtools@1.155.0
  • @tanstack/vue-router-devtools@1.155.0
  • @tanstack/router-cli@1.155.0
  • @tanstack/router-plugin@1.155.0
  • @tanstack/router-vite-plugin@1.155.0
  • @tanstack/solid-start@1.155.0
  • @tanstack/solid-start-client@1.155.0
  • @tanstack/solid-start-server@1.155.0
  • @tanstack/vue-start@1.155.0
  • @tanstack/vue-start-client@1.155.0
  • @tanstack/vue-start-server@1.155.0
  • @tanstack/start-client-core@1.155.0
  • @tanstack/start-server-core@1.155.0
  • @tanstack/start-storage-context@1.155.0
  • @tanstack/react-start@1.155.0
  • @tanstack/react-start-client@1.155.0
  • @tanstack/react-start-server@1.155.0
  • @tanstack/start-plugin-core@1.155.0
  • @tanstack/start-static-server-functions@1.155.0
17 hours ago
react-router
19 hours ago
anime

v4.3.4

Improvements

  • WAAPI / Timeline
    • Synced WAAPI animations now automatically have their persist property set to true (#1121)

Bug Fixes

  • onScroll
    • Fix comment syntax potentially causing an error (#1124)
20 hours ago
router

v1.154.14

Version 1.154.14 - 1/23/26, 3:51 PM

Changes

Fix

  • revert "refactor: don"t reparse upon navigation (#6398)" (#6468) (f054c0c) by @Sheraff

Test

  • react-start: flame perf setup uses pure nitro, no express layer (#6463) (a3c4854) by @Sheraff

Packages

  • @tanstack/history@1.154.14
  • @tanstack/router-core@1.154.14
  • @tanstack/solid-router@1.154.14
  • @tanstack/react-router@1.154.14
  • @tanstack/vue-router@1.154.14
  • @tanstack/router-devtools-core@1.154.14
  • @tanstack/solid-router-ssr-query@1.154.14
  • @tanstack/react-router-ssr-query@1.154.14
  • @tanstack/vue-router-ssr-query@1.154.14
  • @tanstack/router-ssr-query-core@1.154.14
  • @tanstack/zod-adapter@1.154.14
  • @tanstack/valibot-adapter@1.154.14
  • @tanstack/arktype-adapter@1.154.14
  • @tanstack/router-devtools@1.154.14
  • @tanstack/solid-router-devtools@1.154.14
  • @tanstack/react-router-devtools@1.154.14
  • @tanstack/vue-router-devtools@1.154.14
  • @tanstack/router-generator@1.154.14
  • @tanstack/router-cli@1.154.14
  • @tanstack/router-plugin@1.154.14
  • @tanstack/router-vite-plugin@1.154.14
  • @tanstack/solid-start@1.154.14
  • @tanstack/solid-start-client@1.154.14
  • @tanstack/solid-start-server@1.154.14
  • @tanstack/vue-start@1.154.14
  • @tanstack/vue-start-client@1.154.14
  • @tanstack/vue-start-server@1.154.14
  • @tanstack/start-client-core@1.154.14
  • @tanstack/start-server-core@1.154.14
  • @tanstack/start-storage-context@1.154.14
  • @tanstack/react-start@1.154.14
  • @tanstack/react-start-client@1.154.14
  • @tanstack/react-start-server@1.154.14
  • @tanstack/start-plugin-core@1.154.14
  • @tanstack/start-static-server-functions@1.154.14