vxui-react 1.3.3 → 1.3.5
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 +3 -5
- package/README.md +3 -5
- package/dist/index.cjs +2 -2
- package/dist/index.js +3 -3
- package/dist/vxui-react.css +1 -1
- package/llms.txt +1 -1
- package/package.json +2 -3
package/README.en.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# VXUI React · v1.3.
|
|
1
|
+
# VXUI React · v1.3.5
|
|
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,8 @@ VXUI React is a general-purpose React UI component library designed for admin pa
|
|
|
6
6
|
|
|
7
7
|
## 🚀 Changelog
|
|
8
8
|
|
|
9
|
-
> **v1.3.
|
|
10
|
-
> -
|
|
11
|
-
> - Bundle size optimization, removed redundant dependencies
|
|
12
|
-
> - Fixed style compatibility issues across multiple components
|
|
9
|
+
> **v1.3.5** — 2025-05
|
|
10
|
+
> - Version bump
|
|
13
11
|
|
|
14
12
|
See full changelog at [GitHub Releases](https://github.com/tmplink/vxui_react/releases).
|
|
15
13
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# VXUI React · v1.3.
|
|
1
|
+
# VXUI React · v1.3.5
|
|
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,8 @@ VXUI React 是一套适合后台、运营台、仪表盘和内部工具的通用
|
|
|
6
6
|
|
|
7
7
|
## 🚀 更新公告
|
|
8
8
|
|
|
9
|
-
> **v1.3.
|
|
10
|
-
> -
|
|
11
|
-
> - 包体积优化,移除了冗余依赖
|
|
12
|
-
> - 修复了多个组件的样式兼容性问题
|
|
9
|
+
> **v1.3.5** — 2025-05
|
|
10
|
+
> - 版本号更新
|
|
13
11
|
|
|
14
12
|
查看完整更新日志请访问 [GitHub Releases](https://github.com/tmplink/vxui_react/releases)。
|
|
15
13
|
|