7.17.3
mantinedev/mantine7.17.3Mar 27, 2025by rtivital
AI Summary
This release focuses on type safety improvements, positioning fixes for Select and SegmentedControl components, and accessibility enhancements for Checkbox and Modal components.
Key Highlights
- Checkbox indeterminate attribute set on DOM node
- Fix for Select, MultiSelect, and Autocomplete position handling
- SegmentedControl indicator position fix
- Modals data-* attributes type support
Full Release Notes
## What's Changed - `[@mantine/core]` Pill: Fix incorrect `removeButtonProps` type - `[@mantine/modals]` Fix `data-*` attributes not being included in types for confirm and cancel button props - `[@mantine/core]` Fix incorrect selected option position handling when search changes in Select, MultiSelect, Autocomplete and TagsInput (#7583) - `[@mantine/core]` SegmentedControl: Fix incorrect indicator position when `data` is updated (#7615) - `[@mantine/core]` ScrollArea: Fix scrollbars being revealed on hover when hidden with `offsetScrollbars="present"` (#7599) - `[@mantine/core]` AppShell: Fix disabled prop not removing aside and footer margins (#7609) - `[@mantine/modals]` Fix incorrect esm exports paths (#7603) - `[@mantine/core]` Checkbox: Set indeterminate attribute on the DOM node (#7608, #7613) ## New Contributors * @andrewborstein made their first contribution in https://github.com/mantinedev/mantine/pull/7613 * @connorads made their first contribution in https://github.com/mantinedev/mantine/pull/7603 * @ofk made their first contribution in https://github.com/mantinedev/mantine/pull/7609 **Full Changelog**: https://github.com/mantinedev/mantine/compare/7.17.2...7.17.3