Skip to content
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

Merged
merged 33 commits into from
May 19, 2022

Conversation

junjun666
Copy link
Contributor

@junjun666 junjun666 commented May 6, 2022

本次更新内容如下:
一: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版本

@junjun666 junjun666 changed the title avatar头像组件更新和测试用例编写 feat:avatar头像组件更新和测试用例编写、circleprogress组件更新和测试用例编写 May 9, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件更新和测试用例编写、circleprogress组件更新和测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件更新和测试用例编写 May 9, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件更新和测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新和测试用例编写 May 10, 2022
src/packages/avatar/demo.scss Outdated Show resolved Hide resolved
src/packages/avatar/doc.md Show resolved Hide resolved
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新和测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage组件和测试用例编写 May 10, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage组件和测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件和测试用例编写 May 10, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件和测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件和测试用例编写 May 11, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件和测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件和inputnumber数字输入框组件测试用例编写 May 11, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件和inputnumber数字输入框组件测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件、inputnumber数字输入框组件和overlay遮罩层组件测试用例编写 May 12, 2022
@junjun666 junjun666 changed the title feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件、inputnumber数字输入框组件和overlay遮罩层组件测试用例编写 feat:avatar头像组件、circleprogress组件、Skeleton组件、Steps组件更新、Barrage 弹幕组件、InfiniteLoading 滚动加载组件、inputnumber数字输入框组件、overlay遮罩层组件和uploader组件测试用例编写 May 15, 2022
isAuto: boolean
progressOption: object
className: string
strokeWidth?: string | number
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

属性用法发生改变

src/packages/skeleton/demo.tsx Show resolved Hide resolved
src/packages/skeleton/demo.tsx Show resolved Hide resolved
src/packages/steps/doc.md Outdated Show resolved Hide resolved
src/packages/steps/doc.md Outdated Show resolved Hide resolved
src/packages/steps/demo.tsx Show resolved Hide resolved
@oasis-cloud oasis-cloud merged commit bf1b590 into jdf2e:main May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants