Skip to content

Commit 1caff1d

Browse files
committed
chore: release v4.1.5
1 parent ed9148e commit 1caff1d

File tree

8 files changed

+53
-5
lines changed

8 files changed

+53
-5
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.1.5
2+
3+
`2023-09-05`
4+
5+
Bug Fixes
6+
7+
- countdown: millisecond format (#2514) @subordon
8+
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
9+
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
10+
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
11+
- fix: countdown/invoice/navbar 优化事件命名 (#2536)
12+
13+
Refactor
14+
15+
- configprovider: move common logic to common file (#2540) @subordon
16+
117
## v4.1.4
218

319
`2023-08-25`

package.json

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

publish/nutui-taro/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.1.5
2+
3+
`2023-09-05`
4+
5+
Bug Fixes
6+
7+
- countdown: millisecond format (#2514) @subordon
8+
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
9+
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
10+
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
11+
- fix: countdown/invoice/navbar 优化事件命名 (#2536)
12+
13+
Refactor
14+
15+
- configprovider: move common logic to common file (#2540) @subordon
16+
117
## v4.1.4
218

319
`2023-08-25`

publish/nutui-taro/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
| 项目 | 描述 |
8989
| --- | --- |
90-
| [yang1206/uniapp-nutui](https://github.com/yang1206/uniapp-nutui) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
90+
| [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
9191
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |
9292

9393
## 使用案例

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.1.4",
3+
"version": "4.1.5",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.1.5
2+
3+
`2023-09-05`
4+
5+
Bug Fixes
6+
7+
- countdown: millisecond format (#2514) @subordon
8+
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
9+
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
10+
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
11+
- fix: countdown/invoice/navbar 优化事件命名 (#2536)
12+
13+
Refactor
14+
15+
- configprovider: move common logic to common file (#2540) @subordon
16+
117
## v4.1.4
218

319
`2023-08-25`

publish/nutui/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
| 项目 | 描述 |
8989
| --- | --- |
90-
| [yang1206/uniapp-nutui](https://github.com/yang1206/uniapp-nutui) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
90+
| [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
9191
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |
9292

9393
## 使用案例

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.1.4",
3+
"version": "4.1.5",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

0 commit comments

Comments
 (0)