Skip to content

Commit 42c29e4

Browse files
committed
chore(projects): release v0.0.2-beta.13
1 parent c826316 commit 42c29e4

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
# Changelog
22

33

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 &nbsp;-&nbsp; 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 &nbsp;-&nbsp; 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 &nbsp;-&nbsp; by @soybeanjs [<samp>(f295b)</samp>](https://github.com/soybeanjs/soybean-ui/commit/f295be27)
13+
- implement useDialog composable and integrate DialogProvider for enhanced dialog management &nbsp;-&nbsp; 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 &nbsp;-&nbsp; 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 &nbsp;-&nbsp; 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 &nbsp;-&nbsp; 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 &nbsp;-&nbsp; by @soybeanjs [<samp>(af068)</samp>](https://github.com/soybeanjs/soybean-ui/commit/af0680d5)
21+
22+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
23+
24+
- **alert-dialog**: rename DialogClose to AlertDialogClose for consistency &nbsp;-&nbsp; by @soybeanjs [<samp>(10de6)</samp>](https://github.com/soybeanjs/soybean-ui/commit/10de6819)
25+
- **docs**: update 'useModal' entry to 'useDialog' in README &nbsp;-&nbsp; by @soybeanjs [<samp>(3bd6f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/3bd6fa7c)
26+
27+
### &nbsp;&nbsp;&nbsp;💅 Refactors
28+
29+
- **dialog**: restructure dialog context and provider, removing legacy code and enhancing dialog management &nbsp;-&nbsp; by @soybeanjs [<samp>(de4f2)</samp>](https://github.com/soybeanjs/soybean-ui/commit/de4f28d2)
30+
31+
### &nbsp;&nbsp;&nbsp;📖 Documentation
32+
33+
- **README**:
34+
- add installation and usage instructions for SoybeanUI &nbsp;-&nbsp; by @soybeanjs [<samp>(a6843)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a6843c82)
35+
- update component statuses &nbsp;-&nbsp; by @soybeanjs [<samp>(2a1ea)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2a1eaaf2)
36+
37+
### &nbsp;&nbsp;&nbsp;🏡 Chore
38+
39+
- **deps**:
40+
- update deps &nbsp;-&nbsp; 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 &nbsp;-&nbsp; 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 &nbsp;-&nbsp; by @soybeanjs [<samp>(5eaba)</samp>](https://github.com/soybeanjs/soybean-ui/commit/5eabac48)
44+
45+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
46+
47+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
48+
449
## [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)
550

651
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/ui-docs",
33
"type": "module",
4-
"version": "0.0.2-beta.12",
4+
"version": "0.0.2-beta.13",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "SoybeanUI Docs is a documentation for SoybeanUI. It is designed to be easy to use and understand.",

headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/headless",
33
"type": "module",
4-
"version": "0.0.2-beta.12",
4+
"version": "0.0.2-beta.13",
55
"packageManager": "[email protected]",
66
"description": "SoybeanHeadless is a collection unstyled components for Vue 3. It is designed to be lightweight and easy to use.",
77
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/ui",
33
"type": "module",
4-
"version": "0.0.2-beta.12",
4+
"version": "0.0.2-beta.13",
55
"packageManager": "[email protected]",
66
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
77
"author": {

0 commit comments

Comments
 (0)