tdesign-react@1.16.2
Popup:Select:
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 version1.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)
- Fixed an issue where the popup would unexpectedly close when
Select:- Fixed an issue where the
onClosecallback function ofvalueDisplaywould receiveundefinedas a value @RSS1102 (#4047) - Fixed an issue where values that were not included in the
optionslist could not be rendered when themultipleoption was enabled after version1.15.7@RylanBot (#4037) - Fixed an issue where, after the
filterableoption was enabled, the highlighted items in the keyboard navigation would not update even when the options changed @RylanBot (#4037)
- Fixed an issue where the
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.
- feat: support React 19.2 by @CodyJasonBennett in https://github.com/pmndrs/react-three-fiber/pull/3606
Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.4.2...v9.5.0
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
- display: reduce default breakpoint sizes (#19759) (853ce33)
- nested: add branch select strategy (4fcb72c), closes #22404
- styles: always use css layers (f7123c6), closes #3400 #20232
- styles: flatten layer names (#22460) (47bc400), closes #22443
- styles: possibility to opt-out from misc styles (#22405) (77d02f3)
- styles: add separate entry points (#22396) (f00902c), closes #20100
- styles: cut down CSS reset (#20960) (ae3e8c9), closes #17633
- styles: remove overflow-y from reset (27868d5), closes #1197
- theme: change default theme to 'system' (9c8506c)
- theme: support transparent colors (bb49662), closes #10299
- theme: remove unimportant option (e8845ff)
- VDataIterator: add
items-lengthprop (#22360) (290836c), closes #19486 - VDatePicker: only emit start and end range values (#20621) (eef80ad), closes #9098 #18701 #20599
- VForm: unref values in slot props (f92ae7a), closes #18355
- VImg: pass attributes to the underlying
<img>(#22439) (71e01aa), closes #18860 #18907 - VInput: add
indent-detailsprop (#21265) (f483092), closes #16679 - VList: add
navigation-strategyto control focused item (#22328) (3815eee) - VListItem: expose
isDisabledin slot props (9d92638) - VNumberInput: do not clamp value on mounted (#21826) (4b4bfa5)
- VOtpInput: add
densityprop (#22401) (aca7d30) - VSelect/Autocomplete/Combobox: rename item to internalItem (2c1ac25), closes #18354
- VSnackbar: remove
multi-lineprop (#22212) (1371aba), closes #15996 - VWindow: add support for keyboard controls (#22430) (ab5b671), closes #11544
- 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)
v1.145.1
Version 1.145.1 - 12/30/25, 1:54 AM
- Fix escape sequence handling for routes defined in __virtual.ts files (#6250) (baa3d1d) by Manuel Schiller
- bump dep (#6249) (2372aa3) by Manuel Schiller
- vue-start, solid-start: raw sync tests (#6234) (325c356) by Birk Skyum
- Rename validator to inputValidator in fetch functions (#6245) (2fa4cfa) by @jperasmus
- @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
2.2.0
- 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
@tanstack/react-query@5.90.15
- Updated dependencies [
fccef79]:- @tanstack/query-core@5.90.15