Features
- make
Toggle
labels slottable (b13bb8e, #1015) - add option to
ComboBox.clear
to not re-focus input (clear({ focus: false })
) (37f19d2, #1000)
Fixes
- break out of trap focus in
Tooltip
when pressing "Escape" (b13bb8e, #1015) - pass "name" prop in
ComboBox
to input element (a60bc73, #1014) - emit
change
event inCheckbox
after modifying state (9b32fe9, #1013 contributed by @koffeinfrei) - restore explicit typing of
null | HTMLElement
for TypeScript strict mode (653a601, #1008) - dispatch
click:button--primary
inModal
ifshouldSubmitOnEnter
is true (49a94b0, #1007)
Documentation
- simplify reactive
RadioButton
example (58de79d, #1012) - add reactive
Select
example forSelect
(e5f77aa, #1011) - fix grammar in
TreeView
"Expand all nodes" example (872f90c, #1001) - note that
Search
clear event is also dispatched when pressing "Escape" (e066a65, #1001) - demo reactivity in expandable
Search
example (95a327f, #1001)