- Add hidden input with value to Select and MultiSelect components to provide correct values to uncontrolled forms (#1137)
- Fix incorrect styles params type when using
styles
prop on MantineProvider (#1166) - Add better default items filtering logic and
filterDataOnExactSearchMatch
prop support to Select component - Fix
autoClose
spread to Notification component in@mantine/notifications
(#1129) - Fix Select, MultiSelect, Autocomplete React keys warning when used with numeric values (#1153)
- Remove double render from ColorSchemeProvider
- Fix line number spacing in Prism component (#1156)
- Fix
allowLevelChange
prop not working with DateRangePicker component (#1157) - Improve
Enter
key handling in Select component