7.5.3

mantinedev/mantine7.5.3Feb 16, 2024by rtivital

AI Summary

Bug fixes for NumberInput borders, ScrollArea offset, and PinInput behavior.

Key Highlights

  • Fixed double border appearing between NumberInput controls on low resolution screens.
  • Fixed `offsetScrollbars` not working on the y-axis in ScrollArea.
  • Fixed PinInput not being updated with `length` prop changes.
  • Fixed incorrect margins in Card sections.

Full Release Notes

## What's Changed
- `[@mantine/core]` NumberInput: Fix double border between controls appeared on low resolution screens (#5753)
- `[@mantine/hooks]` use-hotkeys: Fix incorrect `HotkeyItem` type (#5705)
- `[@mantine/hooks]` use-resize-observer: Fix incorrect ref type (#5759)
- `[@mantine/core]` ScrollArea: Fix `offsetScrollbars` not working on y-axis (#5762)
- `[@mantine/core]` NavLink: Add `collapse` Styles API selector (#5776)
- `[@mantine/hooks]` Fixed initial value of the `online` attribute returned by `useNetwork()` in Firefox (#5766)
- `[@mantine/core]` PinInput: Fix inputs not being updated with `length` prop changes
- `[@mantine/core]` PinInput: Fix incorrect `onComplete` behavior (#5774, #5771)
- `[@mantine/core]` Card: Fix incorrect margins in first and last sections when `CardSection` component is used instead of `Card.Section` (#5742)
- `[@mantine/core]` Tooltip: Fix multiline prop not working correctly in `Tooltip.Floating` component
## New Contributors
* @nikolaistarostin made their first contribution in https://github.com/mantinedev/mantine/pull/5772
* @rilrom made their first contribution in https://github.com/mantinedev/mantine/pull/5762

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.5.2...7.5.3