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

Releases: rtivital/mantine-v7

7.0.0-beta.7

17 Sep 18:10

Choose a tag to compare

  • Fix incorrect copy button styles in code highlight
  • Fix incorrect Alert styles in rtl mode
  • Fix incorrect Accordion.Control label alignment in rtl
  • Fix accessibility issues in Combobox and CodeHighlight components
  • Fix broken loader styles in Button and ActionIcon

7.0.0-beta.6

16 Sep 17:45

Choose a tag to compare

  • Add rootRef prop support to Chip, Checkbox, Switch and Radio to allow usage with Tooltip and other similar components
  • Add missing UseFormInput @mantine/form export type
  • Fix fluid prop passed to the dom node in Container
  • Fix disabled input styles not working in Firefox
  • Fix allowNegative prop not working correctly in NumberInput component
  • Add Box component documentation
  • Fix incorrect color of NativeSelect value when it is used in the rightSection of other input
  • Fix incorrect default pointer events value of Select rightSection
  • Add Combobox chevron to MultiSelect
  • Default CSS variables were moved to .css files to reduce output markup in most of components – now CSS variables are added in component style attribute only if you set corresponding props
  • Fix svg icons alignment in Spotlight actions sections
  • CloseButton was decoupled from ActionIcon to reduce output markup, it now supports only subtle and transparent variants
  • Fix color swatches being squashed in ColorPicker in mobile Safari
  • DatesProvider now supports setting timezone

7.0.0-beta.5

12 Sep 13:22

Choose a tag to compare

  • Fix incorrect variables generated from theme.headings in vanilla extract package
  • Update light variant colors to have better contrast with dark color scheme
  • Update Autocomplete data formats documentation to avoid confusion between label/value usage
  • Fix incorrect id attribute set on all inputs with id prop is set
  • Migrate react-beautiful-dnd to @hello-pangea/dnd
  • Fix Image component taking all available space in flex container if width is not defined
  • Add missing default size prop to Container
  • Fix Badge taking all available space in flex containers when fullWidth prop is not set
  • Add missing tap-highlight styles to Checkbox, Radio and Rating components
  • Add remove scroll classes to AppShell.Header and AppShell.Footer by default to avoid layout shifts when Modal/Drawer is opened
  • Add c="bright" style prop support to all components – theme.black in light color scheme and theme.white in dark color scheme
  • Fix CodeHighlightTabs not collapsing correctly with collapsed prop is set in Safari
  • Fix CodeHighlightTabs tab control not aligned correctly in Safari
  • Fix id attribute not set on PasswordInput correctly

7.0.0-beta.4

07 Sep 15:23

Choose a tag to compare

  • 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

7.0.0-beta.3

05 Sep 07:39

Choose a tag to compare

  • Fix option value displayed in MultiSelect values instead of label
  • Fix MultiSelect throwing error when value is not found in the data array
  • Fix hidePickedOptions prop not working when option value is different from label in MultiSelect component
  • Fix incorrect Table borders if th element is used inside tbody
  • Fix incorrect Card.Section spacing in production
  • Mobile version of documentation now supports search
  • Add controlled search value support to Select
  • Add allowDeselect prop to Select component

7.0.0-beta.2

27 Aug 12:36

Choose a tag to compare

  • Fix animations in @mantine/notifications package not triggering correctly in some cases
  • Fix leftSectionPointerEvents prop not working in PasswordInput
  • Fix incorrect types of wrapperProps in all inputs
  • Fix incorrect Select dropdown hidden logic when nothing found message is not provided
  • Fix missing ref types in DatePicker, MonthPicker, YearPicker and corresponding picker components
  • Fix readOnly prop not disabling keyboard events in Select, Autocomplete, MultiSelect and TagsInput components
  • Fix readOnly prop not working in NumberInput component
  • Fix Progress.Root being invisible unless size prop is explicitly set
  • Fix incorrect Textarea and JsonInput ref types
  • Fix missing Notifications system prop types docs
  • Add getting started with dates documentation page
  • Fix incorrect separator margins in Stepper with horizontal orientation
  • Change default color scheme to light to avoid confusion with automatic color scheme changes

7.0.0-beta.1

23 Aug 14:04

Choose a tag to compare

  • 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

7.0.0-beta.0

17 Aug 12:38

Choose a tag to compare

  • @mantine/tiptap package fully migrated
  • NavLink and Spoiler components migrated
  • The migration is fully finished, you are welcome to install the beta version, try things out and provide feedback on GitHub or Discord

https://v7.mantine.dev/

7.0.0-alpha.22

13 Aug 13:33

Choose a tag to compare

  • More components migrated: Radio, Timeline, Dialog, Flex, List
  • @mantine/code-highlight (replacement for @mantine/prism) package fully migrated
  • @mantine/dates package fully migrated
  • @mantine/modals package fully migrated

7.0.0-alpha.21

06 Aug 08:41

Choose a tag to compare

  • More components migrated: Stepper, ColorInput, ThemeIcon, LoadingOverlay
  • NumberInput component was migrated to react-number-format, it now supports new features
  • @mantine/form package fully migrated
  • @mantine/dropzone package fully migrated
  • @mantine/nprogress package fully migrated