Skip to content

Commit

Permalink
release: v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Apr 10, 2024
1 parent cb287ad commit d493f92
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 12 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.3.5

`2024-04-10`

Features

- input-number: 支持透传属性至 input 元素 (#3008) @eiinu

Bug Fixes

- tag: 修复图标引用问题 @eiinu

Refactors

- move to script setup: skeleton, cell @eiinu

Other Changes

- deps: typescript v5.4.4 (#3013) @eiinu

## v4.3.4

`2024-04-01`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.3.4",
"version": "4.3.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
20 changes: 20 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.3.5

`2024-04-10`

Features

- input-number: 支持透传属性至 input 元素 (#3008) @eiinu

Bug Fixes

- tag: 修复图标引用问题 @eiinu

Refactors

- move to script setup: skeleton, cell @eiinu

Other Changes

- deps: typescript v5.4.4 (#3013) @eiinu

## v4.3.4

`2024-04-01`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-taro",
"version": "4.3.4",
"version": "4.3.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
20 changes: 20 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.3.5

`2024-04-10`

Features

- input-number: 支持透传属性至 input 元素 (#3008) @eiinu

Bug Fixes

- tag: 修复图标引用问题 @eiinu

Refactors

- move to script setup: skeleton, cell @eiinu

Other Changes

- deps: typescript v5.4.4 (#3013) @eiinu

## v4.3.4

`2024-04-01`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.3.4",
"version": "4.3.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/cell/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can center the left and right contents of the cell vertically through the 'c
| title | Custom `title` slot |
| desc | Custom `desc` slot |

### Types version
### Types v4.3.5

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/cell/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ app.use(CellGroup)
| title | 自定义 `title` 标题区域 |
| desc | 自定义 `desc` 描述区域 |

### 类型定义 version
### 类型定义 v4.3.5

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/cell/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ app.use(CellGroup)
| title | 自定义 `title` 标题区域 |
| desc | 自定义 `desc` 描述区域 |

### 类型定义 version
### 类型定义 v4.3.5

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/inputnumber/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Set step size `step` 0.1 `decimal places` keep 1 decimal place
| disabled | Disable all features | boolean | `false` |
| readonly | Read only status disables input box operation behavior | boolean | `false` |

### Attrs version
### Attrs v4.3.5

The attributes on `InputNumber` will be inherited by `input` element.

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/inputnumber/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.use(InputNumber)
| disabled | 禁用所有功能 | boolean | `false` |
| readonly | 只读状态禁用输入框操作行为 | boolean | `false` |

### Attrs version
### Attrs v4.3.5

支持透传属性至组件内部的 input 元素。

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/inputnumber/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.use(InputNumber)
| disabled | 禁用所有功能 | boolean | `false` |
| readonly | 只读状态禁用输入框操作行为 | boolean | `false` |

### Attrs version
### Attrs v4.3.5

支持透传属性至组件内部的 input 元素。

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/skeleton/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.use(Skeleton)
| --- | --- |
| default | Skeleton screen display content |

### Types version
### Types v4.3.5

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/skeleton/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.use(Skeleton)
| --- | --- |
| default | 骨架屏显示内容 |

### 类型定义 version
### 类型定义 v4.3.5

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/skeleton/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.use(Skeleton)
| --- | --- |
| default | 骨架屏显示内容 |

### 类型定义 version
### 类型定义 v4.3.5

组件导出以下类型定义:

Expand Down

0 comments on commit d493f92

Please sign in to comment.