Mantine 9.2.1

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
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 if sticky prop set (#8778)
  • [@mantine/core] Fix error id not being passed to aria-describedby in Checkbox, Radio and Switch components (#8820)
  • [@mantine/core] Add aria-valuetext support to Slider and RangeSlider (#8871)
  • [@mantine/schedule] MonthView: Improve multi-day events overlap rendering for maxed-out days (#8874)
  • [@mantine/core] Fix mergeMantineTheme mutated DEFAULT_THEME.headings (#8875)
  • [@mantine/hooks] use-debounced-value: Fix leading callback 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] Change useFsAccessApi to false by default to make Dropzone compatible with all current browsers (#8876)
  • [@mantine/schedule] Fix incorrect events positioning with intervalMinutes={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

Full Changelog: https://github.com/mantinedev/mantine/compare/9.2.0...9.2.1

View original

Upgraded? How did it go?

Discussion