7.7.2

mantinedev/mantine7.7.2Apr 11, 2024by rtivital

AI Summary

Bug fixes for component styling and behavior, including CloseButton disabled states, AppShell safe area handling, ScrollArea scroll events, and NumberInput cursor logic.

Key Highlights

  • Added missing disabled styles to CloseButton
  • Fixed AppShell incorrect safe area handling for Footer
  • Fixed NumberInput cursor position when incrementing/decrementing
  • Fixed ScrollArea `viewportProps.onScroll` not working
  • Fixed ScrollArea incorrect horizontal scrollbar inset position

Full Release Notes

## What's Changed

- `[@mantine/core]` CloseButton: Add missing disabled styles (#6044)
- `[@mantine/core]` AppShell: Fix incorrect app safe area handling by AppShell.Footer (#6060)
- `[@mantine/core]` NumberInput: Fix cursor position changing when the value is incremented/decremented (#6004)
- `[@mantine/core]` TagsInput: Fix incorrect IME keyboard input handling for `Backspace` key (#6011)
- `[@mantine/charts]` Fix incorrect overflow styles of svg element (#6040)
- `[@mantine/core]` PinInput: Add `rootRef` prop support (#6032)
- `[@mantine/core]` ScrollArea: Fix `viewportProps.onScroll` not working (#6055)
- `[@mantine/core]` ScrollArea: Fix incorrect inset position of the horizontal scrollbar (#6059)
- `[@mantine/hooks]` use-local-storage: Fix infinite rerendering with object values (#6022)

## New Contributors
* @zo-ly made their first contribution in https://github.com/mantinedev/mantine/pull/6055

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.7.1...7.7.2