2 hours ago
router

v1.139.12

Version 1.139.12 - 11/29/25, 8:32 PM

Changes

Fix

  • more robust stream handling (#5996) (4d2fd33) by Manuel Schiller

Packages

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

Neutralinojs v6.4.0 released!

What's new

API: storage

  • Implement storage.clear() and storage.removeData(key) functions to remove saved storage data.

Improvements/bugfixes

  • Fix the draggable region not working issue on Windows.
  • Replace deprecated macOS API with suitable modern APIs in the codebase.
  • Static file server enhancements.
  • Improve window.getPositon() in macOS.
  • Save the correct window size and position when a maximized/minimized window is being closed on Windows.
  • Fix the window disappearing issue while restoring the window on Windows

Update the config file option cli.binaryVersion with 6.4.0 and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀

8 hours ago
pdf.js

v5.4.449

This release contains improvements for the annotation editor, performance, text selection and the viewer.

Changes since v5.4.394

9 hours ago
router

v1.139.11

Version 1.139.11 - 11/29/25, 12:57 PM

Changes

Fix

  • fix streaming (#5994) (95d88a2) by Manuel Schiller

Ci

  • nx: update to Nx v22 (#5982) (af02265) by Lachlan Collins

Packages

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

v9.4.2

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.4.1...v9.4.2

12 hours ago
react-three-fiber

v9.4.1

What's Changed

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.4.0...v9.4.1

13 hours ago
univer

🎉 Release v0.12.3

🎊 Univer@v0.12.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 some point enumeration values to the permission API. #6199
  • Added auto-fill API: FRange.autoFill. #6204

🐛 Bug Fixes and Optimizations

  • Fix the issue where incorrect number formats would cause the entire sheet to crash. #6201
  • Optimize formula and selection performance issues. #6197
  • Fix the issue of cut and delete float image. #6215
  • Fix the issue of copy and paste chart.

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

  • Using adaptive damping and fast-path to stabilize the calculation of the RATE function. #6055

📦 Univer Presets

  • SDK has been updated to version 0.12.3.

📢 Join the Conversation

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

📝 Changelog

Full changelog (2025-11-29)

Bug Fixes

  • API: fix premission api example (#6199) 8da3fe9, closes #6199
  • drawing: fix the issue of cut and delete float image (#6215) cc3be15, closes #6215
  • engine-formula: stabilize RATE function with fast-path and adaptive damping (#6055) 8fbbb2d, closes #6055
  • fix auto-fill api opreate in non-active sheet (#6205) 9259343, closes #6205
  • handle empty sections in parseDataStreamToTree by ensuring an … (#6188) 0cbc370, closes #6188
  • permission: update default permission values to false (#6206) 93ce16e, closes #6206
  • selection: clean up empty cell styles in copyRangeStyles function (#6184) 16fa81a, closes #6184
  • sheet: ensure numfmt crash not effect all (#6201) 57c1d68, closes #6201
  • sheets: permission api (#6202) c4d7fe7, closes #6202

Features

  • add dispose for close univer worker (#6216) b8d3a2c, closes #6216
  • facade: add auto-fill api (#6204) 6127c4b, closes #6204
  • sheets: split large set-range-values mutation (#6191) e161f5e, closes #6191
  • update Japanese localization for various packages (#6207) 1551b81, closes #6207

Performance Improvements

  • selection: formula and selection (#6197) 344f773, closes #6197
20 hours ago
plate

@platejs/yjs@52.0.5

Patch Changes

1 days ago
element-plus

2.11.9

2.11.9

2025-11-28

Features

  • Components [splitter] expose splitterPanelRef (#22791 by @keeplearning66)

  • Components [tabs] add default-value prop, suppress flicker (#22815 by @yicheny)

  • Components [button-group]: add direction prop (#18906 by @VisualYuki)

  • Components [select-v2] add remote-show-suffix prop (#22885 by @alonely-boy)

  • Components [timeline] add reverse prop (#22931 by @rzzf)

  • Components [tree-select] add instance type and improve test cleanup logic (#22499 by @warmthsea)

Bug fixes

  • Components [tree] checkbox selection wrong with disabled nodes (#22711 by @rzzf)

  • Components [input] fixed the onchange parameter when type is file (#14687 by @cc-hearts)

  • Utils [addUnit] handle 0 value correctly (#22808 by @rzzf)

  • Theme-chalk [anchor] update link styles for hover and focus states (#22841 by @tolking)

  • Components [popconfirm] fallthrough virtual-ref & virtual-triggering (#22843 by @rzzf)

  • Components [input] fix resize not working (#13841 by @ls57765867)

  • Components [virtual-list] prevent scroll from exceeding its bounds (#22786 by @rzzf)

  • Components [table] avoid height loop (#22838 by @yicheny)

  • Components [select-v2] ResizeObserver loop completed with undelivered notifications (#22895 by @keeplearning66)

  • Components [select] shouldn't add is-hovering to disabled option (#22845 by @Putia3)

  • Components [select/select-v2] correct the trigger timing of visible-change (#22897 by @keeplearning66)

  • Components [time-picker] avoid incorrect values after losing focus (#22880 by @keeplearning66)

  • Components [table] prevent incorrect drag when resizable is false (#22327 by @keeplearning66)

  • Components [image-viewer]: add touch event in mobile (#12550 by @mipawn)

  • Components [tabs] default-value support and update demo for docs (#22896 by @YunYouJun)

  • Components [select] skip process keydown.enter in composing (#22861 by @wcttmf)

  • Components [steps] prevent external line-height from affecting layout (#19319 by @DDDDD12138)

  • Components [cascader] fix SVG generated mask the menu when scroll (#16365 by @Fiona2016)

  • Theme-chalk add a $space parameter to the channel function (#19166 by @roojay)

  • Components [table] tableBody height not update when header changed (#19580 by @DDDDD12138)

  • Components [segmented] fire change event if option not checked (#19705 by @ykcory)

  • Components [table] fix header HMR and keep v-if fallback (#22884 by @tuzixiangs)

  • Components [table] correct the type of style (#22939 by @keeplearning66)

  • Components avoid focusing disabled elements (#22940 by @rzzf)

  • Revert "feat(components): [alert] add open and auto-close functionality with delay (#20533,#22028 by @warmthsea)" (#22560)

  • Style(theme-chalk): show the cursor correctly when disabled (#22856 by @rzzf)

  • Improvement(components): [select] locate the most recently selected option when using multiple (#22753 by @keeplearning66)

  • Improvement(components): [select/select-v2] hoveringIndex stays on the most recently selected option with multiple (#22782 by @keeplearning66)

  • Improvement(components): [splitter] use import emits (#22907 by @warmthsea)

  • Perf(components): [select-v2] avoid duplicate render after props change (#22935 by @tolking)

Refactors

  • Components [table] clear state on non-resizable columns (#22916 by @tuzixiangs)
1 days ago
Heat.js

Heat.js v4.5.1 - Minor 3rd Library usage fixes, and CSS updates!

  • Updated all the NPM packages to the latest versions.
  • All title bar buttons are now vertically-aligned to the middle, and the Y margins now default to zero.
  • Fixed a fault that caused errors to occur when passing a BindingOptions object to "render()" (due to missing _currentView).