-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件、inputnumber数字输入框组件、overlay遮罩层组件和uploader组件测试用例编写 #121
Conversation
isAuto: boolean | ||
progressOption: object | ||
className: string | ||
strokeWidth?: string | number |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
属性名称变了,线上用户升级会有问题,需要整理下本次 pr 哪些组件删除了属性
prefixCls: string | ||
src: string | ||
url: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
属性名称变更
width: number | ||
height: number | ||
width: string | ||
height: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
属性用法发生改变
本次更新内容如下:
一:Avatar头像组件
1)更新Avatar头像组件,同步官方vue3的最新3.1.20版本
2)调整Avatar头像组件文档为官方最新文档
3)新增AvatarGroup子组件
4)编写Avatar头像组件测试用例
5)编写AvatarGroup子组件测试用例
二:CircleProgress进度条组件
1)更新CircleProgress 进度条,同步官方vue3的最新3.1.20版本
2) 调整CircleProgress组件文档为官方最新文档
3) 编写CircleProgress组件测试用例
三:Skeleton骨架屏组件
1)更新Skeleton 骨架屏,同步官方vue3的最新3.1.20版本
2) 调整Skeleton组件文档为官方最新文档
3) 编写Skeleton组件测试用例
四:Steps步骤条组件
1)更新Steps 步骤条和step子组件,同步官方vue3的最新3.1.20版本
2) 调整Steps组件文档为官方最新文档
3) 编写Steps组件测试用例
五:Barrage 弹幕组件
编写Barrage 弹幕组件测试用例
六:InfiniteLoading 滚动加载组件
编写InfiniteLoading 滚动加载组件测试用例
七:InputNumber数字输入框组件
编写InputNumber 数字输入框组件测试用例
八:Overlay遮罩层组件
编写 Overlay 遮罩层组件测试用例
更新Overlay的demo文件,同步官方vue3的最新3.1.20版本
九:Uploader 上传组件
编写 Uploader 上传组件测试用例
更新Uploader的demo文件,同步官方vue3的最新3.1.20版本