-
Notifications
You must be signed in to change notification settings - Fork 232
fix(chips): implements missing adapter method notifyTrailingIconInteraction #653
fix(chips): implements missing adapter method notifyTrailingIconInteraction #653
Conversation
Codecov Report
@@ Coverage Diff @@
## rc0.10.0 #653 +/- ##
===========================================
+ Coverage 94.89% 94.9% +0.01%
===========================================
Files 68 68
Lines 2838 2847 +9
Branches 426 428 +2
===========================================
+ Hits 2693 2702 +9
Misses 50 50
Partials 95 95
Continue to review full report at Codecov.
|
5bca8a1
to
951ee49
Compare
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.
This is awesome! Thanks so much for fixing this. There are a lot of missing pieces to chips so I'm really excited you put so much work into this.
please update the golden to:
f5973cc5f1961464cbbbe152ca25b9a989e7e5a54b6d64cb28f0c25788f7df44
@mgr34 looks like you have a conflict with readme.md |
@moog16 -- not just that it also looks like I accidentally committed my desire to update all dates to 2019...ugh. I thought I stashed all that. Hold on, this needs some work. |
This reverts commit c5ae32f.
@moog16 -- merge resolve and commit reverted. Thought I had stashed my attempt to update everything to 2019. |
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.
looks good!
This is a breaking change...I will ammend the commit history. |
…raction (#653) BREAKING CHANGE: renamed chip.props.removeIcon --> chips.props.trailingIcon
to be clear I meant for this to be a breaking change and that removeIcon should now be trailingIcon. Semantically this is the logical choice. |
yup that was my fault, thank you! |
…raction (#653) BREAKING CHANGE: renamed chip.props.removeIcon --> chips.props.trailingIcon
Implements missing adapter method
notifyTrailingIconInteraction
. Along with introducingshouldRemoveOnTrailingIconClick
as ChipProp. (mdc-web may consider renaming this to shouldRemoveOnTrailingIconInteraction?)A successful merge would close #652 and #271. Additionally would cause a breaking change where
removeIcon
is renamed totrailingIcon
.Screenshot tests were updated, however, golden.json may need attention.
I signed it