7.14.1

mantinedev/mantine7.14.1Nov 16, 2024by rtivital

AI Summary

A patch release fixing hotkeys, Popover interactions, and chart label formatting issues.

Key Highlights

  • Fix use-hotkeys + sign not being supported
  • Fix Popover styles prop and onOpen/onClose callbacks
  • Fix Chart valueFormatter not working in point labels
  • Fix NumberInput safe integer handling
  • Fix Combobox incorrect aria-controls attribute

Full Release Notes

## What's Changed
- `[@mantine/hooks]` use-hotkeys: Fix `+` sign not being supported (syntax: `shift+[plus]`) (#7123)
- `[@mantine/core]` Popover: Fix `styles` prop being handled incorrectly (#7120)
- `[@mantine/charts]` Fix `valueFormatter` not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
- `[@mantine/core]` Popover: Fix `onOpen` and `onClose` callbacks being called on each render (#7022, #7111, #7115)
- `[@mantine/core]` Menu: Fix `Blocked aria-hidden` warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
- `[@mantine/core]` Fix `top` style prop not being conveted to rem (#7112)
- `[@mantine/dates]` DateInput: Fix `defaultDate` prop not working when the value is set to `null` (#4426)
- `[@mantine/core]` NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
- `[@mantine/core]` NumberInput: Fix value being reverted to start value if intial component value is a string
- `[@mantine/notifications]` Fix `NotificationData` type being too broad (#7097)
- `[@mantine/core]` RingProgress: Add `transitionDuration` prop support (#7103)
- `[@mantine/core]` TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
- `[@mantine/core]` Combobox: Fix incorrect `aria-controls` attribute being set on the target element when the dropdown is closed (#7114)

## New Contributors
* @Samy0412 made their first contribution in https://github.com/mantinedev/mantine/pull/7114

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1