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(radio/check): add support for optional description #3621

Merged
merged 1 commit into from Jan 31, 2020
Merged

feat(radio/check): add support for optional description #3621

merged 1 commit into from Jan 31, 2020

Conversation

boaz0
Copy link
Member

@boaz0 boaz0 commented Jan 30, 2020

What: Closes #3611

@patternfly-build
Copy link
Contributor

PatternFly-React preview: https://patternfly-react-pr-3621.surge.sh

@codecov-io
Copy link

codecov-io commented Jan 30, 2020

Codecov Report

Merging #3621 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3621      +/-   ##
==========================================
+ Coverage   67.15%   67.17%   +0.01%     
==========================================
  Files         907      907              
  Lines       25559    25563       +4     
  Branches     2267     2269       +2     
==========================================
+ Hits        17165    17171       +6     
+ Misses       7353     7352       -1     
+ Partials     1041     1040       -1
Flag Coverage Δ
#misc 95.45% <ø> (ø) ⬆️
#patternfly3 69.29% <ø> (ø) ⬆️
#patternfly4 64.34% <100%> (+0.02%) ⬆️
#patternfly4integration ?
Impacted Files Coverage Δ
...-4/react-core/src/components/Checkbox/Checkbox.tsx 86.11% <100%> (+0.81%) ⬆️
...ernfly-4/react-core/src/components/Radio/Radio.tsx 94.73% <100%> (+5.84%) ⬆️

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 94364cb...397fa08. Read the comment docs.

dlabrecq
dlabrecq previously approved these changes Jan 30, 2020
Copy link
Contributor

@tlabaj tlabaj left a comment

Choose a reason for hiding this comment

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

Can you add the new props to the demo app please.

Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
Copy link
Contributor

@mcoker mcoker left a comment

Choose a reason for hiding this comment

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

👍👍

Copy link
Contributor

@jessiehuff jessiehuff left a comment

Choose a reason for hiding this comment

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

LGTM! :)

Copy link
Contributor

@tlabaj tlabaj left a comment

Choose a reason for hiding this comment

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

LGTM

@tlabaj tlabaj merged commit f4370fe into patternfly:master Jan 31, 2020
@boaz0 boaz0 deleted the closes_3611 branch February 1, 2020 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Radio/check: support for optional description
7 participants