Skip to content

Commit

Permalink
release: v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed May 7, 2024
1 parent 22f2eac commit 0467755
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 11 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.7

`2024-05-07`

Features

- number-keyboard: add confirm event (#3059) @eiinu

Bug Fixes

- tabs: inject 数据增加 ?. (#3045) @2977938133

Refactors

- input, image: move to script setup @eiinu

Other Changes

- docs: input 更新 align demo 引用名称 (#3044) @ShuTianGit

## v4.3.6

`2024-04-19`
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.6",
"version": "4.3.7",
"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.7

`2024-05-07`

Features

- number-keyboard: add confirm event (#3059) @eiinu

Bug Fixes

- tabs: inject 数据增加 ?. (#3045) @2977938133

Refactors

- input, image: move to script setup @eiinu

Other Changes

- docs: input 更新 align demo 引用名称 (#3044) @ShuTianGit

## v4.3.6

`2024-04-19`
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.6",
"version": "4.3.7",
"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.7

`2024-05-07`

Features

- number-keyboard: add confirm event (#3059) @eiinu

Bug Fixes

- tabs: inject 数据增加 ?. (#3045) @2977938133

Refactors

- input, image: move to script setup @eiinu

Other Changes

- docs: input 更新 align demo 引用名称 (#3044) @ShuTianGit

## v4.3.6

`2024-04-19`
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.6",
"version": "4.3.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/image/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The Image component provides a default loading failure warning and supports cust
| load | Emitted when image loaded | - |
| error | Emitted when image load failed | - |

### Types version
### Types v4.3.7

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/image/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Image 组件提供了默认的加载失败提示,支持通过 `error` 插槽
| load | 图片加载完后触发 | -- |
| error | 图片加载失败后触发 | -- |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/input/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ After setting the `maxlength` and `show-word-limit` attributes, word count will
| blur `4.0.6` | Blur |
| select `4.0.6` | Selct |

### Types version
### Types v4.3.7

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/input/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ app.use(Input)
| blur `4.0.6` | 失去焦点 |
| select `4.0.6` | 选择文字 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/input/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ app.use(Input)
| left `4.0.1` | 自定义输入框左侧插槽内容 |
| right `4.0.1` | 自定义输入框右侧插槽内容 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/numberkeyboard/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ app.use(NumberKeyboard)
| delete | Emitted when the delete key is pressed | - |
| close | Emitted when the close button or non-keyboard area is clicked is clicked | - |
| blur | Emitted when the close button is clicked or the keyboard is blurred | - |
| confirm `version` | Emitted when the confirm button is clicked | - |
| confirm `v4.3.7` | Emitted when the confirm button is clicked | - |

## Theming

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/numberkeyboard/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ app.use(NumberKeyboard)
| delete | 点击删除键时触发 | - |
| close | 点击关闭按钮时触发 | - |
| blur | 点击关闭按钮或非键盘区域时触发 | - |
| confirm `version` | 点击确认按钮 | - |
| confirm `v4.3.7` | 点击确认按钮 | - |

## 主题定制

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/numberkeyboard/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ app.use(NumberKeyboard)
| input | 点击按键时触发 | 按键内容 |
| delete | 点击删除键时触发 | - |
| close | 点击关闭按钮或非键盘区域时触发 | - |
| confirm `version` | 点击确认按钮 | - |
| confirm `v4.3.7` | 点击确认按钮 | - |

## 主题定制

Expand Down

0 comments on commit 0467755

Please sign in to comment.