🐞 Bug Fixes
- Autocomplete: Add IME composition input handling - by @kricsleo in #2541 (987ca)
- ColorField/ColorArea: Forward custom attributes in ColorFieldRoot - by @zernonia and Claude Sonnet 4.6 in #2559 (700c8)
- Combobox: Prevent
addOnBlurfrom adding raw input when selecting item - by @kricsleo in #2514 (bc1db) - FocusScope: Don't move focus if DOM mutation occurred before any nodes had focus - by @romansp in #2546 (91023)
- Listbox: Restore highlightOnHover behavior - by @zernonia and Claude Sonnet 4.6 in #2558 (ffde5)
- PinInput: Paste only numeric text in numeric mode - by @kricsleo in #2516 (bf719)
- Select: Export SelectItemEmits type - by @CTOJoe in #2526 and #2527 (49d1d)
- tooltip,hovercard: Close when scrollable ancestor is scrolled - by @zernonia and Claude Sonnet 4.6 in #2557 (a987a)
- useForwardProps: Return Partial to correctly type optional boolean props - by @zernonia and Claude Sonnet 4.6 in #2561 (c22a4)
- useGraceArea: Add nil guard for hover target in grace area creation - by @kricsleo in #2553 (67fb1)