yarn @mantine/notifications 7.0.1

latest releases: 7.12.2, 7.12.1, 7.12.0...
12 months ago

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 broken theme.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: Fix AppShell.Main not taking up full height (#4842)
  • [@mantine/core] Input: Fix incorrect focus styles when error prop is set (#4832)
  • [@mantine/core] Add clearable prop back to Select, MultiSelect and TagsInput components
  • [@mantine/core] Portal: Reduce output DOM structure to a single div element, add data-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] Fix onBlur called each time controls are clicked (#3209)
  • [@mantine/core] Add aria-describedby and aria-labelledby attributes to Radio.Group, Checkbox.Group and Switch.Group components (#3170)
  • [@mantine/core] Spoiler: Add aria-expanded and aria-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 if withSecond prop is not set (#4737)
  • [@mantine/dropzone] Fix Dropzone.FullScreen staying opened after file was droppped for the first time (#4580)
  • [@mantine/core] Modal: Fix closeButtonProps not including CloseButtonProps (#4793)
  • [@mantine/core] Select: Fix id prop not setting id attribute on the input element (#4809)
  • [@mantine/core] Allow using custom keys in theme.spacing and other similar values when theme is extended with createTheme
  • [@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 when keepMounted 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 when striped prop is set (#4817)
  • [@mantine/core] Fix styles breaking if color scheme value in local storage is not valid

New Contributors

Full Changelog: 7.0.0...7.0.1

Don't miss a new notifications release

NewReleases is sending notifications on new releases.