Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.7.1
🚀 Features
- Calendar: Slot export - by @epr3 in #851 (e21c8)
- Dates: Placeholder data attribute - by @epr3 in #859 (0037f)
🐞 Bug Fixes
- Pagination: Set pageCount minimal value is 1 - by @preflower in #857 (862a2)
- Toast: Increase
fpsLimit
to 60 - by @benjamincanac in #853 (85347) - useCalendar: Fix grid not working on prev page - by @epr3 in #856 (cc441)
View changes on GitHub
v1.7.0
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
- Type export error - by @usings in #834 (4c403)
- Select: Touch scroll triggers the select content - by @ChrisGV04 and @zernonia in #807 (ad914)
- useCalendar: Grid update condition in watcher - by @epr3 in #827 (fc0f5)
View changes on GitHub
v1.6.2
v1.6.1
🐞 Bug Fixes
View changes on GitHub
v1.6.0
🚀 Features
- Avatar: Render img tag on ssr - by @zernonia in #776 (f7d61)
- Date: Improve date components - by @epr3 in #761 (2c86a)
- NavigationMenu: Disable hover or click props for triggers - by @Chrtyaka and @zernonia in #778 (ed730)
- Toolip: Added ignore non-keyboard focus prop - by @remonke in #775 (6d48c)
🐞 Bug Fixes
- HoverCard: Missing gracearea like tooltip - by @zernonia in #777 (1172a)
- PinInput: Remove trailing empty strings from
modelValue
- by @DamianGlowala in #793 (a7dac) - Primitive: Avoid using comment node as firstChildren - by @zernonia in #783 (12965)
- Select: Fix select content animation - by @Chrtyaka in #789 (82d5a)
View changes on GitHub
v1.5.3
🚀 Features
- TagsInput: Add tab or blur event in tags input - by @Chrtyaka and Slava Cherkesov in #762 (32bc9)
- Toast: Make ToastViewport label prop take a function - by @remonke in #758 (382c7)
🐞 Bug Fixes
- NavigationMenu: WhenMouse not triggering - by @zernonia in #770 (5a3ac)
- ToggleGroup: Making toggle pressed logic a computed property - by @Saeid-Za and @zernonia in #759 (8b0e4)
View changes on GitHub
v1.5.2
🐞 Bug Fixes
- Hydration issue when injecting useId on primitive without attribute - by @zernonia in #747 (b401f)
- NavigationMenu:
- PinInput:
View changes on GitHub
v1.5.1
v1.5.0
🧩 New Components
- DatePicker: DatePicker implementation - by @epr3 and @zernonia in #674 (3f025)
- Splitter - by @zernonia and Damian Głowala in #711 (14728)
🚀 Features
- CSP nonce prop - by @sadeghbarati in #721 (7ea6a)
- ConfigProvider: Inject
useId
to provide composable from different framework - by @zernonia in #718 (d0517)
🐞 Bug Fixes
- Move only with single arrow keys - by @sadeghbarati in #722 (860c2)
- Popper: Disable pointer events when hidden - by @sadeghbarati in #723 (904ce)
View changes on GitHub
v1.4.9
🐞 Bug Fixes
- Combobox:
- Allow array type for
modelValue
anddefaultValue
- by @ChrisGV04 and @zernonia in #707 (d2c63) - Computed warning when opening items - by @ChrisGV04 in #709 (02d49)
- Default value not selected intermittently - by @zernonia in #714 (c3b39)
- Allow array type for
- ContextMenu:
- DismissableLayer:
- Handle possible null element in useFocusOutside focus callback - by @yyx990803 in #713 (65e46)