Skip to content

Commit 620c5f5

Browse files
committed
publish v3.2.2
1 parent 02784af commit 620c5f5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 3.2.2(2021-08-10)
2+
- 新增 适配快手小程序
3+
- 新增 同步 uni-ui
4+
- uni-datetime-picker 新增 return-type 属性支持返回 date 日期对象
5+
- uni-file-picker 修复 fileExtname属性不指定值报错的Bug
6+
- uni-file-picker 修复 在某种场景下图片不回显的Bug
7+
- uni-link 支持自定义插槽
8+
- uni-calendar 修复 弹出层被 tabbar 遮盖 bug
9+
- uni-dateformat 调整 默认时间不再是当前时间,而是显示'-'字符
10+
- uni-datetime-picker 新增 适配 vue3
11+
- uni-datetime-picker 新增 支持作为 uni-forms 子组件相关功能
12+
- uni-datetime-picker 修复 在 uni-forms 中使用时,选择时间报 NAN 错误的 bug
13+
- uni-datetime-picker 修复 type 属性动态赋值无效的 bug
14+
- uni-datetime-picker 修复 ‘确认’按钮被 tabbar 遮盖 bug
15+
- uni-datetime-picker 修复 组件未赋值时范围选左、右日历相同的 bug
16+
- uni-datetime-picker 修复 范围选未正确显示当前值的 bug
17+
- uni-datetime-picker 修复 h5 平台(移动端)报错 'cale' of undefined 的 bug
18+
- uni-file-picker 修复 auto-upload 属性失效的Bug
119
## 3.2.1(2021-07-31)
220
- 新增 同步 uni-ui@1.3.8
321
## 3.2.0(2021-07-30)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "hello-uniapp",
33
"name": "hello-uniapp",
44
"displayName": "hello-uniapp 示例工程",
5-
"version": "3.2.1",
5+
"version": "3.2.2",
66
"description": "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)