Skip to content

v4.51.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 04:41
· 41 commits to main since this release
7b0d2b9

Minor Changes

  • 1eb0386: DropDown: Enhanced component with controlled/uncontrolled state
    support
    • Added onOpenChange prop for controlled state management
    • Improved state handling with proper controlled/uncontrolled mode detection
    • Expanded test coverage for both controlled and uncontrolled modes
    • Updated Storybook stories with new controlled state examples