Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 08:49
· 18 commits to main since this release
0e53a94

Patch Changes

  • #1541 af49b10 Thanks @SutuSebastian! - fix(ui~cli): path normalzation for windows support (setup plugins paths)

  • #1539 6caecce Thanks @SutuSebastian! - refactor(Alert): onDismiss prop

    • Changed the type of onDismiss prop in Alert component from boolean to a function type
    • Removed onDismiss default values from various Alert stories to align with the updated prop type