Skip to content

Commit

Permalink
update:version
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiQiaoT committed Jan 19, 2022
1 parent 9d5660f commit c25fe05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions uni_modules/uview-ui/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.0.21(2022-01-19)
# uView2.0重磅发布,利剑出鞘,一统江湖

1. 优化:form组件在用户设置rules的时候提示用户model必传
2. 优化遗留的通过正则判断rpx单位的问题
3. 修复微信小程序环境中tabbar组件开启safeAreaInsetBottom属性后,placeholder高度填充不正确
4. 修复swiper在current指定非0时缩放有误
5. 修复u-icon添加stop属性的时候报错
6. 修复upload组件在accept=all的时候没有作用
7. 修复在text组件mode为phone时call属性无效的问题
8. 处理u-form clearValidate方法
9. 其他修复
## 2.0.20(2022-01-14)
# uView2.0重磅发布,利剑出鞘,一统江湖

Expand Down
4 changes: 2 additions & 2 deletions uni_modules/uview-ui/libs/config/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 此版本发布于2022-01-14
const version = '2.0.20'
// 此版本发布于2022-01-19
const version = '2.0.21'

// 开发环境才提示,生产环境不会提示
if (process.env.NODE_ENV === 'development') {
Expand Down
2 changes: 1 addition & 1 deletion uni_modules/uview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "uview-ui",
"name": "uview-ui",
"displayName": "uView2.0重磅发布,利剑出鞘,一统江湖",
"version": "2.0.20",
"version": "2.0.21",
"description": "uView UI已完美兼容nvue,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
"keywords": [
"uview",
Expand Down

0 comments on commit c25fe05

Please sign in to comment.