File tree 15 files changed +72
-12
lines changed
15 files changed +72
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## v4.3.5
2
+
3
+ ` 2024-04-10 `
4
+
5
+ Features
6
+
7
+ - input-number: 支持透传属性至 input 元素 (#3008 ) @eiinu
8
+
9
+ Bug Fixes
10
+
11
+ - tag: 修复图标引用问题 @eiinu
12
+
13
+ Refactors
14
+
15
+ - move to script setup: skeleton, cell @eiinu
16
+
17
+ Other Changes
18
+
19
+ - deps: typescript v5.4.4 (#3013 ) @eiinu
20
+
1
21
## v4.3.4
2
22
3
23
` 2024-04-01 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui" ,
3
- "version" : " 4.3.4 " ,
3
+ "version" : " 4.3.5 " ,
4
4
"description" : " 京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)" ,
5
5
"main" : " dist/nutui.umd.js" ,
6
6
"module" : " dist/nutui.es.js" ,
Original file line number Diff line number Diff line change
1
+ ## v4.3.5
2
+
3
+ ` 2024-04-10 `
4
+
5
+ Features
6
+
7
+ - input-number: 支持透传属性至 input 元素 (#3008 ) @eiinu
8
+
9
+ Bug Fixes
10
+
11
+ - tag: 修复图标引用问题 @eiinu
12
+
13
+ Refactors
14
+
15
+ - move to script setup: skeleton, cell @eiinu
16
+
17
+ Other Changes
18
+
19
+ - deps: typescript v5.4.4 (#3013 ) @eiinu
20
+
1
21
## v4.3.4
2
22
3
23
` 2024-04-01 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui-taro" ,
3
- "version" : " 4.3.4 " ,
3
+ "version" : " 4.3.5 " ,
4
4
"description" : " 京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)" ,
5
5
"main" : " dist/nutui.umd.js" ,
6
6
"module" : " dist/nutui.es.js" ,
Original file line number Diff line number Diff line change
1
+ ## v4.3.5
2
+
3
+ ` 2024-04-10 `
4
+
5
+ Features
6
+
7
+ - input-number: 支持透传属性至 input 元素 (#3008 ) @eiinu
8
+
9
+ Bug Fixes
10
+
11
+ - tag: 修复图标引用问题 @eiinu
12
+
13
+ Refactors
14
+
15
+ - move to script setup: skeleton, cell @eiinu
16
+
17
+ Other Changes
18
+
19
+ - deps: typescript v5.4.4 (#3013 ) @eiinu
20
+
1
21
## v4.3.4
2
22
3
23
` 2024-04-01 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/nutui" ,
3
- "version" : " 4.3.4 " ,
3
+ "version" : " 4.3.5 " ,
4
4
"description" : " 京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)" ,
5
5
"main" : " dist/nutui.umd.js" ,
6
6
"module" : " dist/nutui.es.js" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ You can center the left and right contents of the cell vertically through the 'c
105
105
| title | Custom ` title ` slot |
106
106
| desc | Custom ` desc ` slot |
107
107
108
- ### Types version
108
+ ### Types v4.3.5
109
109
110
110
The component exports the following type definitions:
111
111
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ app.use(CellGroup)
105
105
| title | 自定义 ` title ` 标题区域 |
106
106
| desc | 自定义 ` desc ` 描述区域 |
107
107
108
- ### 类型定义 version
108
+ ### 类型定义 v4.3.5
109
109
110
110
组件导出以下类型定义:
111
111
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ app.use(CellGroup)
102
102
| title | 自定义 ` title ` 标题区域 |
103
103
| desc | 自定义 ` desc ` 描述区域 |
104
104
105
- ### 类型定义 version
105
+ ### 类型定义 v4.3.5
106
106
107
107
组件导出以下类型定义:
108
108
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Set step size `step` 0.1 `decimal places` keep 1 decimal place
74
74
| disabled | Disable all features | boolean | ` false ` |
75
75
| readonly | Read only status disables input box operation behavior | boolean | ` false ` |
76
76
77
- ### Attrs version
77
+ ### Attrs v4.3.5
78
78
79
79
The attributes on ` InputNumber ` will be inherited by ` input ` element.
80
80
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ app.use(InputNumber)
74
74
| disabled | 禁用所有功能 | boolean | ` false ` |
75
75
| readonly | 只读状态禁用输入框操作行为 | boolean | ` false ` |
76
76
77
- ### Attrs version
77
+ ### Attrs v4.3.5
78
78
79
79
支持透传属性至组件内部的 input 元素。
80
80
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ app.use(InputNumber)
74
74
| disabled | 禁用所有功能 | boolean | ` false ` |
75
75
| readonly | 只读状态禁用输入框操作行为 | boolean | ` false ` |
76
76
77
- ### Attrs version
77
+ ### Attrs v4.3.5
78
78
79
79
支持透传属性至组件内部的 input 元素。
80
80
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ app.use(Skeleton)
61
61
| --- | --- |
62
62
| default | Skeleton screen display content |
63
63
64
- ### Types version
64
+ ### Types v4.3.5
65
65
66
66
The component exports the following type definitions:
67
67
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ app.use(Skeleton)
61
61
| --- | --- |
62
62
| default | 骨架屏显示内容 |
63
63
64
- ### 类型定义 version
64
+ ### 类型定义 v4.3.5
65
65
66
66
组件导出以下类型定义:
67
67
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ app.use(Skeleton)
61
61
| --- | --- |
62
62
| default | 骨架屏显示内容 |
63
63
64
- ### 类型定义 version
64
+ ### 类型定义 v4.3.5
65
65
66
66
组件导出以下类型定义:
67
67
You can’t perform that action at this time.
0 commit comments