9.0.1
mingrammer/diagrams9.0.1Apr 6, 2026by rtivital
AI Summary
Minor updates addressing rendering issues, accessibility attributes, and loading states to improve the robustness of core components.
Key Highlights
- Added `rootRef` prop support to Input component.
- Fixed `aria-invalid="false"` attribute being set incorrectly.
- Fixed `loading` prop not being handled correctly in TagsInput and MultiSelect.
- Fixed Badge text being cut off with specific fonts.
New Features
- rootRef prop support
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