| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-01 | 2.5 kB | |
| v2.9.3 source code.tar.gz | 2026-04-01 | 3.5 MB | |
| v2.9.3 source code.zip | 2026-04-01 | 4.6 MB | |
| Totals: 3 Items | 8.1 MB | 0 | |
š Bug Fixes
- Autocomplete: Add IME composition input handling - by @kricsleo in https://github.com/unovue/reka-ui/issues/2541 (987ca)
- ColorField/ColorArea: Forward custom attributes in ColorFieldRoot - by @zernonia and Claude Sonnet 4.6 in https://github.com/unovue/reka-ui/issues/2559 (700c8)
- Combobox: Prevent
addOnBlurfrom adding raw input when selecting item - by @kricsleo in https://github.com/unovue/reka-ui/issues/2514 (bc1db) - FocusScope: Don't move focus if DOM mutation occurred before any nodes had focus - by @romansp in https://github.com/unovue/reka-ui/issues/2546 (91023)
- Listbox: Restore highlightOnHover behavior - by @zernonia and Claude Sonnet 4.6 in https://github.com/unovue/reka-ui/issues/2558 (ffde5)
- PinInput: Paste only numeric text in numeric mode - by @kricsleo in https://github.com/unovue/reka-ui/issues/2516 (bf719)
- Select: Export SelectItemEmits type - by @CTOJoe in https://github.com/unovue/reka-ui/issues/2526 and https://github.com/unovue/reka-ui/issues/2527 (49d1d)
- tooltip,hovercard: Close when scrollable ancestor is scrolled - by @zernonia and Claude Sonnet 4.6 in https://github.com/unovue/reka-ui/issues/2557 (a987a)
- useForwardProps: Return Partial<T> to correctly type optional boolean props - by @zernonia and Claude Sonnet 4.6 in https://github.com/unovue/reka-ui/issues/2561 (c22a4)
- useGraceArea: Add nil guard for hover target in grace area creation - by @kricsleo in https://github.com/unovue/reka-ui/issues/2553 (67fb1)