Skip to content

v0.1.20

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 13:51
· 14 commits to main since this release

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, and labelInline, 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)