9.2.1
Added 3
- Add aria-valuetext support to Slider and RangeSlider
- Add accent insensitive option support to Highlight
- Add safe polygon support for Menu sub menus
Changed 2
- Improve MonthView multi-day events overlap rendering for maxed-out days
- Change useFsAccessApi to false by default to make Dropzone compatible with all current browsers
Fixed 13
- Fix tiptap controls having stale state when built with react compiler
- Fix highlighted area being stuck at the previously hovered chart legend section if mouse is moved quickly
- Fix incorrect duplicate modals ids handling
- Fix Table th borders being rendered transparent if sticky prop set
- Fix error id not being passed to aria-describedby in Checkbox, Radio and Switch components
- Fix mergeMantineTheme mutating DEFAULT_THEME.headings
- Fix use-debounced-value leading callback not being reset on timeout
- Fix some form handlers not being stable reference
- Fix incorrect events positioning with intervalMinutes={60}
- Fix PinInput keyboard shortcuts being blocked on numeric input type
- Fix default validators making form.validate return value async
- Fix ScrollArea Maximum update depth exceeded error
- Fix TreeSelect focus moving to input after clear button click
What's Changed
[@mantine/tiptap]Fix controls having stale state when built with react compiler (#8725)[@mantine/charts]Fix highlighted are being stuck at the previously hovered chart legend section if mouse is moved quickly (#8768)[@mantine/modals]Fix incorrect duplicate modals ids handling (#8736)[@mantine/core]Table: Fix th borders being rendered transparent ifstickyprop set (#8778)[@mantine/core]Fix error id not being passed toaria-describedbyin Checkbox, Radio and Switch components (#8820)[@mantine/core]Addaria-valuetextsupport to Slider and RangeSlider (#8871)[@mantine/schedule]MonthView: Improve multi-day events overlap rendering for maxed-out days (#8874)[@mantine/core]FixmergeMantineThememutatedDEFAULT_THEME.headings(#8875)[@mantine/hooks]use-debounced-value: Fixleadingcallback not being reset on timeout (#8833)[@mantine/core]Highlight: Add accent insensitive option support (#8890)[@mantine/form]Fix some handlers not being stable reference (#8891)[@mantine/dropzone]ChangeuseFsAccessApito false by default to make Dropzone compatible with all current browsers (#8876)[@mantine/schedule]Fix incorrect events positioning withintervalMinutes={60}(#8887)[@mantine/core]PinInput: Fix keyboard shorcuts being blocked on numeric input type (#8889)[@mantine/form]Fix default validators making form.validate return value async (#8880)[@mantine/core]Menu: Add safe polygon support for sub menus (#8888)[@mantine/core]ScrollArea: Fix Maximum update depth exceeded error[@mantine/core]TreeSelect: Fix focus to moving to input after clear button click
New Contributors
- @oab24413gmai made their first contribution in https://github.com/mantinedev/mantine/pull/8892
- @sarioglu made their first contribution in https://github.com/mantinedev/mantine/pull/8890
- @noahsilas made their first contribution in https://github.com/mantinedev/mantine/pull/8833
- @chaitanya-bhagavan made their first contribution in https://github.com/mantinedev/mantine/pull/8875
- @liamdon made their first contribution in https://github.com/mantinedev/mantine/pull/8874
- @oozan made their first contribution in https://github.com/mantinedev/mantine/pull/8820
- @Pirulax made their first contribution in https://github.com/mantinedev/mantine/pull/8736
Full Changelog: https://github.com/mantinedev/mantine/compare/9.2.0...9.2.1