← All Releases
1.0.20
October 29, 2025Per-instance styling via component-class prop for Modal, Popover, and Tooltip; Input icon centering fix
Summary
- Added instance-level styling hooks for overlay components.
- Improved customization control without global style overrides.
- Fixed icon alignment in Input.
Added
- Added
{component}-classprops for Modal, Popover, and Tooltip content wrappers (for example,popover-class="custom-popover").
Changed
- Updated style override strategy to support per-instance CSS variable customization.
Fixed
- Fixed Input icon vertical alignment by introducing a proper wrapper for input and icon slots.
Breaking Changes
- None.