Skip to content

Commit

Permalink
release: v4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Apr 19, 2024
1 parent 51f9210 commit 93a248b
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 15 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v4.3.6

`2024-04-19`

Bug Fixes

- sticky: fix typo in index.taro.vue (#3023) @lainbo
- type: fix warning of v-model in JetBrains IDE (#3029) @anyesu

Refactors

- move to script setup
- countdown, steps @subordon
- radio, grid @eiinu

Other Changes

- chore: 优化组件 provide/inject 使用 (#3027) @eiinu

## v4.3.5

`2024-04-10`
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.5",
"version": "4.3.6",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
19 changes: 19 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v4.3.6

`2024-04-19`

Bug Fixes

- sticky: fix typo in index.taro.vue (#3023) @lainbo
- type: fix warning of v-model in JetBrains IDE (#3029) @anyesu

Refactors

- move to script setup
- countdown, steps @subordon
- radio, grid @eiinu

Other Changes

- chore: 优化组件 provide/inject 使用 (#3027) @eiinu

## v4.3.5

`2024-04-10`
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.5",
"version": "4.3.6",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
19 changes: 19 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v4.3.6

`2024-04-19`

Bug Fixes

- sticky: fix typo in index.taro.vue (#3023) @lainbo
- type: fix warning of v-model in JetBrains IDE (#3029) @anyesu

Refactors

- move to script setup
- countdown, steps @subordon
- radio, grid @eiinu

Other Changes

- chore: 优化组件 provide/inject 使用 (#3027) @eiinu

## v4.3.5

`2024-04-10`
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.5",
"version": "4.3.6",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/countdown/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Paused and restarted the countdown with the `paused` attribute
| pause | Count Down Pause |
| reset | Count Down Reset |

### Types version
### Types v4.3.6

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/countdown/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app.use(Countdown)
| pause | 暂停倒计时 |
| reset | 重设倒计时,若 `auto-start``true`,重设后会自动开始倒计时 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/countdown/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app.use(Countdown)
| pause | 暂停倒计时 |
| reset | 重设倒计时,若 `auto-start``true`,重设后会自动开始倒计时 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/grid/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app.use(GridItem)
| --- | --- | --- |
| click | Emitted when component is clicked | event: Event |

### Types version
### Types v4.3.6

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/grid/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app.use(GridItem)
| --- | --- | --- |
| click | 点击格子时触发 | event: Event |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/grid/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app.use(GridItem)
| --- | --- | --- |
| click | 点击格子时触发 | event: Event |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/radio/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Set the Radio size through `size`, which only takes effect when `shape` is `butt
| --- | --- | --- |
| change | Triggered when the value changes | Currently selected item value(label)【There is a value after setting `label`, which is empty by default】 |

### Types version
### Types v4.3.6

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/radio/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ app.use(RadioGroup)
| --- | --- | --- |
| change | 值变化时触发 | 当前选中项值(label)【设置 label 后有值、默认为空】 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/radio/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ app.use(RadioGroup)
| --- | --- | --- |
| change | 值变化时触发 | 当前选中项值(label)【设置 label 后有值、默认为空】 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/steps/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(Step)
| content | Step content |
| icon | Step icon |

### Types version
### Types v4.3.6

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/steps/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(Step)
| content | 步骤内容 |
| icon | 步骤图标 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/steps/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(Step)
| content | 步骤内容 |
| icon | 步骤图标 |

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

组件导出以下类型定义:

Expand Down

0 comments on commit 93a248b

Please sign in to comment.