2 hours ago
router

v1.145.0

Version 1.145.0 - 12/27/25, 8:46 PM

Changes

Feat

  • enable async serverFn validation (#5583) (337b740) by Caleb Cox

Packages

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

v1.144.0

Version 1.144.0 - 12/27/25, 2:58 PM

Changes

Feat

  • RawStream (#6231) (680671c) by Manuel Schiller

Packages

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

🎉 Release v0.15.0

🎊 Univer@v0.15.0

🚧 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

  • Optimize customFontFamily configuration to allow adding new fonts or overriding existing ones via the override property; see https://docs.univer.ai/guides/sheets/ui/fonts for usage. #6375
  • Optimize the freeze menu and add options to freeze the first row/first column. #6388
  • API
    • Add getVisibleRangesOfAllViewports API to retrieve visible ranges of all viewports. #6368
    • Fix getVisibleRange API returning incorrect ranges when there are frozen panes. #6368

🐛 Bug Fixes and Optimizations

  • Fix where any cell value change would trigger a full recalculation of all formulas. #6364
  • Fix where insert/delete row/column permission points were ineffective. #6357
  • Fix where errors occurred when using collaboration features in the deno environment. #6370
  • Fix where styles would be lost after clearing cell formulas. #6371
  • Fix abnormal undo operations after copying and pasting merged cells. #6374
  • Fix where adjusting row height after cell wrapping did not trigger updates to floating image positions. #6378
  • Fix dark mode style issues in the font family component. #6381
  • Optimize behavior when selecting merged cells using keyboard arrows during formula editing. #6377
  • Fix where worksheet name tab background color displayed abnormally in dark mode. #6383
  • Fix REGEXMATCH formula calculation errors. #6384
  • Fix errors when using the importXLSXToSnapshotAsync API in versions after v0.12.4.

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

  • Fix where pop-up position was incorrect after clicking the toolbar more button. #6343
  • Add support for mouse wheel zooming in floating image previews. #6333
  • Optimize the interaction experience of applying fonts by typing when the font size is the same. #6356
  • Optimize the style of the comment management panel. #6074
  • Add filtering of defined names when typing in the top-left corner input box. #6332
  • Fix validation issues when entering invalid selections in the top-left corner input box. #6390

Special thanks to community contributor @okxiaoliang4 for contributions in this version:

  • Fix error in the removeStyles API. #6339

🌐 Univer Server

  • A layered scheduling for collaborative editing has been introduced to route operations of different file sizes to different collaboration service clusters, minimizing the impact of large file editing on normal-sized files.

📦 Univer Presets

  • SDK has been updated to version 0.15.0.

📢 Join the Conversation

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

📝 Changelog

Full changelog (2025-12-27)

Bug Fixes

  • api: fix getVisibleRange api and add getVisibleRangesOfAllViewports api (#6368) (1c63bc0)
  • drawing: export the ui component for shape (#6387) (94afc13)
  • fix auto row height not trigger the update of floating image positions (#6378) (e8e4366)
  • formula: fix REGEXMATCH formula calculation errors (#6384) (964a522)
  • formula: fix styles were lost after the cell formula was cleared (#6371) (5926560)
  • formula: fix the issue where all formulas would be recalculated (#6364) (07485a2)
  • formula: optimize the behavior when selecting merged cells by keyboard during formula editing (#6377) (1fe5701)
  • formula: remove throw new error (#6365) (6655dd2)
  • formula: update (#6363) (7be3f62)
  • paste: fix undo after copying and pasting merged cells (#6374) (45dc3f7)
  • permission: enhance permission checks for insert and remove row/column commands (#6357) (f836fc8)
  • pop up wrong position after click on toolbar-more icon (#6343) (d786807)
  • popup: range popup position calc log (#6351) (7f18fce)
  • remove style in cache map (#6339) (780d801)
  • setSelections by top-left input if refString col more 16384 (#6390) (1575b26)
  • sheet: export some types for shape (#6362) (bd00bea)
  • sheets-ui: update background color for selected state in dark mode (#6383) (62b5786)
  • thread-comment-ui panel width (#6074) (ebd94e2)
  • ui: fix dark mode styles for font family components (#6381) (4e9e381)
  • util: handle null document input and optimize paragraph processing (#6385) (4195d43)

Features

  • change img zoom in gallery on wheel Event (#6333) (b997301)
  • enhance collaborator management by filtering allowed users with… (#6380) (41164d7)
  • filter defined name list if input event (#6332) (cd2bcb2)
  • optimize the frozen menu (#6388) (98f93f4)
  • set font family via text input (#6356) (c55f25d)
  • shape: add option handle in interface (#6369) (603da2d)
  • ui: allow overriding custom fonts in configuration (#6375) (c3d75e3)
23 hours ago
router

v1.143.12

Version 1.143.12 - 12/27/25, 12:07 AM

Changes

Fix

  • refactor middleware (#5517) (a289d71) by Tanner Linsley

Packages

  • @tanstack/start-client-core@1.143.12
  • @tanstack/start-server-core@1.143.12
  • @tanstack/start-storage-context@1.143.12
  • @tanstack/solid-start@1.143.12
  • @tanstack/solid-start-client@1.143.12
  • @tanstack/solid-start-server@1.143.12
  • @tanstack/vue-start@1.143.12
  • @tanstack/vue-start-client@1.143.12
  • @tanstack/vue-start-server@1.143.12
  • @tanstack/react-start@1.143.12
  • @tanstack/react-start-client@1.143.12
  • @tanstack/react-start-server@1.143.12
  • @tanstack/start-plugin-core@1.143.12
  • @tanstack/start-static-server-functions@1.143.12
23 hours ago
leafer-ui
23 hours ago
next.js

v16.1.1-canary.6

Misc Changes

  • [test] Move off of as much url.parse as possible: #87286

Credits

Huge thanks to @eps1lon for helping!

1 days ago
maptalks.js

maptalks-gl@0.118.1 maptalks@1.7.1 Released

Fixes

  • Fix error in Height3DTool
  • Fix DrawToolLayer.removeGeometry
1 days ago
hono

v4.11.3

What's Changed

Full Changelog: https://github.com/honojs/hono/compare/v4.11.2...v4.11.3

1 days ago
maptalks.js

maptalks-gl@0.118.0 maptalks@1.7.0 Released

Features

  • VectorTileLayer上增加clearData方法 #2714
  • 建立webgpu版的自动测试环境,以复用webgl的测试用例
  • 增加Layer.getRendererOption方法
  • LineString/PolygonLayer/ExtrudePolygonLayer上增加enableMarkerBloom, enableLineBloom, enablePolygonBloom用于指定bloom的元素, #2755
  • 通过缓存全局状态,减少函数调用以提升性能, #2754, #2756
  • 提升VectorTileLayer worker传输数据的性能,取消options.features设置, #2725

Bug Fixes

  • 解决webgpu上一系列bug
  • 解决相机在地形以下时出现不正常行为的问题
  • 解决有高度的marker拖动时的跳动问题 #2761
  • 解决markerPath在symbol中的优先级问题, #2737
  • 解决clientWidth和clientHeight的异步获取问题, #2666
  • 改进容器检查逻辑的类型安全性和健壮性 #2622

New Contributors

Full Changelog: https://github.com/maptalks/maptalks.js/compare/maptalks-gl@0.117.1...maptalks-gl@0.118.0


Features

  • Added clearData method to VectorTileLayer #2714
  • Established a WebGPU version of the automated testing environment to reuse WebGL test cases
  • Added Layer.getRendererOption method
  • Added enableMarkerBloom, enableLineBloom, and enablePolygonBloom to LineString/PolygonLayer/ExtrudePolygonLayer to specify elements for bloom effect #2755
  • Improved performance by caching global states to reduce function calls #2754, #2756
  • Enhanced VectorTileLayer worker data transfer performance, removed the options.features setting #2725

Bug Fixes

  • Fixed a series of bugs in the WebGPU version
  • Fixed abnormal behavior when the camera is below terrain
  • Fixed the jumping issue when dragging markers with height #2761
  • Fixed the priority issue of markerPath in symbols #2737
  • Fixed the asynchronous retrieval issue of clientWidth and clientHeight #2666
  • Improved type safety and robustness of container checking logic #2622

New Contributors

Full Changelog: https://github.com/maptalks/maptalks.js/compare/maptalks-gl@0.117.1...maptalks-gl@0.118.0