Skip to content

Commit 9e42ed2

Browse files
committed
release: v4.2.0
1 parent a6dec1a commit 9e42ed2

File tree

6 files changed

+84
-3
lines changed

6 files changed

+84
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v4.2.0
2+
3+
`2023-10-27`
4+
5+
New Components
6+
7+
- 新增 AvatarCropper 头像裁剪组件 (#2570) @yi-boide
8+
- 新增 Space 布局组件 (#2584) @yi-boide
9+
10+
Features
11+
12+
- build: 新增 css 样式产物可选 (#2602) @yi-boide
13+
- build: resolver 配置独立为 @nutui/auto-import-resolver 包 (#2602) @yi-boide
14+
- collapse: 增加自定义插槽 icon (#2588) (#2612) @yi-boide
15+
16+
Bug Fixes
17+
18+
- input-number: 修复超过 min, max 范围问题 (#2606) (#2607) @Formulaaa
19+
- picker: 修复 columns 为空时不触发更新的问题 (#2590) (#2611) @yi-boide
20+
- circle-progress: 修复数值变化在 iOS 下的 border 闪烁问题(#2481) (#2619) @yi-boide
21+
- comment: 追评中图片增加响应事件 (#2448) (#2620) @yi-boide
22+
- ellipsis: fix docs typo (#2616) @yang1206
23+
24+
BREAKING CHANGES
25+
26+
- !input: Taro 版组件 type 属性的 `number``digit` 与小程序原生 API 对齐,支持调起数字、带小数点键盘 (#2578) @mikasayw
27+
128
## v4.1.7
229

330
`2023-10-13`

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

publish/nutui-taro/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v4.2.0
2+
3+
`2023-10-27`
4+
5+
New Components
6+
7+
- 新增 AvatarCropper 头像裁剪组件 (#2570) @yi-boide
8+
- 新增 Space 布局组件 (#2584) @yi-boide
9+
10+
Features
11+
12+
- build: 新增 css 样式产物可选 (#2602) @yi-boide
13+
- build: resolver 配置独立为 @nutui/auto-import-resolver 包 (#2602) @yi-boide
14+
- collapse: 增加自定义插槽 icon (#2588) (#2612) @yi-boide
15+
16+
Bug Fixes
17+
18+
- input-number: 修复超过 min, max 范围问题 (#2606) (#2607) @Formulaaa
19+
- picker: 修复 columns 为空时不触发更新的问题 (#2590) (#2611) @yi-boide
20+
- circle-progress: 修复数值变化在 iOS 下的 border 闪烁问题(#2481) (#2619) @yi-boide
21+
- comment: 追评中图片增加响应事件 (#2448) (#2620) @yi-boide
22+
- ellipsis: fix docs typo (#2616) @yang1206
23+
24+
BREAKING CHANGES
25+
26+
- !input: Taro 版组件 type 属性的 `number``digit` 与小程序原生 API 对齐,支持调起数字、带小数点键盘 (#2578) @mikasayw
27+
128
## v4.1.7
229

330
`2023-10-13`

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

publish/nutui/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v4.2.0
2+
3+
`2023-10-27`
4+
5+
New Components
6+
7+
- 新增 AvatarCropper 头像裁剪组件 (#2570) @yi-boide
8+
- 新增 Space 布局组件 (#2584) @yi-boide
9+
10+
Features
11+
12+
- build: 新增 css 样式产物可选 (#2602) @yi-boide
13+
- build: resolver 配置独立为 @nutui/auto-import-resolver 包 (#2602) @yi-boide
14+
- collapse: 增加自定义插槽 icon (#2588) (#2612) @yi-boide
15+
16+
Bug Fixes
17+
18+
- input-number: 修复超过 min, max 范围问题 (#2606) (#2607) @Formulaaa
19+
- picker: 修复 columns 为空时不触发更新的问题 (#2590) (#2611) @yi-boide
20+
- circle-progress: 修复数值变化在 iOS 下的 border 闪烁问题(#2481) (#2619) @yi-boide
21+
- comment: 追评中图片增加响应事件 (#2448) (#2620) @yi-boide
22+
- ellipsis: fix docs typo (#2616) @yang1206
23+
24+
BREAKING CHANGES
25+
26+
- !input: Taro 版组件 type 属性的 `number``digit` 与小程序原生 API 对齐,支持调起数字、带小数点键盘 (#2578) @mikasayw
27+
128
## v4.1.7
229

330
`2023-10-13`

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

0 commit comments

Comments
 (0)