7.17.5

mantinedev/mantine7.17.5Apr 24, 2025by rtivital

AI Summary

Adds a getInitialValues handler to forms and fixes various component behaviors including focus, tooltips, and modal interactions.

Key Highlights

  • Add form.getInitialValues handler
  • Fix RangeSlider first thumb focus
  • Fix RadarChart tooltip and dots support
  • Fix Modal Escape key handling during IME composition
  • Add maxHeight prop support to Table.ScrollContainer

New Features

  • Form getInitialValues handler

Full Release Notes

## What's Changed
- `[@mantine/form]` Add `form.getInitialValues` handler
- `[@mantine/core]` RangeSlider: Fix first thumb not being focused when the component root is clicked (#7731)
- `[@mantine/core]` PillsInput: Remove lefover `multiline` prop types (#7727)
- `[@mantine/charts]` CompositeChart: Fix `type="stacked"` being confused with BarChart behavior
- `[@mantine/core]` Notification: Allow changing role attribute on the root element (#7682)
- `[@mantine/hooks]` use-idle: Fix `wheel` event not being tracked (#7669)
- `[@mantine/core]` Table: Add `maxHeight` prop support to `Table.ScrollContainer` (#7713)
- `[@mantine/core]` Modal: Fix incorrect Escape key handling during IME composition (#7700)
- `[@mantine/form]` Add `defaultChecked` to `form.getInputProps` return type (#7702)
- `[@mantine/hooks]` use-hotkeys: Update matching logic to include both physical and layout keys (#7708)
- `[@mantine/dates]` Fix day.js isSame function not working correctly for non-Gregorian calendars (#7712)
- `[@mantine.core]` SegmentedControl: Fix animation not working with controlled value (#7721)

## New Contributors
* @danielytics made their first contribution in https://github.com/mantinedev/mantine/pull/7708
* @tvandoren made their first contribution in https://github.com/mantinedev/mantine/pull/7702
* @AliAkrem made their first contribution in https://github.com/mantinedev/mantine/pull/7669
* @scato3 made their first contribution in https://github.com/mantinedev/mantine/pull/7739

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.17.4...7.17.5