8.2.5

mantinedev/mantine8.2.5Aug 16, 2025by rtivital

AI Summary

Maintenance release focusing on ScrollArea resizing behavior, TagsInput backspace handling, NumberInput trailing zeros, and multiline input padding fixes, along with type updates for `use-list-state`.

Key Highlights

  • Fixed ScrollArea.Autosize not resizing when width of children changes
  • Fixed scrollbars not resizing correctly with dynamic content
  • Fixed TagsInput backspace key removing values with `readOnly` prop set
  • Fixed NumberInput incorrect trailing zeros handling for decimal values

Full Release Notes

## What's Changed
- `[@mantine/core]` ScrollArea: Fix ScrollArea.Autosize not resizing when width of children changes (#8160)
- `[@mantine/core]` ScrollArea: Fix scrollbars not resizing correctly with dynamic content (#8162)
- `[@mantine/core]` TagsInput: Fix backspace key removing values with `readOnly` prop set (#8066)
- `[@mantine/core]` NumberInput: Fix incorrect trailing zeros handling for decimal values (#8089)
- `[@mantine/core]` Fix incorrect padding of multiline inputs (#8156)
- `[@mantine/hooks]` use-list-state: Update types to allow state function initializer (#8157)

## New Contributors
* @Jannchie made their first contribution in https://github.com/mantinedev/mantine/pull/8156
* @mrdjohnson made their first contribution in https://github.com/mantinedev/mantine/pull/8169
* @davlatsultonov made their first contribution in https://github.com/mantinedev/mantine/pull/8168
* @brofar made their first contribution in https://github.com/mantinedev/mantine/pull/8163
* @monam2 made their first contribution in https://github.com/mantinedev/mantine/pull/8162
* @pgrones made their first contribution in https://github.com/mantinedev/mantine/pull/8160

**Full Changelog**: https://github.com/mantinedev/mantine/compare/8.2.4...8.2.5