3 hours ago
query

@tanstack/react-query-persist-client@5.90.15

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.91.12
    • @tanstack/react-query@5.90.13
3 hours ago
react-query

@tanstack/react-query-persist-client@5.90.15

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.91.12
    • @tanstack/react-query@5.90.13
4 hours ago
next.js

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

Credits

Huge thanks to @ijjk and @eps1lon for helping!

10 hours ago
formatjs

eslint-plugin-formatjs@6.0.8

6.0.8 (2025-12-28)

Bug Fixes

  • deps: update dependency @types/picomatch to v4 (#5703) (ad4d273) - by @renovate[bot]
  • eslint-plugin-formatjs: make err node reporting more accurate (#5709) (f54d058) - by @longlho
10 hours ago
formatjs

babel-plugin-formatjs@11.0.8

11.0.8 (2025-12-28)

Bug Fixes

  • babel-plugin-formatjs: remove stray console.log (#5712) (da45180) - by @andersk
19 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
1 days 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
1 days 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)
1 days 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