Breaking Changes
- make
NumberInput
"input" event type consistent with "change" (null | number
) (099efed, #1053 contributed @brunnerh)
Features
- dispatch
NumberInput
input, change events when clicking the steppers (099efed, #1053 contributed @brunnerh) - add
primaryButtonIcon
prop toModal
,ModalFooter
(a8039a4, #1047 contributed by @gregorw)
Fixes