vxui-react 1.3.7 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -1,4 +1,4 @@
1
- # VXUI React · v1.3.7
1
+ # VXUI React · v1.3.8
2
2
 
3
3
  **Website**: [ui.vx.link](https://ui.vx.link)  |  **GitHub**: [tmplink/vxui_react](https://github.com/tmplink/vxui_react)  |  [中文](README.md)
4
4
 
@@ -6,7 +6,7 @@ VXUI React is a general-purpose React UI component library designed for admin pa
6
6
 
7
7
  ## 🚀 Changelog
8
8
 
9
- > **v1.3.7** — 2026-05
9
+ > **v1.3.8** — 2026-06
10
10
  > - Dialog: add onConfirm/onCancel/confirmLabel/cancelLabel/confirmVariant props, built-in confirm/cancel button support
11
11
  > - Remove AlertDialog component (merged into Dialog)
12
12
  > - Remove demo build config (vite.demo.config.ts)
@@ -17,7 +17,7 @@ VXUI React is a general-purpose React UI component library designed for admin pa
17
17
 
18
18
  See full changelog at [GitHub Releases](https://github.com/tmplink/vxui_react/releases).
19
19
 
20
- ### v1.3.7 Migration Guide
20
+ ### v1.3.8 Migration Guide
21
21
 
22
22
  #### New Dialog Props
23
23
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # VXUI React · v1.3.7
1
+ # VXUI React · v1.3.8
2
2
 
3
3
  **官网**:[ui.vx.link](https://ui.vx.link)  |  **GitHub**:[tmplink/vxui_react](https://github.com/tmplink/vxui_react)  |  [English](README.en.md)
4
4
 
@@ -6,7 +6,7 @@ VXUI React 是一套适合后台、运营台、仪表盘和内部工具的通用
6
6
 
7
7
  ## 🚀 更新公告
8
8
 
9
- > **v1.3.7** — 2026-05
9
+ > **v1.3.8** — 2026-06
10
10
  > - Dialog: 新增 onConfirm/onCancel/confirmLabel/cancelLabel/confirmVariant 属性,内置确认/取消按钮支持
11
11
  > - 移除 AlertDialog 独立组件,功能已合并至 Dialog
12
12
  > - 移除 demo 构建配置 (vite.demo.config.ts)
@@ -17,7 +17,7 @@ VXUI React 是一套适合后台、运营台、仪表盘和内部工具的通用
17
17
 
18
18
  查看完整更新日志请访问 [GitHub Releases](https://github.com/tmplink/vxui_react/releases)。
19
19
 
20
- ### v1.3.7 适配指南
20
+ ### v1.3.8 适配指南
21
21
 
22
22
  #### Dialog 组件新增属性
23
23