Skip to content

Commit c1e5243

Browse files
committed
release: v4.3.3
1 parent 09fa45f commit c1e5243

34 files changed

+91
-31
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v4.3.3
2+
3+
`2024-03-20`
4+
5+
Bug Fixes
6+
7+
- uploader: add stop on delete event (#2971) @subordon
8+
- calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
9+
- navbar: remove unused css var @eiinu
10+
11+
Refactors
12+
13+
- move to script setup
14+
- backtop, tag @subordon
15+
- input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu
16+
17+
Other Changes
18+
19+
- test: add some unit tests (#2980) @eiinu
20+
121
## v4.3.2
222

323
`2024-03-11`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui-taro/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v4.3.3
2+
3+
`2024-03-20`
4+
5+
Bug Fixes
6+
7+
- uploader: add stop on delete event (#2971) @subordon
8+
- calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
9+
- navbar: remove unused css var @eiinu
10+
11+
Refactors
12+
13+
- move to script setup
14+
- backtop, tag @subordon
15+
- input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu
16+
17+
Other Changes
18+
19+
- test: add some unit tests (#2980) @eiinu
20+
121
## v4.3.2
222

323
`2024-03-11`

publish/nutui-taro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-taro",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v4.3.3
2+
3+
`2024-03-20`
4+
5+
Bug Fixes
6+
7+
- uploader: add stop on delete event (#2971) @subordon
8+
- calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
9+
- navbar: remove unused css var @eiinu
10+
11+
Refactors
12+
13+
- move to script setup
14+
- backtop, tag @subordon
15+
- input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu
16+
17+
Other Changes
18+
19+
- test: add some unit tests (#2980) @eiinu
20+
121
## v4.3.2
222

323
`2024-03-11`

publish/nutui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

src/packages/__VUE/backtop/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ app.use(Backtop);
5252
| --- | --- |
5353
| default | The default slot is used to customize the content |
5454

55-
### Types version
55+
### Types v4.3.3
5656

5757
The component exports the following type definitions:
5858

src/packages/__VUE/backtop/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ app.use(Backtop);
5252
| --- | --- |
5353
| default | 默认 `slot`,用以自定义内容 |
5454

55-
### 类型定义 version
55+
### 类型定义 v4.3.3
5656

5757
组件导出以下类型定义:
5858

src/packages/__VUE/backtop/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ app.use(Backtop);
4343
| content | 滚动容器中包含的内容 |
4444
| icon | 返回到顶部,按钮内容 |
4545

46-
### 类型定义 version
46+
### 类型定义 v4.3.3
4747

4848
组件导出以下类型定义:
4949

src/packages/__VUE/circleprogress/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ app.use(CircleProgress);
5858
| --- | --- |
5959
| default | Custom Content |
6060

61-
### Types version
61+
### Types v4.3.3
6262

6363
The component exports the following type definitions:
6464

src/packages/__VUE/circleprogress/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ app.use(CircleProgress);
5858
| --- | --- |
5959
| default | 自定义文字内容 |
6060

61-
### 类型定义 version
61+
### 类型定义 v4.3.3
6262

6363
组件导出以下类型定义:
6464

src/packages/__VUE/circleprogress/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ app.use(CircleProgress);
5858
| --- | --- |
5959
| default | 自定义文字内容 |
6060

61-
### 类型定义 version
61+
### 类型定义 v4.3.3
6262

6363
组件导出以下类型定义:
6464

src/packages/__VUE/inputnumber/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Set step size `step` 0.1 `decimal places` keep 1 decimal place
9292
| blur | Triggered when the input box blur | `event: Event` |
9393
| focus | Triggered when the input box focus | `event: Event ` |
9494

95-
### Types version
95+
### Types v4.3.3
9696

9797
The component exports the following type definitions:
9898

src/packages/__VUE/inputnumber/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ app.use(InputNumber);
9292
| blur | 输入框失去焦点时触发 | `(event: Event) ` |
9393
| focus | 输入框获得焦点时触发 | `(event: Event ) ` |
9494

95-
### 类型定义 version
95+
### 类型定义 v4.3.3
9696

9797
组件导出以下类型定义:
9898

src/packages/__VUE/inputnumber/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ app.use(InputNumber);
9292
| blur | 输入框失去焦点时触发 | `(event: Event) ` |
9393
| focus | 输入框获得焦点时触发 | `(event: Event ) ` |
9494

95-
### 类型定义 version
95+
### 类型定义 v4.3.3
9696

9797
组件导出以下类型定义:
9898

src/packages/__VUE/invoice/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The optional attributes are as follows:
4848
| --- | --- | --- |
4949
| submit | Method of submitting form for verification | Promise |
5050

51-
### Types version
51+
### Types v4.3.3
5252

5353
The component exports the following type definitions:
5454

src/packages/__VUE/invoice/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app.use(Invoice);
4848
| --- | --- | --- | --- |
4949
| submit | 提交表单的方法 | - | Promise |
5050

51-
### 类型定义 version
51+
### 类型定义 v4.3.3
5252

5353
组件导出以下类型定义:
5454

src/packages/__VUE/invoice/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app.use(Invoice);
4848
| --- | --- | --- | --- |
4949
| submit | 提交表单的方法 | - | Promise |
5050

51-
### 类型定义 version
51+
### 类型定义 v4.3.3
5252

5353
组件导出以下类型定义:
5454

src/packages/__VUE/navbar/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app.use(Navbar);
7070
| left-show | Custom icon of left arrow |
7171
| title-icon | Custom icon in header |
7272

73-
### Types version
73+
### Types v4.3.3
7474

7575
The component exports the following type definitions:
7676

src/packages/__VUE/navbar/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app.use(Navbar);
7070
| left-show | 左侧箭头自定义图标 |
7171
| title-icon | 标题中自定义图标 |
7272

73-
### 类型定义 version
73+
### 类型定义 v4.3.3
7474

7575
组件导出以下类型定义:
7676

src/packages/__VUE/navbar/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app.use(Navbar);
7070
| left-show | 左侧箭头自定义图标 |
7171
| title-icon | 标题中自定义图标 |
7272

73-
### 类型定义 version
73+
### 类型定义 v4.3.3
7474

7575
组件导出以下类型定义:
7676

src/packages/__VUE/progress/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ size: `small`, `base`, `large` .
7171
| --- | --- |
7272
| icon-name | Right icon content |
7373

74-
### Types version
74+
### Types v4.3.3
7575

7676
The component exports the following type definitions:
7777

src/packages/__VUE/progress/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ size: `small`, `base`, `large`
7171
| --- | --- | --- |
7272
| icon-name | 右侧 `icon` 内容 | - |
7373

74-
### 类型定义 version
74+
### 类型定义 v4.3.3
7575

7676
组件导出以下类型定义:
7777

src/packages/__VUE/progress/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ size: `small`, `base`, `large`
7171
| --- | --- | --- |
7272
| icon-name | 右侧 `icon` 内容 | - |
7373

74-
### 类型定义 version
74+
### 类型定义 v4.3.3
7575

7676
组件导出以下类型定义:
7777

src/packages/__VUE/rate/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ app.use(Rate);
7474
| --- | --- | --- |
7575
| change | An event that fires whenever the current score is modified | val |
7676

77-
### Types version
77+
### Types v4.3.3
7878

7979
The component exports the following type definitions:
8080

src/packages/__VUE/rate/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ app.use(Rate);
7474
| --- | --- | --- |
7575
| change | 当前分值修改时时触发的事件 | 当前值 |
7676

77-
### 类型定义 version
77+
### 类型定义 v4.3.3
7878

7979
组件导出以下类型定义:
8080

src/packages/__VUE/rate/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ app.use(Rate);
7373
| --- | --- | --- |
7474
| change | 当前分值修改时时触发的事件 | 当前值 |
7575

76-
### 类型定义 version
76+
### 类型定义 v4.3.3
7777

7878
组件导出以下类型定义:
7979

src/packages/__VUE/swipe/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use [ref](https://vuejs.org/guide/essentials/template-refs.html) to get Swipe in
8686
| --- | --- | --- | --- |
8787
| lock`v4.1.1` | When a child Swipe opens, others will close. | boolean | `false` |
8888

89-
### Types version
89+
### Types v4.3.3
9090

9191
The component exports the following type definitions:
9292

src/packages/__VUE/swipe/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ app.use(Swipe);
8686
| --- | --- | --- | --- |
8787
| lock`v4.1.1` | 控制内部 Swipe 互斥,即滑动打开某一个 Swipe 时,触发其余 Swipe 的 close 方法 | boolean | `false` |
8888

89-
### 类型定义 version
89+
### 类型定义 v4.3.3
9090

9191
组件导出以下类型定义:
9292

src/packages/__VUE/swipe/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ app.use(Swipe);
8686
| --- | --- | --- | --- |
8787
| lock`v4.1.1` | 控制内部 Swipe 互斥,即滑动打开某一个 Swipe 时,触发其余 Swipe 的 close 方法 | boolean | `false` |
8888

89-
### 类型定义 version
89+
### 类型定义 v4.3.3
9090

9191
组件导出以下类型定义:
9292

src/packages/__VUE/tag/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ app.use(Tag);
5353
| click | click event | `event` |
5454
| close | close event | `event` |
5555

56-
### Types version
56+
### Types v4.3.3
5757

5858
The component exports the following type definitions:
5959

src/packages/__VUE/tag/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ app.use(Tag);
5353
| click | 点击事件 | `event` |
5454
| close | 关闭事件 | `event` |
5555

56-
### 类型定义 version
56+
### 类型定义 v4.3.3
5757

5858
组件导出以下类型定义:
5959

src/packages/__VUE/tag/doc.taro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ app.use(Tag);
5353
| click | 点击事件 | `event` |
5454
| close | 关闭事件 | `event` |
5555

56-
### 类型定义 version
56+
### 类型定义 v4.3.3
5757

5858
组件导出以下类型定义:
5959

src/packages/__VUE/tour/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Intro
44

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

77
### Install
88

0 commit comments

Comments
 (0)