8 hours ago
router

v1.147.1

Version 1.147.1 - 1/10/26, 1:53 PM

Changes

Fix

  • dev style with non runnable dev environments and basepath support (#6348) (538285c) by Manuel Schiller

Packages

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

🎉 Release v0.15.1

🎊 Univer@v0.15.1

🚧 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

  • UniverSheetsDataValidationUIPlugin added showSearchOnDropdown configuration option to control whether to display a search box in the data validation dropdown list. The default value is true.#6403
  • API
    • Fixed an issue where the FWorksheet.setTabColor API was not working when setting the color of inactive worksheet tabs. #6395
    • Added an optional parameter isForceMerge to merge cell-related APIs to control whether to force the merge operation when there are merged cells in the range. #6418
    • Optimized the FRange.setValue API to parse number format when the value is set to CellValue rather than ICellData. #6443
    • Added an optional parameter includeHeaders to the FRange.getScreenshot API in the printing feature to control whether to include row and column headers in the screenshot.

🐛 Bug Fixes and Optimizations

  • Fix the issue of floating image delete shortcut not working. #6401
  • Fix the issue of abnormal selection when using keyboard arrow keys to select ranges across worksheets in formulas. #6404
  • Optimize the paste menu to support copy and paste within Univer in environments that do not support the Clipboard API. #6406
  • Fix the issue where cell custom properties would trigger formula calculation. #6408
  • Fix the issue where cell height did not restore after setting and then unsetting word wrap. #6410
  • Optimize double border rendering in cells. #6414
  • Fix the issue of incorrect position calculation after inserting rows and columns for floating images located outside the first screen. #6420
  • Fix the issue of abnormal merged cell border copy-paste introduced in version 0.14.0. #6429
  • Fix the issue of custom formula errors in conditional formatting introduced in version 0.12.3. #6431
  • Optimize the issue of failure to render when there are too many cell images on the first screen. #6432
  • Fix the issue of lost styles after cell editing. #6435
  • Fix the issue of abnormal cell editing position after worksheet zooming. #6445
  • Fix the issue of incorrect fill range after double-clicking the auto-fill handle. #6448
  • Fix some issues with row height and column width during copy and paste. #6450
  • Fix some scenarios where formulas could not be recalculated after being interrupted. #6454

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

  • Fix font selector view value. #6453

🌐 Univer Server

  • Optimized the performance of collaborative broadcasting.

📦 Univer Presets

  • SDK has been updated to version 0.15.1.
  • UniverSheetsDataValidationPreset added showSearchOnDropdown configuration option to control whether to display a search box in the data validation dropdown list. The default value is true.

📢 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-10)

Bug Fixes

  • api: fix setTabColor API was not working when setting inactive worksheets (#6395) (57c51ee)
  • api: optimize FRange.setValue api will parse number format when setting the value is CellValue rather than ICellData (#6443) (a34077f)
  • border: optimize double border rendering (#6414) (1626efb)
  • debugger: add data attribute to Fab component for debugging (#6424) (8020985)
  • drawing: fix drawing position calculation error (#6420) (5e88023)
  • editor: fix the issue of incorrect cell styles after editing (#6435) (84dbabb)
  • engine-render: auto-height calc error (#6410) (a915ea3)
  • engine-render: image render error if too much (#6432) (8e4165d)
  • fix font selector view value (#6453) (7fb8ab1)
  • fix the issue with custom formulas in conditional formatting introduced in version 0.12.3 (#6431) (239bba0)
  • formula: fix cell custom properties would trigger formula calculation (#6408) (34711d9)
  • formula: fix compare calculation error (#6444) (eb57767)
  • formula: fix where keyboard shortcuts incorrect when selecting formula range across worksheets (#6404) (522cb09)
  • formula: fix where the formula calculation could not be recalculated after it was interrupted in certain situations (#6454) (a20f30c)
  • handle disposed state in DocResizeRenderController and improve null checks in Editor (#6440) (f294680)
  • improve layout in IconGroupList (#6449) (d875547)
  • paste: fix copy-paste issue with merged cell borders introduced in version 0.14.0 (#6429) (e6dac10)
  • paste: fix some issues with row height and column width during copy and paste (#6450) (c5d22f3)
  • paste: optimize the paste menu to support copy and paste within Univer in environments that do not support the Clipboard API (#6406) (b6222ce)
  • sheets-drawing-ui: add URL image downloader registration method in IFUniverDrawingMixin (#6441) (505252b)
  • sheets-ui: editor position calc error on scale (#6445) (0ffbe35)
  • sheets-ui: improve overflow handling and truncate long labels in sheet bar (#6437) (d15bc08)
  • sheets: fix the issue of double-clicking automatically filling boundaries (#6448) (21e2e3a)
  • shortcut: fix delete drawing shortcut (#6401) (203f7cb)

Features

  • add resolveWithBasePath function (#6421) (df2de99)
  • api: add the optional isForceMerge parameter to the merge-related APIs (#6418) (883eab6)
  • design: add gradient-color-picker (#6411) (4d40f9b)
  • design: add RGBA support to ColorPicker (#6412) (d46cd6d)
  • optimize the data validation dropdown list by adding a search box (#6403) (42d62a1)
  • shape: custom shape popup position (#6451) (0b3c40e)
  • sheets-drawing-ui: add API to register custom URL image downloader (#6430) (5bc20d9)
  • sheets-drawing: introduce URL image service to centralize URL image (#6434) (fc5ae91)
  • ui: add DesktopRibbonService and integrate with Ribbon componenta (#6428) (f67b413)
13 hours ago
chakra-ui
13 hours ago
chakra-ui

@chakra-ui/panda-preset@3.31.0

Minor Changes

  • 756b385 Thanks @segunadebayo! - - ActionBar
    • Add placement variant to configure bar position: bottom, bottom-start, bottom-end
    • Add --action-bar-offset CSS variable to configure offset from edges

Patch Changes

  • cac7cb0 Thanks @segunadebayo! - Fix menu content background not rendering by using full token path for CSS variable
13 hours ago
chakra-ui

@chakra-ui/react@3.31.0

Minor Changes

  • 756b385 Thanks @segunadebayo! - - ActionBar
    • Add placement variant to configure bar position: bottom, bottom-start, bottom-end
    • Add --action-bar-offset CSS variable to configure offset from edges

Patch Changes

  • 4fcf302 Thanks @segunadebayo! - - ColorPicker, Select, Combobox: Fix z-index stacking when used inside dialogs

    • Theme: Export the listboxSlotRecipe slot recipe
  • #10512 cc0d202 Thanks @teunlao! - cva: Normalize base styles to prevent shorthand properties from overwriting variant styles

  • cac7cb0 Thanks @segunadebayo! - Fix menu content background not rendering by using full token path for CSS variable

  • 4364995 Thanks @segunadebayo! - Fix SkeletonText duplicating children when loading is set to false

  • 1cc185d Thanks @segunadebayo! - - Slider

    • Add markerLabel to component anatomy for theming marker labels
    • Export Slider.MarkerLabel component for custom marker label rendering
    • Improve focus ring styles for Slider.Thumb
18 hours ago
router

v1.147.0

Version 1.147.0 - 1/10/26, 3:33 AM

Changes

Feat

  • collect styles in dev (#6343) (5e0ab7a) by Manuel Schiller

Chore

  • force vite dependency optimization by using a warmup request in CSS dev tests (4eada7a) by Manuel Schiller
  • examples: Bump Clerk TanStack version and add temporary fix (#6341) (6d904d6) by Robert Soriano

Other

  • (13f7302) by Manuel Schiller
  • (995168e) by Manuel Schiller

Packages

  • @tanstack/solid-router@1.147.0
  • @tanstack/react-router@1.147.0
  • @tanstack/vue-router@1.147.0
  • @tanstack/start-plugin-core@1.147.0
  • @tanstack/solid-router-ssr-query@1.147.0
  • @tanstack/react-router-ssr-query@1.147.0
  • @tanstack/vue-router-ssr-query@1.147.0
  • @tanstack/zod-adapter@1.147.0
  • @tanstack/valibot-adapter@1.147.0
  • @tanstack/arktype-adapter@1.147.0
  • @tanstack/router-devtools@1.147.0
  • @tanstack/solid-router-devtools@1.147.0
  • @tanstack/react-router-devtools@1.147.0
  • @tanstack/vue-router-devtools@1.147.0
  • @tanstack/router-plugin@1.147.0
  • @tanstack/router-vite-plugin@1.147.0
  • @tanstack/solid-start@1.147.0
  • @tanstack/solid-start-client@1.147.0
  • @tanstack/solid-start-server@1.147.0
  • @tanstack/vue-start@1.147.0
  • @tanstack/vue-start-client@1.147.0
  • @tanstack/vue-start-server@1.147.0
  • @tanstack/react-start@1.147.0
  • @tanstack/react-start-client@1.147.0
  • @tanstack/react-start-server@1.147.0
  • @tanstack/start-static-server-functions@1.147.0
22 hours ago
next.js

v16.1.1-canary.20

Core Changes

  • refactor: consolidate PPR into cacheComponents architecture: #88243
  • Turbopack: include fewer traced files for standalone: #88322
  • feat(turbopack): add resolve plugin condition variant of Always and Never: #88190
  • perf: use length = 0 to clear the logging array: #88244
  • Time logs: Show full millisecond instead of 1 decimal: #88313
  • [turbopack] Enable inferring module side effects by default: #87216

Misc Changes

  • Turbopack: Use format! instead of anyhow! inside of anyhow::Context::with_context calls: #88293
  • Turbopack: pull in updated vercel/nft tests: #88162
  • Fix pack-next script for next-swc: #88126
  • Turbopack: use correct flags in tests: #88307
  • Turbopack: fix task category on reading cells: #88309
  • agent.md: Explain where the Next.js core code lives: #88314
  • Turbopack: improve next-server.nft.json tests: #88320
  • Turbopack: add family to database read span: #88323
  • Tests: Reduce loglines from apply patch delay: #88224
  • Turbopack: prefetch children too: #88324
  • Turbopack: more stale details for tracing: #88306
  • Turbopack: make GraphTraversal deterministically calling all nodes before erroring: #88119
  • Turbopack: improve error message for incompatible swc plugins: #86346
  • Update Rspack development test manifest: #88301
  • Update Rspack production test manifest: #88300

Credits

Huge thanks to @bgw, @wyattjoh, @mischnic, @sokra, @timneutkens, @xusd320, @huozhi, @lukesandberg, and @vercel-release-bot for helping!

23 hours ago
Babylon.js

8.45.3

Changes:

  • #17640: Fix localVariableBlock
  • #17642: [GeospatialCamera] Update pinchToZoom to zoom towards center of pinch and be more forgiving of slow gestures
  • #17641: Do not attempt fallback when audio parameter setValueCurveAtTime fails
  • #17635: [NPE] Billboard support
  • #4: Enable High DPI display support.
  • #3: Add Color tint support to Sprite and Layer
  • #1: Object has no method 'createSphere'
  • #17639: [NPE] Adds blocks for Pow and Dot operations

This list of changes was auto generated.

1 days ago
plate

@platejs/markdown@52.1.0

Patch Changes

  • #4800 by @felixfeng33 – Enhanced table cell serialization to support multiple blocks within cells:

    • Table cells (td/th) now insert <br/> separators between multiple blocks when serializing to markdown
    • This allows markdown tables to better represent complex cell content that contains multiple paragraphs or other block elements