1 hours ago
tdesign-react

tdesign-react@1.16.2

🌈 1.16.2 2025-12-30

🐞 Bug Fixes

  • Popup:
    • 修复 1.16.0 版本的重构导致开启 'trigger='hover' 且外部元素动态更新时,弹窗意外被关闭的问题 @RylanBot (#4046)
    • 修复 1.16.0 版本的重构导致弹窗在某些场景下位置不稳定的问题 @xiaody (#4046)
    • 完善 1.16.0 版本中关于空间不足时箭头偏移的优化方案 @RylanBot (#4042)
  • Select:
    • 修复 valueDisplayonClose 回调函数读取到 undefined 的问题 @RSS1102 (#4047)
    • 修复 1.15.7 版本后,开启 multiple 时,不在 options 里的 value 无法渲染的问题 @RylanBot (#4037)
    • 修复开启 filterable 后,选项变化但键盘导航高亮项未更新的问题 @RylanBot (#4037)

🐞 Bug Fixes

  • Popup:
    • Fixed an issue where the popup would unexpectedly close when 'trigger='hover' was enabled and external elements were dynamically updated, due to the restructuring in version 1.16.0 @RylanBot (#4046)
    • Fixed an issue where the position of the popup became unstable in certain scenarios after the restructuring in version 1.16.0 @xiaody (#4046)
    • Improved the optimization for arrow offset when there is not enough space, implemented in version 1.16.0 @RylanBot (#4042)
  • Select:
    • Fixed an issue where the onClose callback function of valueDisplay would receive undefined as a value @RSS1102 (#4047)
    • Fixed an issue where values that were not included in the options list could not be rendered when the multiple option was enabled after version 1.15.7 @RylanBot (#4037)
    • Fixed an issue where, after the filterable option was enabled, the highlighted items in the keyboard navigation would not update even when the options changed @RylanBot (#4037)
2 hours ago
react-three-fiber

v9.5.0

After a bit of research and development, R3F is now compatible with React 19.2, including the Activity feature!

Why did this take some effort, you might wonder? When React bumped to version 19.2.x, they also bumped the internal reconciler up a version which was not backwards compatible with 19.1.x. This put us in an awkward position of either making a breaking change in the middle of R3F v9, bump to another major just because of an internal detail from React or get creative. We chose to get creative and R3F is compatible with all versions of React between 19.0 and 19.2. The downside is we had to bundle the reconciler with R3F, but react-dom already does this so for now it is the best solution available.

Forcing breaking changes on libraries is likely not what the React teams intended so we will be working with them to try to avoid this in the future.

Happy coding.

What's Changed

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

4 hours ago
swc
4 hours ago
vuetify

v4.0.0-alpha.0

Documentation: https://next.vuetifyjs.com/ Upgrade guide: https://next.vuetifyjs.com/getting-started/upgrade-guide/ Remaining issues: https://github.com/vuetifyjs/vuetify/milestone/62

🚀 Features

🔧 Bug Fixes

  • styles: skip VRow/VCol styles when using only VContainer or VSpacer (f899803)
  • theme: re-merge default variables when themes is set (a14c763)
  • theme: helpers should override theme base (2690877)
  • theme: override automatic text color with classes (#22475) (59b11d5)
  • theme: .text- classes always override color from .bg- (7edf33a), closes #21787
  • VContainer: drop dependency on utility class (47ca5c8)
  • VCounter: inherit color (aligns with VMessages) (#22424) (ecd07b9)
  • VField: append/prepend should fill height (add5d2d)
  • VOverlay: apply scrollbar offset to body and VNavigationDrawer (ec926d7)

🔬 Code Refactoring

  • styles: replace !important with layers (7484c81)
  • VBtn: remove default text transform (#21079) (712bdd6)
  • VBtn: convert display from grid to flex (41b7768)
  • VField: convert display from grid to flex (#21035) (b213e3b)
5 hours ago
vuetify

v3.11.6

🔧 Bug Fixes

7 hours ago
router

v1.145.1

Version 1.145.1 - 12/30/25, 1:54 AM

Changes

Fix

  • Fix escape sequence handling for routes defined in __virtual.ts files (#6250) (baa3d1d) by Manuel Schiller

Chore

  • bump dep (#6249) (2372aa3) by Manuel Schiller

Test

  • vue-start, solid-start: raw sync tests (#6234) (325c356) by Birk Skyum

Docs

  • Rename validator to inputValidator in fetch functions (#6245) (2fa4cfa) by @jperasmus

Packages

  • @tanstack/router-generator@1.145.1
  • @tanstack/start-plugin-core@1.145.1
  • @tanstack/router-cli@1.145.1
  • @tanstack/router-plugin@1.145.1
  • @tanstack/router-vite-plugin@1.145.1
  • @tanstack/solid-start@1.145.1
  • @tanstack/vue-start@1.145.1
  • @tanstack/react-start@1.145.1
  • @tanstack/start-static-server-functions@1.145.1
9 hours ago
next.js

v16.1.1-canary.9

Core Changes

  • misc: fix type check log for CI envs: #87838

Misc Changes

  • Update Rspack production test manifest: #87889
  • Update Rspack development test manifest: #87888

Credits

Huge thanks to @feedthejim and @vercel-release-bot for helping!

12 hours ago
react-grid-layout

2.2.0

🧪 Tests

  • prevent infinite loop when dragging from outside then leaving (#2210) - #2214 by @STRML
  • use dropConfig.onDragOver when provided (#2212) - #2215 by @STRML
  • use custom compactor.compact() method when provided (#2213) - #2216 by @STRML
  • enable PositionStrategy and DragConfig.threshold extension points (#2217) - #2217 by @STRML
17 hours ago
react-query

@tanstack/react-query@5.90.15

Patch Changes

  • Updated dependencies [fccef79]:
    • @tanstack/query-core@5.90.15