What's Changed
[@mantine/core]
Loader: Make dots loader look the same as in v6 (#4801)[@mantine/core]
Button: Fix incorrect disabled styles of outline variant (#4815)[@mantine/core]
Fix brokentheme.other
type override type in .d.ts files (#4831)[@mantine/core]
SegmentedControl: Fix error when selected item removed from the data array (#4122)[@mantine/core]
AppShell: FixAppShell.Main
not taking up full height (#4842)[@mantine/core]
Input: Fix incorrect focus styles whenerror
prop is set (#4832)[@mantine/core]
Addclearable
prop back to Select, MultiSelect and TagsInput components[@mantine/core]
Portal: Reduce output DOM structure to a single div element, adddata-portal
attribute to the root portal element to indentify portals in devtools[@mantine/code-highlight]
Add missing static classes on CodeHighlight and CodeHighlightTabs components[@mantine/hooks]
use-local-storage: Fix hook throwing error if local storage is blocked by user (#3259)[@mantine/tiptap]
FixonBlur
called each time controls are clicked (#3209)[@mantine/core]
Addaria-describedby
andaria-labelledby
attributes to Radio.Group, Checkbox.Group and Switch.Group components (#3170)[@mantine/core]
Spoiler: Addaria-expanded
andaria-controls
attributes to show/hide control (#3183)[@mantine/core]
Spoiler: Change tab order of the show/hide button to make it receive focus before the content (#3183)[@mantine/form]
Fix incorrect values type in deeply nested validation rules (#4735)[@mantine/dates]
DateTimePicker: Set seconds to 0 ifwithSecond
prop is not set (#4737)[@mantine/dropzone]
Fix Dropzone.FullScreen staying opened after file was droppped for the first time (#4580)[@mantine/core]
Modal: FixcloseButtonProps
not includingCloseButtonProps
(#4793)[@mantine/core]
Select: Fixid
prop not settingid
attribute on the input element (#4809)[@mantine/core]
Allow using custom keys intheme.spacing
and other similar values when theme is extended withcreateTheme
[@mantine/core]
PasswordInput: Fix input field not taking entire width of the field in Firefox[@mantine/core]
Add default props to Group and Stack to prevent unwanted inheritance[@mantine/core]
Menu: Fix dropdown opening whenkeepMounted
prop is set and outside click is registered[@mantine/core]
Select: Fix search value not updating when data array changes (#4822)[@mantine/core]
Fix broken colors override type (#4816)[@mantine/core]
Table: Fix row hover not working in dark mode whenstriped
prop is set (#4817)[@mantine/core]
Fix styles breaking if color scheme value in local storage is not valid
New Contributors
- @jason-lee88 made their first contribution in #4778
- @suenalaba made their first contribution in #4794
- @Brucia323 made their first contribution in #4800
- @WillKirkmanM made their first contribution in #4813
- @iamtomffee made their first contribution in #4818
- @mateuscqueiros made their first contribution in #4817
- @matheusvellone made their first contribution in #4816
- @DoubleJ-G made their first contribution in #4822
- @eluce2 made their first contribution in #4835
- @MrMaina100 made their first contribution in #4848
- @RobinTTY made their first contribution in #4842
- @jonavila made their first contribution in #4801
- @Codeprinz-1 made their first contribution in #4569
- @jopesh made their first contribution in #4792
- @chrisbendel made their first contribution in #4872
Full Changelog: 7.0.0...7.0.1