- Add option to customize weekend days with
weekendDaysprop in all@mantine/datescomponents that useMonthcomponent as a base (DatePicker, Calendar, Month, etc.) - Fix missing selected styles in Menu component when navigating with keyboard
- Add option to customize am/pm labels to TimeInput component (#1599)
- Change how
autoCompleteandtypeattributes are handled in MultiSelect, Autocomplete and Select components - Fix broken inline code padding styles in TypographyStylesProvider component (#1611)
- Fix incorrect focus managing logic in Modal and Drawer components when
trapFocusprop is set tofalse(#1596 #1597) - Fix incorrect on / off label positions in Switch component when labels have only one letter
- Fix composition events handling (unexpected IME submit on Enter key pressed) in MultiSelect component (#1570)
- Fix console errors produced by
use-movehook (used in Slide and ColorPicker) (missing passive option in event handler options)