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

7.0.0-beta.1

Choose a tag to compare

@rtivital rtivital released this 23 Aug 14:04
· 184 commits to master since this release
  • Add option to force specific color scheme on MantineProvider– https://v7.mantine.dev/theming/color-schemes#force-color-scheme
  • Fix incorrect PasswordInput Styles API type
  • Fix data not being updated in colors generator when new color is picked
  • Fix incorrect decrement handling in NumberInput
  • Fix Menu not exposing extend and classes
  • Add missing hidden inputs to Select, TagsInput and MultiSelect components for uncontrolled forms
  • Add toggleColorScheme method to useMantineColorScheme hook
  • Fix order and offset props passed down to the html element attributes of Grid.Col