8.2.4
mantinedev/mantine8.2.4Aug 7, 2025by rtivital
AI Summary
A maintenance release focusing on fixing critical bugs across dates, modals, core inputs, code highlighting, and Tiptap components to improve stability and user experience.
Key Highlights
- Fixed disabled and clearable props collision in DateInput
- Fixed MultiSelect and TagsInput pills not being centered
- Fixed caret being invisible in some inputs
- Fixed controls props being overridden by default props in Tiptap
- Fixed incorrect overscroll behavior in code-highlight
New Features
- Fixed DateInput props collision
- Fixed TimePicker controlled value updates
- Fixed NumberInput value sanitization
- Fixed Table 1px gap with sticky headers
- Fixed Tiptap controls props
- Fixed code-highlight copy button aria-label
Full Release Notes
## What's Changed - `[@mantine/dates]` DateInput: Fix disabled and clearable props collision (#8098) - `[@mantine/modals]` Fix incorrect `confirmProps` and `cancelProps` types (#8099) - `[@mantine/dates]` TimePicker: Fix controlled incorrect controlled value updates handling (#8108) - `[@mantine/core]` NumberInput: Fix incorrect value sanitization in onBlur for max value clamping (#8114) - `[@mantine/core]` Fix MultiSelect and TagsInput pills not being centered (#8145) - `[@mantine/core]` Table: Fix 1px gap on thead with `sticky` + `withTableBorder` combination (#8109) - `[@mantine/core]` Fix caret being invisible in some inputs (#8149) - `[@mantine/tiptap]` Fix controls props being overridden by default props (#8148) - `[@mantine/code-highlight]` Fix `aria-label` not being set on the copy button (#8130) - `[@mantine/code-highlight]` Fix incorrect overscroll behavior ## New Contributors * @M1n01 made their first contribution in https://github.com/mantinedev/mantine/pull/8130 * @vicke4 made their first contribution in https://github.com/mantinedev/mantine/pull/8148 * @EdwardEB made their first contribution in https://github.com/mantinedev/mantine/pull/8149 * @themm-s made their first contribution in https://github.com/mantinedev/mantine/pull/8109 **Full Changelog**: https://github.com/mantinedev/mantine/compare/8.2.3...8.2.4