- Add option to customize weekend days with
weekendDays
prop in all@mantine/dates
components that useMonth
component 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
autoComplete
andtype
attributes 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
trapFocus
prop 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-move
hook (used in Slide and ColorPicker) (missing passive option in event handler options)