8.2.3
mantinedev/mantine8.2.3Aug 5, 2025by rtivital
AI Summary
This update addresses styling issues, interaction bugs, and performance improvements in calendar components, core elements, charts, and hooks.
Key Highlights
- Fixed DatePickerInput handling of multiline values
- Fixed Combobox.Group missing aria-labelledby attribute
- Fixed tap highlight color not being disabled on Switch
- Removed unnecessary transition in ActionIcon and Button for performance
- Fixed Combobox dropdown position calculation
New Features
- Fixed Combobox.Group accessibility
- Fixed Switch touch highlight
- Improved ActionIcon/Button performance
- Fixed tooltip alignment for charts
- Fixed DatePickerInput styles API
- Fixed Table rowspan borders
- Fixed use-move error on touch devices
Full Release Notes
## What's Changed - `[@mantine/dates]` DatePickerInput: Fix incorrect handling of multiline values (#8116) - `[@mantine/code-highlight]` Fix gradient of expand button not being visible on mobile Safari - `[@mantine/core]` Combobox: Fix Combobox.Group not having `aria-labelledby` attribute - `[@mantine/core]` Switch: Fix tap highlight color not being disabled on touch devices - `[@mantine/core]` Remove transition with loader in ActionIcon and Button components if `loading` prop is not set to improve performance - `[@mantine/core]` Combobox: Fix unexpected closed dropdown position calculation reducing performance - `[@mantine/charts]` Fix tooltip not being aligned for some fonts - `[@mantine/dates]` DatePickerInput: Fix incorrect Styles API selectors - `[@mantine/core]` Table: Fix missing border when rowspan is set (#8137) - `[@mantine/hooks]` use-move: Fix error dsiplayed in console for touch devices (#8065) - `[@mantine/dates]` Fix incorrect props assigned to CalendarAriaLables props ## New Contributors * @sublimemm made their first contribution in https://github.com/mantinedev/mantine/pull/8124 * @TheMineWay made their first contribution in https://github.com/mantinedev/mantine/pull/8137 **Full Changelog**: https://github.com/mantinedev/mantine/compare/8.2.2...8.2.3