Skip to content

v0.0.2-beta.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Nov 12:13
· 33 commits to main since this release

   🚀 Features

  • alert-dialog:
    • add showIcon prop to control icon visibility in AlertDialog component  -  by @soybeanjs (c8b70)
  • dialog:
    • add beforeClose prop to DialogClose component to control closing behavior  -  by @soybeanjs (35bd1)
    • update beforeClose prop to allow returning void in Dialog and AlertDialog components  -  by @soybeanjs (f295b)
    • implement useDialog composable and integrate DialogProvider for enhanced dialog management  -  by @soybeanjs (2041c)
  • docs:
    • add demo components and enhance button documentation with new examples  -  by @soybeanjs (9c51e)
  • theme:
    • add mergeUi function for combining UI class values from target and source objects  -  by @soybeanjs (fe58d)
  • toast:
    • introduce Toast component with context management and swipe functionality  -  by @soybeanjs (54299)
    • enhance Toast component with viewport context, new props, and demo examples  -  by @soybeanjs (af068)

   🐞 Bug Fixes

  • alert-dialog: rename DialogClose to AlertDialogClose for consistency  -  by @soybeanjs (10de6)
  • docs: update 'useModal' entry to 'useDialog' in README  -  by @soybeanjs (3bd6f)

   💅 Refactors

  • dialog: restructure dialog context and provider, removing legacy code and enhancing dialog management  -  by @soybeanjs (de4f2)

   📖 Documentation

   🏡 Chore

    View changes on GitHub