zhytech-ui 1.0.37 → 1.0.38

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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # zhytechUI
2
2
 
3
3
  > ### 简介
4
- 一个基于Vue3 + ElementPlus + TypeScript封装的公司内部组件库
4
+ 一个基于Vue3 + ElementPlus + TypeScript封装的前端UI组件库
5
5
 
6
6
  > ### 组件列表
7
7
  #### 1、dynamicForm
@@ -52,6 +52,12 @@ createApp(app).use(zhytechUI)
52
52
  2)、此组件css样式依赖scss开发,使用者项目还需要添加scss依赖。
53
53
 
54
54
  > #### 版本更新清单:
55
+ **V 1.0.37**
56
+ ```
57
+ 1.zhy-form-designer组件新增数字框组件,支持允许输入文本、支持上下限限制配置
58
+ 2.优化zhy-icon组件内部逻辑
59
+ 3.优化组件库样式
60
+ ```
55
61
 
56
62
  **V 1.0.36**
57
63
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zhytech-ui",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite --force",