Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.4.3
🐞 Bug Fixes
- Combobox: Change
object
type insideAcceptableValue
toRecord<string, any>
- by @romanhrynevych in #677 (8296b) - Dialog: Fix scrollbar pointer-down click prevent dialog closing - by @romanhrynevych and @zernonia in #625 (ecf99)
- ScrollArea: Clear setTimeout, eventListener when unmount ScrollAreaScrollbarScroll - by @teleskop150750 in #672 (74872)
- Slider: Form submission prevented when step < 1 - by @pohnean and @zernonia in #670 (75af2)
- TagsInput: AutoFocus was focusing even set as false - by @zernonia (c1fe6)
View changes on GitHub
v1.4.2
v1.4.1
🐞 Bug Fixes
- Accordion: Id and aria-controls was wrong - by @dougwollison and @zernonia (67c58)
- Select: 'popper' item not focused when open via arrow navigation - by @zernonia in #659 (7b3c6)
- Tooltip: Avoid collision not forwarded correctly - by @zernonia in #658 (1021b)
View changes on GitHub
v1.4.0
🚀 Features
- UseForwardExpose - by @zernonia in #631 (fb9ab)
- JsDoc type hint - by @zernonia in #635 (60b6f)
- PrioritizePosition props for popper - by @zernonia (dc4e3)
- Slots comment, and docs - by @zernonia in #653 (4d277)
- Pagination: Expose page count on
PaginationRoot
- by @andreww2012 in #650 (91654) - ScrollArea: Expose viewport - by @teleskop150750 in #630 (961bc)
🐞 Bug Fixes
- Combobox: Input was autofocus even when set as false - by @zernonia (0d793)
- Menu: SubContent flickers, item disabled was selected - by @zernonia in #648 (a0b07)
- MenuSubContent: Content was overflow out of viewport - by @zernonia in #645 (ea6fb)
- NavigationMenu: Input not working in NavigationContent - by @zernonia in #644 (91256)
- Pagination: Ellipsis should separate at least 2 pages - by @andreww2012 and @zernonia in #647 (db923)
- Toggle: Remove keydown.enter - by @runyasak in #639 (8e40d)
- Tooltip: Stuck if scrolling the page with tooltip - by @zernonia in #646 (ddb2b)
View changes on GitHub
v1.3.2
🐞 Bug Fixes
- Scroll doesnt work inside modal on ios - by @zernonia in #617 (bcf13)
- Select, Combobox:
- Prevent override default boolean prop value with useForwardProps - by @sadeghbarati in #610 (cd33a)
- Slider:
- Tabs:
- Add ResizeObserver for Indicator - by @Jordan-Ellis in #602 and #609 (9627e)
View changes on GitHub
v1.3.1
v1.3.0
v1.2.7
🐞 Bug Fixes
- Scrolllock for ios - by @zernonia in #593 (0030c)
- Error thrown when passing
asChild
with viewport element as firstChild - by @zernonia in #594 (24767) - DropdownMenu: Modal=
false
not closing when clicking on other trigger - by @zernonia in #592 (5a906) - PinInput: Paste not working - by @zernonia in #591 (9642f)
View changes on GitHub
v1.2.6
🐞 Bug Fixes
- Update bug-report.yml - by @sanscheese in #569 (c52dd)
- DropdownMenu: Click on Trigger causing reopening of menu when modal is
false
- by @zernonia (bcc85) - Select: Prevent touch event propagation on SelectItem - by @lennartzellmer in #579 (e640a)
- ToggleGroup: ArrowUp & ArrowDown should works by default - by @zernonia in #582 (b7660)
- Tooltip: TooltipArrow doesn't have slot - by @zernonia in #580 (bf3dc)
View changes on GitHub
v1.2.5
🐞 Bug Fixes
- ContextMenu:
- PinInput:
- ModelValue elements mutated directly - by @Scalamando in #550 (9a75b)
- Presence:
- Tabs: