Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.0.0-alpha.2
v1.9.8
🐞 Bug Fixes
- Accordion: Add forceMount prop - by @rick-hup in #1367 (eb06f)
- Calendar: Multiple is not working - by @zernonia and beatrizHer in #1392 (e4908)
- Collapsble: State not updated when
open
ordefaultOpen
is not provided - by @zernonia (bc453) - NumberField: Not applying input value when keydown.enter - by @zernonia in #1395 (1c697)
- PinInput: AsChild not working for Input - by @zernonia in #1394 (3e468)
View changes on GitHub
v1.9.7
🐞 Bug Fixes
- Root node for RovingFocusItem when shadowRoot - by @cain, @zernonia and sunnylost in #1314 (fed15)
- Set inheritAttrs to false for components that render fragments - by @sunnylost in #1340 (9d1fe)
- Combobox: Defer highlighted item scrollIntoView - by @ragulka in #1328 (1fe64)
- ConfigProvider: Add ability to pass string for
padding
andmargin
[rem] - by @hrynevychroman in #1321 (18e54) - Editable:
maxLength
not working - by @iammola and zernonia in #1325 (8578d) - Listbox: Check if a dom is still associated with the document - by @sunnylost in #1331 (f7685)
- Splitter: Assertion error when hover over element - by @sunnylost in #1307 (1892d)
- Tooltip: Use trigger's
ownerDocument
to trackpointermove
- by @iammola in #1339 (d6d0c)
View changes on GitHub
v1.0.0-alpha.1
🚨 Breaking Changes
- New brand name - by @zernonia (98ea5)
- Arrow: Improve polygon - by @zernonia (ac8f3)
- Collapsible, Accordion: Add
unmount
prop to help SEO for hidden content - by @zernonia (a14f5) - Popover: Update aria, remove messy attribute - by @zernonia (de5cc)
- Select: Fix SSR, refactor the way SelectValue renders element - by @zernonia (6a623)
🚀 Features
- Expose useful types - by @zernonia (6785b)
- Expose combobox components - by @zernonia (9fb7f)
- Added codemods to docs - by @dfordp in #1258 (171dd)
- Bubble input/change for form component - by @zernonia (c66bb)
- Expose injectContext - by @zernonia (70fc8)
- Checkbox:
- ConfigProvider:
- Listbox:
- Listbox, Combobox:
- NavigationMenu:
- Popper:
- Presence:
- RadioGroup:
- Select:
- ToggleGroup:
- useFilter:
- usePrimitiveElement:
🐞 Bug Fixes
- Patches, not-prose - by @zernonia (e7a3f)
- ComboboxEmpty render and nav menu - by @zernonia (82505)
- Accordion:
- Combobox:
- Listbox:
- NavigationMenu:
- Popover:
- Popper:
- Splitter:
- Assertion error when hover over element - by @sunnylost in #1307 (1892d)
View changes on GitHub
v1.9.6
🚀 Features
🐞 Bug Fixes
- Combobox:
- Dialog:
- DismissableLayer:
- Listbox:
- RangeCalendar:
- RovingFocus:
- Splitter:
- Tooltip:
View changes on GitHub
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)