vxui-react 1.3.4 → 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.3
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,10 +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.3** — 2025-05
10
- > - Added [`llms.txt`](llms.txt) AI knowledge base file for AI tools to read component documentation directly
11
- > - Bundle size optimization, removed redundant dependencies
12
- > - Fixed style compatibility issues across multiple components
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
13
12
 
14
13
  See full changelog at [GitHub Releases](https://github.com/tmplink/vxui_react/releases).
15
14
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # VXUI React · v1.3.3
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,10 +6,9 @@ VXUI React 是一套适合后台、运营台、仪表盘和内部工具的通用
6
6
 
7
7
  ## 🚀 更新公告
8
8
 
9
- > **v1.3.3** — 2025-05
10
- > - 新增 [`llms.txt`](llms.txt) AI 知识库文件,AI 工具可直接读取以获取组件文档
11
- > - 包体积优化,移除了冗余依赖
12
- > - 修复了多个组件的样式兼容性问题
9
+ > **v1.3.6** — 2025-05
10
+ > - 优化组件中的 createPortal 调用,支持使用 dialogContentRef 作为目标元素
11
+ > - 更新测试用例,优化用户交互模拟,增强组件可用性验证
13
12
 
14
13
  查看完整更新日志请访问 [GitHub Releases](https://github.com/tmplink/vxui_react/releases)。
15
14