Skip to content

4.1.2

Compare
Choose a tag to compare
@rtivital rtivital released this 03 Apr 09:40
· 4814 commits to master since this release
  • 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