- Remove unexpected focus ring from Modal, Drawer and Popover component on iOS Safari
- Add option to change font size in Table component
- Make
onClose
handler optional in Notification component - Add root selector to Divider component Styles API
- Change
inputMode
to allow user to enter negative numbers on mobile in NumberInput component - Add index to
applyWhere
handler in use-list-state hook - Fix dropdown visibility for Select/MultiSelect components with no data
- Fix incorrect
maxSelectedValues
handling for controlled MultiSelect