What's Changed
[@mantine/hooks]
use-hotkeys: Fix+
sign not being supported (syntax:shift+[plus]
) (#7123)[@mantine/core]
Popover: Fixstyles
prop being handled incorrectly (#7120)[@mantine/charts]
FixvalueFormatter
not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)[@mantine/core]
Popover: FixonOpen
andonClose
callbacks being called on each render (#7022, #7111, #7115)[@mantine/core]
Menu: FixBlocked aria-hidden
warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)[@mantine/core]
Fixtop
style prop not being conveted to rem (#7112)[@mantine/dates]
DateInput: FixdefaultDate
prop not working when the value is set tonull
(#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]
FixNotificationData
type being too broad (#7097)[@mantine/core]
RingProgress: AddtransitionDuration
prop support (#7103)[@mantine/core]
TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)[@mantine/core]
Combobox: Fix incorrectaria-controls
attribute being set on the target element when the dropdown is closed (#7114)
New Contributors
Full Changelog: 7.14.0...7.14.1