Skip to content

Commit 8bcc36a

Browse files
committed
chore: release v4.1.4
1 parent f035061 commit 8bcc36a

File tree

6 files changed

+54
-3
lines changed

6 files changed

+54
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v4.1.4
2+
3+
`2023-08-25`
4+
5+
Features
6+
7+
- picker: 支持自定义 column fieldNames (#2460) @subordon
8+
9+
Bug Fixes
10+
11+
- popup: 修复内容无法滑动问题
12+
- form: 调整 label 中 min-width 样式权重 (#2478)
13+
- addresslist: update docs (#2495) @subordon
14+
- actionsheet: 修复 close-abled 失效问题 (#2496)
15+
- picker: 修复 field-names 在级联模式下的问题
16+
- 修复组件内 scroll-view 标签在 taro-h5 端的兼容问题 (#2470)
17+
118
## v4.1.3
219

320
`2023-08-04`

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

publish/nutui-taro/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v4.1.4
2+
3+
`2023-08-25`
4+
5+
Features
6+
7+
- picker: 支持自定义 column fieldNames (#2460) @subordon
8+
9+
Bug Fixes
10+
11+
- popup: 修复内容无法滑动问题
12+
- form: 调整 label 中 min-width 样式权重 (#2478)
13+
- addresslist: update docs (#2495) @subordon
14+
- actionsheet: 修复 close-abled 失效问题 (#2496)
15+
- picker: 修复 field-names 在级联模式下的问题
16+
- 修复组件内 scroll-view 标签在 taro-h5 端的兼容问题 (#2470)
17+
118
## v4.1.3
219

320
`2023-08-04`

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

publish/nutui/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v4.1.4
2+
3+
`2023-08-25`
4+
5+
Features
6+
7+
- picker: 支持自定义 column fieldNames (#2460) @subordon
8+
9+
Bug Fixes
10+
11+
- popup: 修复内容无法滑动问题
12+
- form: 调整 label 中 min-width 样式权重 (#2478)
13+
- addresslist: update docs (#2495) @subordon
14+
- actionsheet: 修复 close-abled 失效问题 (#2496)
15+
- picker: 修复 field-names 在级联模式下的问题
16+
- 修复组件内 scroll-view 标签在 taro-h5 端的兼容问题 (#2470)
17+
118
## v4.1.3
219

320
`2023-08-04`

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

0 commit comments

Comments
 (0)