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

fix: Wave perf #17945

Merged
merged 1 commit into from
Jul 29, 2019
Merged

fix: Wave perf #17945

merged 1 commit into from
Jul 29, 2019

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Jul 29, 2019

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / document update
  • Component style update
  • TypeScript definition update
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

fix #17926

💡 Background and solution

Update css select

📝 Changelog

Language Changelog
🇺🇸 English Fix wave effect performance of Button and other related component.
🇨🇳 Chinese 修复 Button 以及相关组件的波纹性能问题。

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@netlify
Copy link

netlify bot commented Jul 29, 2019

Deploy preview for ant-design ready!

Built with commit 69c5908

https://deploy-preview-17945--ant-design.netlify.com

@zombieJ zombieJ requested a review from afc163 July 29, 2019 07:58
@codecov
Copy link

codecov bot commented Jul 29, 2019

Codecov Report

Merging #17945 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17945      +/-   ##
==========================================
+ Coverage   96.06%    96.1%   +0.04%     
==========================================
  Files         268      268              
  Lines        7467     7467              
  Branches     2044     2085      +41     
==========================================
+ Hits         7173     7176       +3     
+ Misses        292      289       -3     
  Partials        2        2
Impacted Files Coverage Δ
components/_util/wave.tsx 88.67% <100%> (+2.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7bbb48...69c5908. Read the comment docs.

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.

Button动画的关系 在1000个input下导致onClick触发太慢
2 participants