v0.70.13
Fixes
- support
NumberInput
incrementing/decrementing floating point values (e6f5766, #1555 contributed by @jqlio18) - allow arrow keys to open and navigate
Dropdown
menu (fa5515d, #1569 contributed by @theetrain) - only fire
Dropdown
"select" event on interaction (fa5515d, #1569 contributed by @theetrain) - avoid runtime error if
Dropdown
items is an empty array (fce92fb, #1578) - avoid runtime error if
MultiSelect
items is an empty array (4b503c8, #1577) - avoid runtime error if
ComboBox
items is an empty array (09b3eed, #1545 contributed by @ibilux) - fire
OverflowMenu
"close" event when clicking outside menu (837716f, #1541) - fire
Popover
"click:outside" event when clicking sibling elements (0f8a57b, #1570 contributed by @vizath) - forward
Toggle
"change" and "keyup" events aftertoggled
updates (e7fe8ca, #1559 contributed by @jqlio18) - fix
ProgressStep
label text ifvertical
(75a69bb, #1533 contributed by @brunnerh) - make
ProgressStep
inherit unclickable styles ifpreventChangeOnClick
(7a98ec2, #1535 contributed by @brunnerh) - add explicit
type="button"
toTableHeader
button (ba62f45, #1573 contributed by @devidw) - add explicit
type="button"
toProgressStep
button (bf337c4, #1551 contributed by @tmarsik42) - loosen
TreeView
text prop type fromstring
toany
(198e0da, #1576) - make
TreeView
children prop type work recursively (21d841f, #1566 contributed by @DetachHead) - remove unused
derived
import fromDataTable
(ae34451, #1529 contributed by @ibilux)