9.0.1
shadcn-ui/ui9.0.1Apr 6, 2026by rtivital
AI Summary
A bug fix release addressing issues with overlays, progress rings, inputs, sliders, and focus rings across multiple components.
Key Highlights
- Fixed LoadingOverlay double visibility
- Added `rootRef` prop support to Input
- Fixed Slider orientation inheritance
- Fixed Checkbox.Group with primitive values
New Features
- `rootRef` prop on Input
- Custom reference lines in charts
- Fixed `loading` prop handling in TagsInput and MultiSelect
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