Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.9.5
🚀 Features
🐞 Bug Fixes
- Combobox:
- Listbox:
- PinInput:
- Select:
- Splitter:
- Not updating
SplitterResizeHandle
cursor style properly whendirection
changes - by @Gertiozuni in #1235 (74a75)
- Not updating
- Toast:
- Tooltip:
View changes on GitHub
v1.9.4
v1.9.3
🚀 Features
- Stepper: Implement slot utility functions - by @epr3 in #1179 (ba571)
- Tree: Allow custom children schema - by @Destiner in #1149 (6cd13)
🐞 Bug Fixes
- DateField: Enable zeroes on hour field - by @epr3 in #1155 (562c8)
- Menu: Reduce amount of event listeners - by @romansp in #1180 (13046)
- NumberField: Window is not defined ssr - by @zernonia in #1187 (e7a25)
- Popper: Use
watchEffect
for anchor update #1188 - by @zumm in #1189 and #1188 (3724b) - RangeCalendar: Fix readonly and disabled on grid - by @epr3 in #1156 (26324)
- ScrollArea: Content overflow when using
text-overflow: ellipsis
- by @Lol1chw in #1164 (147df)
View changes on GitHub
v1.9.2
🚀 Features
- RangeCalendar: Add highlighted range bounds data attributes on cell trigger - by @epr3 in #1133 (c157c)
🐞 Bug Fixes
- CollectionItem: Provided attrs wasn't reactive - by @zernonia (a08d8)
- Combobox: Workaround for maximum recursion update issues - by @cyyynthia in #1123 (9558f)
- DateField: Rebuild focusable element Set on locale change - by @epr3 in #1132 (f63b9)
- Dates: Disable state not affect tabindex and relevant button - by @zernonia in #1146 (e3bc0)
- NavigationMenu: Mobile choosing item causes re-trigger - by @zernonia in #1145 (2619a)
- Popper: Not flipping when content has dynamic height - by @zernonia in #1144 (450fe)
- Spliiter: Missing prop assigningment to primitive - by @zernonia in #1142 (5e9ec)
- types: Typo in
type
jsdoc - by @benjamincanac in #1136 (3d9fd)
View changes on GitHub
v1.9.1
🚀 Features
- ConfigProvider: Global nonce value - by @romansp in #1097 and #1108 (dd182)
- ScrollArea: Expose viewport and scrollTop function - by @zernonia in #1120 (b6cc0)
- Toast: Expose toast duration in slot - by @cyyynthia in #1119 (6f738)
🐞 Bug Fixes
- Combobox:
- HoverCard, Tooltip:
- Menu:
- Select:
- Aria-selected attribute was incorrect - by @kilobyte2007 in #1118 (69df1)
- Splitter:
- Oncollapse will not be triggered when collapsedSize precision exceeds 10 digits - by @AIchanKimi in #1100 (c4d92)
- Not updating new constraints - by @AIchanKimi in #1113 (0dfae)
- Tree:
- Missing TreeItemEmits export - by @cyyynthia in #1116 (e9402)
View changes on GitHub
v1.9.0
🚀 Features
- Tree - by @zernonia in #976 (9ce67)
- Stepper - by @epr3 and @zernonia in #987 (cea3e)
- Calendar: Expose slot for CalendarCellTrigger - by @xollaborator, @epr3 and @zernonia in #1086 (fda22)
- Calendar/RangeCalendar: Pagination function props - by @epr3 and @zernonia in #972 (6f66b)
- Combobox: Expose
selectedValue
in combobox root - by @HuakunShen in #1048 (b03c3) - Editable: Use Primitive for input to enable textarea usage - by @epr3 in #1045 (6926f)
🐞 Bug Fixes
update:modelValue
was triggered twice - by @zernonia in #1065 (932f4)- Calendar:
- Combobox,Listbox:
update:modelValue
withmultiple:true
does not get emitted - by @vojvodics in #1088 (923d4)
- Dialog:
- Editable:
- HoverCard:
- deps:
View changes on GitHub
v1.8.5
🚀 Features
🐞 Bug Fixes
- Calendar:
- Sometimes first day of next month is missing - by @xollaborator and @epr3 in #1029 (3d3e3)
- Combobox:
- When backspacing searchterm highlight the first available option from filteredOptions - by @gasparrobi in #1009 (17425)
- Editable:
- Menu:
- Don’t scroll menus in response to hover - by @sadeghbarati in #1030 (5ec7f)
- Prevent scroll on initial menu focus - by @sadeghbarati in #1031 (b3070)
- MenuRadioGroup:
- Update:modelValue payload type - by @tristandubbeld in #1018 (b5d19)
- NumberField:
- Pagination:
- Progress:
- VisuallyHiddenInput:
- Parsing
null
value wrongly - by @true-andrew in #1015 (ba96d)
- Parsing
View changes on GitHub
v1.8.4
🐞 Bug Fixes
- Combobox: Move focus to options on keyboard navigation - by @abh1nash in #1002 (4c21e)
- HoverCard: Avoid opening for quick hovers - by @ianfireman and @zernonia in #995 (af243)
- NumberField: Infinite counting in when holding button - by @Saeid-Za and @zernonia in #1005 (74e05)
- Tooltip: Added Presence to TooltipContent to allow close animation - by @Azurency in #990 (d0720)
View changes on GitHub
v1.8.3
🚨 Breaking Changes
- NumberField: Remove NumberFieldLabel - by @romanslonov and @zernonia in #969 (663d1)
🚀 Features
- DatePicker: Expose modal-value to make DatePickerInput optional - by @canstand and @epr3 in #985 (d5fff)
- Dates: CreateDateRange function - by @epr3 in #971 (b744b)
🐞 Bug Fixes
- Missing Listbox and NumberField namespaced exports - by @ChrisGV04 in #975 (2b8f6)
- AccordionItem: Proxy
as
prop toCollapsibleRoot
- by @benjamincanac in #979 (8f73d) - DateField: Fix hour segment update by dayPeriod - by @epr3 in #981 (1b970)
- NumberField: Increment/decrement not respecting the user current input - by @zernonia in #968 (2dad7)
View changes on GitHub
v1.8.2
🐞 Bug Fixes
- Ts2742 error of Primitive and components - by @Shana-AE and @zernonia in #951 (fc15b)
- DismissableLayer: Not closing when inline with another layer - by @zernonia in #949 (c2f54)
- NumberField: Always updateModelValue on blur - by @epr3 in #954 (745fc)
- useForwardPropsEmits: Types issue - by @RayGuo-ergou in #943 (7ca0d)