Skip to content

Commit

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

1. 修复swiper在current指定非0时缩放有误
2. 修复u-icon添加stop属性的时候报错
3. 优化遗留的通过正则判断rpx单位的问题
4. 优化Layout布局 vue使用gutter时,会超出固定区域
5. 优化search组件高度单位问题(rpx -> px)
6. 修复u-image slot 加载和错误的图片失去了高度
7. 修复u-index-list中footer插槽与header插槽存在性判断错误
8. 修复部分机型下u-popup关闭时会闪烁
9. 修复u-image在nvue-app下失去宽高
10. 修复u-popup运行报错
11. 修复u-tooltip报错
12. 修复box-sizing在app下的警告
13. 修复u-navbar在小程序中报运行时错误
14. 其他修复
## 2.0.23(2022-01-24)
# 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-24
const version = '2.0.23'
// 此版本发布于2022-01-25
const version = '2.0.24'

// 开发环境才提示,生产环境不会提示
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.23",
"version": "2.0.24",
"description": "uView UI已完美兼容nvue,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
"keywords": [
"uview",
Expand Down

0 comments on commit 811b543

Please sign in to comment.