Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

7.0.0-beta.4

Choose a tag to compare

@rtivital rtivital released this 07 Sep 15:23
· 110 commits to master since this release
  • Fix unstyled prop not working correctly in some components
  • Fix incorrect Styles API props types for compound components – unstyled prop was removed from types, classNames and styles props were changed to accept only records (callback functions types were removed)
  • Add missing Combobox.extend function
  • Fix color scheme not being updated when forceColorScheme is changed on MantineProvider
  • Fix precision prop not working in RangeSlider label formatting
  • Fix incorrect precision in RangeSlider value when the value is changed with right/left arrows
  • Fix id prop not overriding default id in all inputs
  • Downgrade type-fest to allow installing packages with Node.js <16