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

support Modal.confirm({ icon: null }) to hide default Icon #15319

Merged
merged 1 commit into from Mar 13, 2019
Merged

support Modal.confirm({ icon: null }) to hide default Icon #15319

merged 1 commit into from Mar 13, 2019

Conversation

Adamwu1992
Copy link
Contributor

@Adamwu1992 Adamwu1992 commented Mar 11, 2019

First of all, thank you for your contribution! 😄

New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!

[中文版模板 / Chinese template]

🤔 This is a ...

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

👻 What's the background?

希望在调用Modal.confirm时可以省略图标

💡 Solution

Modal.confirm({
  icon: null,
  content: 'hello world'
})

📝 Changelog description

Describe changes from user side, and list all potential break changes or other risks.

No break changes.

☑️ 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 Mar 11, 2019

Deploy preview for ant-design ready!

Built with commit 77c431b

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

@afc163
Copy link
Member

afc163 commented Mar 11, 2019

This pull request introduces 1 alert when merging dd44b0a6560f9bbe10953b63919be949bfc7d246 into b807859 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

Comment posted by LGTM.com

@codecov
Copy link

codecov bot commented Mar 11, 2019

Codecov Report

Merging #15319 into feature will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           feature   #15319   +/-   ##
========================================
  Coverage     94.1%    94.1%           
========================================
  Files          250      250           
  Lines         6635     6635           
  Branches      1938     1938           
========================================
  Hits          6244     6244           
  Misses         390      390           
  Partials         1        1
Impacted Files Coverage Δ
components/modal/confirm.tsx 96.29% <100%> (ø) ⬆️

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 b807859...f9f24a5. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 11, 2019

Codecov Report

Merging #15319 into feature will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           feature   #15319      +/-   ##
===========================================
+ Coverage     94.1%   94.13%   +0.03%     
===========================================
  Files          250      250              
  Lines         6635     6635              
  Branches      1938     1906      -32     
===========================================
+ Hits          6244     6246       +2     
+ Misses         390      388       -2     
  Partials         1        1
Impacted Files Coverage Δ
components/modal/confirm.tsx 96.29% <100%> (ø) ⬆️
components/upload/UploadList.tsx 96.33% <0%> (+1.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 b807859...77c431b. Read the comment docs.

@afc163
Copy link
Member

afc163 commented Mar 11, 2019

Mixed other commits, please clean up.

@afc163 afc163 merged commit 102c342 into ant-design:feature Mar 13, 2019
@Adamwu1992 Adamwu1992 deleted the patch-1 branch March 22, 2019 02:29
@zombieJ zombieJ mentioned this pull request Mar 28, 2019
13 tasks
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.

None yet

3 participants