v1.157.0
Version 1.157.0 - 1/24/26, 10:30 AM
- add isServer (#4648) (e79ad7e) by Manuel Schiller
- add
source()to Tailwind v4 imports to ensure consistent hashing (#6459) (6ff1190) by Philippe Serhal
- @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
v8.0.0-beta.10
Please refer to CHANGELOG.md for details.
🎉 Release v0.15.3
Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.
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!
- 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
- Added
- 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
- Added support for redis TLS connections. Usage can be found at: https://docs.univer.ai/guides/pro/deploy#redis-1.
- 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
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
Full changelog (2026-01-24)
- 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)
- add a text-to-number function menu (#6514) (fe296bc)
- drawing: add interceptor for drawing update (#6490) (1d52ebb)
- more numfmt type cursor to default (#6511) (ea81ae8)
- sheets-ui: introduce
disableEditconfiguration (#6489) (aa95e93) - sheets-ui: support shape text editing (#6479) (ff5fef2)
- use component manager in slider component (#6468) (3735670)
v1.156.0
Version 1.156.0 - 1/23/26, 11:49 PM
- cache routeTree on the server in-between requests (#6475) (ad084d4) by Manuel Schiller
- router-core: buildLocation performance by simplifying "from" location parsing (#6464) (f26cf54) by @Sheraff
- react-start: more reliable autocannon config (#6476) (e190d8d) by @Sheraff
- updates (f5007fa) by Tanner Linsley
- @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
v16.2.0-canary.6
- [turbopack] add task type infromation to the print_cache_item_size feature: #88925
- Upgrade React from
b546603b-20260121to24d8716e-20260123: #88963 - Turbopack: add
?dpl=to all asset urls returned by Turbopack: #88828
- docs: Server functions rename: #86827
- Update Rspack production test manifest: #88930
- Update Rspack development test manifest: #88931
- Improve performance and token usage of
/ci-failurescommand: #88960
Huge thanks to @icyJoseph, @lukesandberg, @vercel-release-bot, and @sokra for helping!
v1.155.0
Version 1.155.0 - 1/23/26, 10:40 PM
- router-generator: param name syntax check and warn (#6472) (6c1e215) by @Sheraff
- eslint-plugin-router: route param name rule (#6473) (e5f59f4) by @Sheraff
- 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
- @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
v7.13.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7130
v1.154.14
Version 1.154.14 - 1/23/26, 3:51 PM
- revert "refactor: don"t reparse upon navigation (#6398)" (#6468) (f054c0c) by @Sheraff
- react-start: flame perf setup uses pure nitro, no express layer (#6463) (a3c4854) by @Sheraff
- @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