Skip to content

5.9.1

Compare
Choose a tag to compare
@rtivital rtivital released this 04 Dec 12:15
· 2481 commits to master since this release

What's Changed

  • [@mantine/styles] Add access to theme in defaultProps (#2950)
  • [@mantine/hooks] use-hotkeys: Add option to specify tags that should be ignored (#3045)
  • [@mantine/form] Fix incorrect dirty state of the fields calculation after one of list actions was called (#3025)
  • [@mantine/core] Select: Fix limit prop not working when current value matches one of the items from data (#3070)
  • [@mantine/form] Fix incorrect form.isValid behavior when nested field has error (#3080)
  • [@mantine/hooks] use-hash: Fix unexpected rerendering with hash without # (#3097)
  • [@mantine/core] Add arrowPosition prop to Tooltip and Popover components to configure how the arrow is position relative to the target element (#3100)
  • [@mantine/form] Fix implicit any type in validation rules for strict TS mode (#3101)
  • [@mantine/core] TypographyStylesProvider: Add borderLeft to blockquote to make component look the same way as Blockquote component (#3103)
  • [@mantine/core] Table: Fix incorrect styles applied to td/th elements with borders and colspan/rowspan (#3106)
  • [@mantine/spotlight] Fix theme.defaultRadius not being respected
  • [@mantine/core] Select: Fix theme.defaultRadius not being respected by default item component
  • [@mantine/core] Radio: Automatically generate name if it was not provided via prop
  • [@mantine/dropzone] Add the getFilesFromEvent and validator props (#3053)
  • [@mantine/hooks] use-media-query: Fix given initialValue not being used (#3085)

New Contributors

Full Changelog: 5.9.0...5.9.1