Skip to content

7.4.1

Compare
Choose a tag to compare
@rtivital rtivital released this 09 Jan 07:23
· 622 commits to master since this release

What's Changed

  • [@mantine/core] Combobox: Fix numpad enter not working (#5526)
  • [@mantine/core] Combobox: Fix onClose prop not working (#5509)
  • [@mantine/core] AppShell: Fix header height 0 not working (#5514)
  • [@mantine/core] ColorPicker: Fix incorrect background gradient in AlphaSlider (#5518)
  • [@mantine/core] Indicator: Fix autoContrast being passed to the dom node as attribute (#5508)
  • [@mantine/core] NumberInput: Fix allowLeadingZeros prop not working
  • [@mantine/core] NumberInput: Fix incorrect controls border color in disabled state
  • [@mantine/core] NumberInput: Fix incorrect -0.0, -0.00, -0.000 ... inputs handling
  • [@mantine/core] Popover: Improve width prop type
  • [@mantine/core] Improve types of data prop in Autocomplete and TagsInput components
  • [@mantine/core] MultiSelect: Fix required prop not displaying required asterisk
  • [@mantine/hooks] use-scroll-into-view: Improve types (#5426)
  • [@mantine/core] MultiSelect: Fix incorrect pointer-events style on the right section (#5472)
  • [@mantine/core] Fix breakpoints defined in px being transformed into em when visibleFrom and hiddenFrom props are used (#5457)
  • [@mantine/core] Rating: Improve size type (#5470)
  • [@mantine/core] ScrollArea: Fix ScrollArea.Autosize working incorrectly with some tables (#5481)
  • [@mantine/core] NumberInput: Add support for numbers that are larger than Number.MAX_SAFE_INTEGER (#5471)
  • [@mantine/core] Combobox: Fix readonly data array not being supported (#5477)
  • [@mantine/charts] Fix incorrect y-axis styles in RTL (#5505)

New Contributors

Full Changelog: 7.4.0...7.4.1