Releases: unovue/reka-ui
Releases · unovue/reka-ui
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)
View changes on GitHub
v1.8.1
🐞 Bug Fixes
- Ssr issue with missing CustomEvent - by @zernonia in #940 (d0e18)
- NumberField: Add missing export for NumberFieldRootEmits - by @romanslonov in #937 (026d7)
View changes on GitHub
v1.8.0
🚀 Features
Components
- Editable - by @epr3 and @zernonia in #890 (36293)
- NumberField (Spinbutton) - by @zernonia in #903 (f77b4)
- Allow hooking on Dialog animation end - by @noook and @zernonia in #901 (a615d)
- Expose more slotProps - by @zernonia in #915 (f0bd3)
- Dialog: Support focus external trigger when close - by @enkot and @zernonia in #922 (bcf3a)
- TagsInput: Added support for object in tags input - by @onmax and @zernonia in #863 (6f555)
🐞 Bug Fixes
- Export CalendarRoot props to prevent
vite-plugin-dts
error - by @RayGuo-ergou in #916 (e32d7) types
should always come first inexports
- by @Destiner in #926 (2aff0)- Progress: Indeterminate state is wrong when value is 0 - by @zernonia in #911 (3f5e5)
- Select: Make
null
to showPlaceholder - by @zernonia in #912 (ac3a6)
View changes on GitHub
v1.7.4
🚀 Features
🐞 Bug Fixes
- SearchTerm was overwrite during initialization - by @zernonia in #896 (f6ab9)
- Accordion: Remove unused open prop bind to CollapsibleContent - by @dwightjack in #889 (af725)
- ComboBox: NextTick for render groups - by @maxmaxme in #886 (25331)
- Combobox: ScrollIntoView not working for object item - by @zernonia (9b538)
- ToggleGroup: Throwing
type
error - by @zernonia in #887 (3a418)
View changes on GitHub
v1.7.3
🚀 Features
- Calendar/RangeCalendar: Step calendar increment buttons - by @epr3 in #881 (c170e)
- Select: Body lock property - by @epr3 in #874 (dccb5)
🐞 Bug Fixes
- Set bodylock as default true - by @zernonia (f7905)
- Typo in jsdoc and docs - by @sadeghbarati in #882 (289f5)
- ComboBox: Flush option changes later - by @jsmnbom in #883 (a40dd)
View changes on GitHub
v1.7.2
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)