🐞 Bug Fixes
- Dialog:
- Re-key auto-focus on presence when force-mounted - by @EasonLin0716 and Claude Opus 5 (1M context) in #2856 (eb702)
- DismissableLayer:
- Drawer:
- Listbox:
- Include $attrs in ListboxItem v-memo deps - by @KeionneDerousselle in #2905 (7b0eb)
- Menu:
- NumberField:
- Defer touch stepper activation - by @kaspernowak in #2948 (72a3a)
- PinInput:
- Select:
- Exclude Space from typeahead search - by @martinascharrer, @zernonia and Claude Opus 5 (1M context) in #2955 (f4089)
- Splitter:
- Tooltip:
- Tree:
- shared:
- Stop infinite type recursion in useEmitAsProps for
[void]emits - by @zernonia and Claude Opus 5 (1M context) in #2945 (8360a) - Derive the day period from a ZonedDateTime's own time zone - by @simonworkhouse in #2953 (97006)
- Derive the day period from the hour, not a localized string - by @zernonia and Claude Opus 5 (1M context) in #2958 (a3239)
- Stop infinite type recursion in useEmitAsProps for
🏎 Performance
- Listbox: Avoid collection scan when highlighting - by @onmax in #2912 (bb6f6)
- useFilter: Short-circuit contains on exact substring match - by @Cherry and Claude Opus 5 (1M context) in #2890 (94895)