v0.0.2-beta.13
Pre-release
Pre-release
·
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
- README:
- add installation and usage instructions for SoybeanUI - by @soybeanjs (a6843)
- update component statuses - by @soybeanjs (2a1ea)
🏡 Chore
- deps:
- update deps - by @soybeanjs (c8263)
- package:
- add optional peer dependencies for nuxt, valibot, and zod - by @soybeanjs (d5639)
- add dev:docs script for documentation development and typecheck script in docs - by @soybeanjs (5eaba)