Skip to content

Commit

Permalink
release: v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Mar 20, 2024
1 parent 09fa45f commit c1e5243
Show file tree
Hide file tree
Showing 34 changed files with 91 additions and 31 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.3

`2024-03-20`

Bug Fixes

- uploader: add stop on delete event (#2971) @subordon
- calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
- navbar: remove unused css var @eiinu

Refactors

- move to script setup
- backtop, tag @subordon
- input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu

Other Changes

- test: add some unit tests (#2980) @eiinu

## v4.3.2

`2024-03-11`
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.2",
"version": "4.3.3",
"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.3

`2024-03-20`

Bug Fixes

- uploader: add stop on delete event (#2971) @subordon
- calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
- navbar: remove unused css var @eiinu

Refactors

- move to script setup
- backtop, tag @subordon
- input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu

Other Changes

- test: add some unit tests (#2980) @eiinu

## v4.3.2

`2024-03-11`
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.2",
"version": "4.3.3",
"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.3

`2024-03-20`

Bug Fixes

- uploader: add stop on delete event (#2971) @subordon
- calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
- navbar: remove unused css var @eiinu

Refactors

- move to script setup
- backtop, tag @subordon
- input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu

Other Changes

- test: add some unit tests (#2980) @eiinu

## v4.3.2

`2024-03-11`
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.2",
"version": "4.3.3",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/backtop/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ app.use(Backtop);
| --- | --- |
| default | The default slot is used to customize the content |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/backtop/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ app.use(Backtop);
| --- | --- |
| default | 默认 `slot`,用以自定义内容 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/backtop/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ app.use(Backtop);
| content | 滚动容器中包含的内容 |
| icon | 返回到顶部,按钮内容 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/circleprogress/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ app.use(CircleProgress);
| --- | --- |
| default | Custom Content |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/circleprogress/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ app.use(CircleProgress);
| --- | --- |
| default | 自定义文字内容 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/circleprogress/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ app.use(CircleProgress);
| --- | --- |
| default | 自定义文字内容 |

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

组件导出以下类型定义:

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 @@ -92,7 +92,7 @@ Set step size `step` 0.1 `decimal places` keep 1 decimal place
| blur | Triggered when the input box blur | `event: Event` |
| focus | Triggered when the input box focus | `event: Event ` |

### Types version
### Types v4.3.3

The component exports the following type definitions:

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 @@ -92,7 +92,7 @@ app.use(InputNumber);
| blur | 输入框失去焦点时触发 | `(event: Event) ` |
| focus | 输入框获得焦点时触发 | `(event: Event ) ` |

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

组件导出以下类型定义:

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 @@ -92,7 +92,7 @@ app.use(InputNumber);
| blur | 输入框失去焦点时触发 | `(event: Event) ` |
| focus | 输入框获得焦点时触发 | `(event: Event ) ` |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/invoice/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The optional attributes are as follows:
| --- | --- | --- |
| submit | Method of submitting form for verification | Promise |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/invoice/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.use(Invoice);
| --- | --- | --- | --- |
| submit | 提交表单的方法 | - | Promise |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/invoice/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.use(Invoice);
| --- | --- | --- | --- |
| submit | 提交表单的方法 | - | Promise |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/navbar/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(Navbar);
| left-show | Custom icon of left arrow |
| title-icon | Custom icon in header |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/navbar/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(Navbar);
| left-show | 左侧箭头自定义图标 |
| title-icon | 标题中自定义图标 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/navbar/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(Navbar);
| left-show | 左侧箭头自定义图标 |
| title-icon | 标题中自定义图标 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/progress/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ size: `small`, `base`, `large` .
| --- | --- |
| icon-name | Right icon content |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/progress/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ size: `small`, `base`, `large`
| --- | --- | --- |
| icon-name | 右侧 `icon` 内容 | - |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/progress/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ size: `small`, `base`, `large`
| --- | --- | --- |
| icon-name | 右侧 `icon` 内容 | - |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/rate/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.use(Rate);
| --- | --- | --- |
| change | An event that fires whenever the current score is modified | val |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/rate/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app.use(Rate);
| --- | --- | --- |
| change | 当前分值修改时时触发的事件 | 当前值 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/rate/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ app.use(Rate);
| --- | --- | --- |
| change | 当前分值修改时时触发的事件 | 当前值 |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/swipe/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Use [ref](https://vuejs.org/guide/essentials/template-refs.html) to get Swipe in
| --- | --- | --- | --- |
| lock`v4.1.1` | When a child Swipe opens, others will close. | boolean | `false` |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/swipe/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ app.use(Swipe);
| --- | --- | --- | --- |
| lock`v4.1.1` | 控制内部 Swipe 互斥,即滑动打开某一个 Swipe 时,触发其余 Swipe 的 close 方法 | boolean | `false` |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/swipe/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ app.use(Swipe);
| --- | --- | --- | --- |
| lock`v4.1.1` | 控制内部 Swipe 互斥,即滑动打开某一个 Swipe 时,触发其余 Swipe 的 close 方法 | boolean | `false` |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tag/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app.use(Tag);
| click | click event | `event` |
| close | close event | `event` |

### Types version
### Types v4.3.3

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tag/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app.use(Tag);
| click | 点击事件 | `event` |
| close | 关闭事件 | `event` |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tag/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app.use(Tag);
| click | 点击事件 | `event` |
| close | 关闭事件 | `event` |

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

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tour/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Intro

A bubble component used to guide the user through the product's capabilities. This component has been available since version 4.0.
A bubble component used to guide the user through the product's capabilities. This component has been available since v4.0.

### Install

Expand Down

0 comments on commit c1e5243

Please sign in to comment.