|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v0.0.2-beta.13](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.12...v0.0.2-beta.13) (2025-11-18) |
| 5 | + |
| 6 | +### 🚀 Features |
| 7 | + |
| 8 | +- **alert-dialog**: |
| 9 | + - add showIcon prop to control icon visibility in AlertDialog component - by @soybeanjs [<samp>(c8b70)</samp>](https://github.com/soybeanjs/soybean-ui/commit/c8b70a44) |
| 10 | +- **dialog**: |
| 11 | + - add beforeClose prop to DialogClose component to control closing behavior - by @soybeanjs [<samp>(35bd1)</samp>](https://github.com/soybeanjs/soybean-ui/commit/35bd150d) |
| 12 | + - update beforeClose prop to allow returning void in Dialog and AlertDialog components - by @soybeanjs [<samp>(f295b)</samp>](https://github.com/soybeanjs/soybean-ui/commit/f295be27) |
| 13 | + - implement useDialog composable and integrate DialogProvider for enhanced dialog management - by @soybeanjs [<samp>(2041c)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2041c072) |
| 14 | +- **docs**: |
| 15 | + - add demo components and enhance button documentation with new examples - by @soybeanjs [<samp>(9c51e)</samp>](https://github.com/soybeanjs/soybean-ui/commit/9c51ee7f) |
| 16 | +- **theme**: |
| 17 | + - add mergeUi function for combining UI class values from target and source objects - by @soybeanjs [<samp>(fe58d)</samp>](https://github.com/soybeanjs/soybean-ui/commit/fe58dad9) |
| 18 | +- **toast**: |
| 19 | + - introduce Toast component with context management and swipe functionality - by @soybeanjs [<samp>(54299)</samp>](https://github.com/soybeanjs/soybean-ui/commit/542997a1) |
| 20 | + - enhance Toast component with viewport context, new props, and demo examples - by @soybeanjs [<samp>(af068)</samp>](https://github.com/soybeanjs/soybean-ui/commit/af0680d5) |
| 21 | + |
| 22 | +### 🐞 Bug Fixes |
| 23 | + |
| 24 | +- **alert-dialog**: rename DialogClose to AlertDialogClose for consistency - by @soybeanjs [<samp>(10de6)</samp>](https://github.com/soybeanjs/soybean-ui/commit/10de6819) |
| 25 | +- **docs**: update 'useModal' entry to 'useDialog' in README - by @soybeanjs [<samp>(3bd6f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/3bd6fa7c) |
| 26 | + |
| 27 | +### 💅 Refactors |
| 28 | + |
| 29 | +- **dialog**: restructure dialog context and provider, removing legacy code and enhancing dialog management - by @soybeanjs [<samp>(de4f2)</samp>](https://github.com/soybeanjs/soybean-ui/commit/de4f28d2) |
| 30 | + |
| 31 | +### 📖 Documentation |
| 32 | + |
| 33 | +- **README**: |
| 34 | + - add installation and usage instructions for SoybeanUI - by @soybeanjs [<samp>(a6843)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a6843c82) |
| 35 | + - update component statuses - by @soybeanjs [<samp>(2a1ea)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2a1eaaf2) |
| 36 | + |
| 37 | +### 🏡 Chore |
| 38 | + |
| 39 | +- **deps**: |
| 40 | + - update deps - by @soybeanjs [<samp>(c8263)</samp>](https://github.com/soybeanjs/soybean-ui/commit/c826316d) |
| 41 | +- **package**: |
| 42 | + - add optional peer dependencies for nuxt, valibot, and zod - by @soybeanjs [<samp>(d5639)</samp>](https://github.com/soybeanjs/soybean-ui/commit/d5639ac5) |
| 43 | + - add dev:docs script for documentation development and typecheck script in docs - by @soybeanjs [<samp>(5eaba)</samp>](https://github.com/soybeanjs/soybean-ui/commit/5eabac48) |
| 44 | + |
| 45 | +### ❤️ Contributors |
| 46 | + |
| 47 | +[](https://github.com/soybeanjs) |
| 48 | + |
4 | 49 | ## [v0.0.2-beta.12](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.11...v0.0.2-beta.12) (2025-11-08) |
5 | 50 |
|
6 | 51 | ### 🐞 Bug Fixes |
|
0 commit comments