This repository was archived by the owner on Sep 18, 2023. It is now read-only.
Releases: rtivital/mantine-v7
Releases Β· rtivital/mantine-v7
7.0.0-beta.7
- 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
- Add
rootRefprop support to Chip, Checkbox, Switch and Radio to allow usage with Tooltip and other similar components - Add missing UseFormInput @mantine/form export type
- Fix
fluidprop passed to the dom node in Container - Fix disabled input styles not working in Firefox
- Fix
allowNegativeprop not working correctly in NumberInput component - Add Box component documentation
- Fix incorrect color of NativeSelect value when it is used in the
rightSectionof other input - Fix incorrect default pointer events value of Select rightSection
- Add Combobox chevron to MultiSelect
- Default CSS variables were moved to
.cssfiles to reduce output markup in most of components β now CSS variables are added in componentstyleattribute 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
subtleandtransparentvariants - Fix color swatches being squashed in ColorPicker in mobile Safari
- DatesProvider now supports setting timezone
7.0.0-beta.5
- Fix incorrect variables generated from
theme.headingsin 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
idattribute set on all inputs withidprop is set - Migrate
react-beautiful-dndto@hello-pangea/dnd - Fix
Imagecomponent taking all available space in flex container if width is not defined - Add missing default
sizeprop to Container - Fix Badge taking all available space in flex containers when
fullWidthprop 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.blackin light color scheme andtheme.whitein 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
idattribute not set on PasswordInput correctly
7.0.0-beta.4
- Fix
unstyledprop not working correctly in some components - Fix incorrect Styles API props types for compound components β
unstyledprop was removed from types,classNamesandstylesprops were changed to accept only records (callback functions types were removed) - Add missing
Combobox.extendfunction - Fix color scheme not being updated when
forceColorSchemeis changed on MantineProvider - Fix
precisionprop not working in RangeSlider label formatting - Fix incorrect precision in RangeSlider value when the value is changed with right/left arrows
- Fix
idprop not overriding default id in all inputs - Downgrade type-fest to allow installing packages with Node.js <16
7.0.0-beta.3
- Fix option value displayed in MultiSelect values instead of label
- Fix MultiSelect throwing error when value is not found in the data array
- Fix
hidePickedOptionsprop not working when option value is different from label in MultiSelect component - Fix incorrect Table borders if
thelement is used insidetbody - Fix incorrect Card.Section spacing in production
- Mobile version of documentation now supports search
- Add controlled search value support to Select
- Add
allowDeselectprop to Select component
7.0.0-beta.2
- Fix animations in
@mantine/notificationspackage not triggering correctly in some cases - Fix
leftSectionPointerEventsprop not working in PasswordInput - Fix incorrect types of
wrapperPropsin 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
readOnlyprop not disabling keyboard events in Select, Autocomplete, MultiSelect and TagsInput components - Fix
readOnlyprop not working in NumberInput component - Fix Progress.Root being invisible unless
sizeprop 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
- 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
@mantine/tiptappackage fully migratedNavLinkandSpoilercomponents migrated- The migration is fully finished, you are welcome to install the beta version, try things out and provide feedback on GitHub or Discord
7.0.0-alpha.22
- More components migrated: Radio, Timeline, Dialog, Flex, List
@mantine/code-highlight(replacement for@mantine/prism) package fully migrated@mantine/datespackage fully migrated@mantine/modalspackage fully migrated
7.0.0-alpha.21
- More components migrated: Stepper, ColorInput, ThemeIcon, LoadingOverlay
- NumberInput component was migrated to react-number-format, it now supports new features
@mantine/formpackage fully migrated@mantine/dropzonepackage fully migrated@mantine/nprogresspackage fully migrated