8.3.2

mantinedev/mantine8.3.2Sep 23, 2025by rtivital

AI Summary

Bug fixes for Dates, Charts, Hooks, and Core components including Nav, Menu, List, and Input.

Key Highlights

  • Dates: Fix `getDayProps` types and `allowDeselect` with Backspace
  • Charts: Fix Heatmap months display
  • Menu: Add missing `onChange` type to Sub
  • Input: Fix alignment of right section with clear button

Full Release Notes

## What's Changed
- `[@mantine/dates]` Fix `getDayProps` not including types for `data-*` attributes (#8275)
- `[@mantine/date]` DateInput: Fix `allowDeselect` not allowing to clear the input value with `Backspace` key (#8229)
- `[@mantine/date]` DateInput: Fix `allowDeselect` not allowing to clear the input value with `Backspace` key
- `[@mantine/charts]` Heatmap: Fix months displaying as splitted even if `splitMonths` is not set
- `[@mantine/hooks]` use-click-outside: Pass event object as an argument to the callback function (#8282)
- `[@mantine/core]` NavLink: Fix passed `onClick/onKeyDown` preventing expand/collapse of child nodes (#8294)
- `[@mantine/hooks]` use-window-scroll: Limit number of state updates with `requestAnimationFrame` (#8287)
- `[@mantine/dates]` TimePicker: Fix page scrolling to the top on keyboard navigation (#8237)
- `[@mantine/core]` Menu: Add missing `onChange` type to `Menu.Sub` (#8292)
- `[@mantine/core]` List: Fix nested list items overflowing parent list container (#8269)
- `[@mantine/core]` Input: Fix alignment of right section with clear button (#8254)
- `[@mantine/form]` Fix `nodenext` resolutions (#8260)
- `[@mantine/spotlight]` Improve group label encoding logic (#8264)

## New Contributors
* @ahmedsemih made their first contribution in https://github.com/mantinedev/mantine/pull/8266
* @terrydkim made their first contribution in https://github.com/mantinedev/mantine/pull/8269
* @samuelkarani made their first contribution in https://github.com/mantinedev/mantine/pull/8176
* @narminmolina made their first contribution in https://github.com/mantinedev/mantine/pull/8291
* @wo-o29 made their first contribution in https://github.com/mantinedev/mantine/pull/8287
* @Redbird10 made their first contribution in https://github.com/mantinedev/mantine/pull/8294
* @ThoDon made their first contribution in https://github.com/mantinedev/mantine/pull/8282

**Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.1...8.3.2