9.0.1

blakeblackshear/frigate9.0.1Apr 6, 2026by rtivital

AI Summary

Fixes numerous bugs across Mantine components including LoadingOverlay visibility, Input attributes, Slider orientation, and Chart reference lines.

Key Highlights

  • Added rootRef prop support to Input
  • Fixed aria-invalid attribute being set incorrectly
  • Fixed Checkbox.Group not working with generic primitive values
  • Added option to fully customize reference lines label in charts

New Features

  • rootRef prop support for Input

Full Release Notes

## What's Changed
- `[@mantine/core]` LoadingOverlay: Fix double overlay visible with dark color scheme (#8811)
- `[@mantine/core]` RingProgress: Add missing viewBox (#8806)
- `[@mantine/core]` Input: Add `rootRef` prop support
- `[@mantine/core]` Combobox: Fix `refProp` not working on `Combobox.Target` (#8798)
- `[@mantine/mcp-server]` Fix stdio transport to comply with MCP spec (#8792)
- `[@mantine/core]` Input: Fix `aria-invalid="false"` attribute being set (#8785)
- `[@mantine/core]` Slider: Fix incorrect orientation inheritance from the parent markup (#8791)
- `[@mantine/core]` Fix incorrect default placeholder size in PasswordInput and other components (#8793)
- `[@mantine/core]` Badge: Fix text being cut off with some fonts (#8788)
- `[@mantine/hooks]` use-scroller: Fix element dynamic resizing not being handled correctly (#8800)
- `[@mantine/core]` Fix `Checkbox.Group`, `Switch.Group`, `Radio.Group` and `Chip.Group` not working with generic primitive values (#8801)
- `[@mantine/core]` Popover: Fix missing `withProps` (#8802)
- `[@mantine/core]` Accordion: Fix focus ring being cut off (#8797)
- `[@mantine/charts]` Add option to fully customize reference lines label (#8790)
- `[@mantine/core]` Fix `loading` prop not being handled correctly in TagsInput and MultiSelect (#8803)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/9.0.0...9.0.1