vxui-react 1.3.5 → 1.3.6

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.5
1
+ # VXUI React · v1.3.6
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,8 +6,9 @@ VXUI React is a general-purpose React UI component library designed for admin pa
6
6
 
7
7
  ## 🚀 Changelog
8
8
 
9
- > **v1.3.5** — 2025-05
10
- > - Version bump
9
+ > **v1.3.6** — 2025-05
10
+ > - Update createPortal calls in components to support dialogContentRef as target element
11
+ > - Update test cases, optimize user interaction simulation, enhance component availability verification
11
12
 
12
13
  See full changelog at [GitHub Releases](https://github.com/tmplink/vxui_react/releases).
13
14
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # VXUI React · v1.3.5
1
+ # VXUI React · v1.3.6
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,8 +6,9 @@ VXUI React 是一套适合后台、运营台、仪表盘和内部工具的通用
6
6
 
7
7
  ## 🚀 更新公告
8
8
 
9
- > **v1.3.5** — 2025-05
10
- > - 版本号更新
9
+ > **v1.3.6** — 2025-05
10
+ > - 优化组件中的 createPortal 调用,支持使用 dialogContentRef 作为目标元素
11
+ > - 更新测试用例,优化用户交互模拟,增强组件可用性验证
11
12
 
12
13
  查看完整更新日志请访问 [GitHub Releases](https://github.com/tmplink/vxui_react/releases)。
13
14