7.14.3
mantinedev/mantine7.14.3Nov 28, 2024by rtivital
AI Summary
A maintenance release fixing slider interactions, checkbox form compatibility, and adding React 19 type support.
Key Highlights
- Fix Slider restrictToMarks prop not working with arrow keys
- Fix Checkbox.Card component not working with form.getInputProps
- Add checkOnSpace prop support to Tree
- Fix ScrollArea thumb opacity style
- Replace global JSX types with React.JSX for React 19 support
New Features
- Tree checkOnSpace prop
Full Release Notes
## What's Changed - `[@mantine/core]` Slider: Fix `restrictToMarks` prop not working with arrow and Home/End keys correctly - `[@mantine/core]` Checkbox: Fix Checkbox.Card component not working with `form.getInputProps` - `[@mantine/core]` Tree: Add `checkOnSpace` prop support (#7132) - `[@mantine/core]` ScrollArea: Fix opacity style of `thumb` being too specific (#7149) - `[@mantine/dates]` Add `withWeekNumbers` prop support to all components based on Calendar (#7179) - `[@mantine/core]` Replace global `JSX` types with `React.JSX` to support React 19 types (#7178) ## New Contributors * @yesmeck made their first contribution in https://github.com/mantinedev/mantine/pull/7178 * @ustun-ed made their first contribution in https://github.com/mantinedev/mantine/pull/7181 **Full Changelog**: https://github.com/mantinedev/mantine/compare/7.14.2...7.14.3