Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.4.6
v1.4.5
No significant changes
View changes on GitHub
v1.4.4
🚀 Features
- Expose createContext utility - by @zernonia (79076)
- Checkbox: Export checked state types - by @DamianGlowala in #681 (7afe8)
🐞 Bug Fixes
- Combobox: Check isEmpty even without any searchterm - by @zernonia in #686 (665dc)
- ContextMenu: Not emitting update:open false - by @zernonia in #683 (17c7f)
- Toast: Correct style attribute syntax - by @DamianGlowala in #684 (90ccf)
🔨 Refactor
- Checkbox: check indeterminate state in click event handler - by @DamianGlowala in #682 (6d8e2)
View changes on GitHub
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)