v0.1.20
v0.1.20 (2025-01-21)
Fix
-
fix(dropdown): fix issues with z-index too high (
05a9321
) -
fix(ui): Enhance StringInput and introduce ToggleButton widget
- Updated StringInput component to include new props:
isValid
,validationMessage
, andlabelInline
, improving validation handling and layout options. - Refactored validation logic to utilize a callback for custom validation, enhancing flexibility.
- Introduced a new ToggleButton widget for better user interaction, complete with icon support and state management.
- Updated CSS styles for improved layout and visual consistency across components.
These changes collectively enhance the functionality and usability of the numerous widgets. (de23add
)