Skip to content

5.1.5

Compare
Choose a tag to compare
@rtivital rtivital released this 13 Aug 08:12
· 3185 commits to master since this release

What's Changed

  • [@mantine/hooks] use-viewport-size: Add missing size calculation to useEffect (#2085)
  • [@mantine/carousel] Add dynamic slides handling (#2074)
  • [@mantine/core] Fix keys errors in Select and MultiSelect components when items with group are mixed with items without groups (#2045)
  • [@mantine/core] Fix incorrect creatable item styles calculation and issue with repeated key (#1662)
  • [@mantine/hooks] use-interval: Ensure that only one running interval can be rutting at a time (#2093)
  • [@mantine/spotlight] Fix closeOnTrigger with not working correctly with 'Enter' key (#2066)
  • [@mantine/core] Button: Fix incorrect overlap between buttons in Button.Group for screens with low resolution (#1979)
  • [@mantine/core] Allow usage of Toolip with Popover.Target, HoverCard.Target and Menu.Target (#1897)
  • [@mantine/carousel] Add useAnimationOffsetEffect hook to fix issue with incorrect slides offset when Carousel is used in animated container, for example in Modal (#2041)
  • [@mantine/core] NumberInput: Fix incorrect events handling for composite events (#1935)
  • [@mantine/hooks] use-hotkeys: Add option to use getHotkeyHandler with .addEventListener events (#1952)
  • [@mantine/styles] Fix incorrect theme.spacing calculation when it is overridden with 0 values (#1832)

New Contributors

Full Changelog: 5.1.4...5.1.5