-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(checkbox): Added mixin to customize checkbox touch dimension. #4697
Conversation
Remove the top and bottom padding from the components. Remove the top and bottom margins from the button content. Button content should be center aligned. Use a <button> tag for the chip. BREAKING CHANGE: Update mdc-chip-leading-icon-margin and mdc-chip-trailing-icon-margin mixins signatures to take only left and right margin values.
…dleClick/#handleKeydown. (#4655) BREAKING CHANGE: Dialog `Foundation#handleInteraction` has been split into two methods: `#handleClick` and `#handleKeydown`.
Remove the top and bottom padding from the components. Remove the top and bottom margins from the button content. Button content should be center aligned. Use a <button> tag for the chip. BREAKING CHANGE: Update mdc-chip-leading-icon-margin and mdc-chip-trailing-icon-margin mixins signatures to take only left and right margin values.
…dleClick/#handleKeydown. (#4655) BREAKING CHANGE: Dialog `Foundation#handleInteraction` has been split into two methods: `#handleClick` and `#handleKeydown`.
…on group (#4620) BREAKING CHANGE: Replaced adapter methods getParentElement, getSelectedElementIndex with getSelectedSiblingOfItemAtIndex, isSelectableItemAtIndex.
This technically also fixes #4597 |
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.
In IE11 I'm getting a SCRIPT5009: 'Symbol' is undefined
error. In fixture.js (83, 25)
🤖 Beep boop! Screenshot test report 🚦6 screenshots changed from Details3 Changed:3 Added: |
We do not seems to have polyfill to support for..of syntax in IE11 which cases it to break in IE11. Changed it to use |
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.
LGTM!
Codecov Report
@@ Coverage Diff @@
## develop #4697 +/- ##
===========================================
- Coverage 98.95% 98.95% -0.01%
===========================================
Files 129 129
Lines 6302 6298 -4
Branches 821 821
===========================================
- Hits 6236 6232 -4
Misses 65 65
Partials 1 1
Continue to review full report at Codecov.
|
🤖 Beep boop! Screenshot test report 🚦6 screenshots changed from Details3 Changed:3 Added: |
🤖 Beep boop! Screenshot test report 🚦6 screenshots changed from Details3 Changed:3 Added: |
🤖 Beep boop! Screenshot test report 🚦6 screenshots changed from Details3 Changed:3 Added: |
…4697) BREAKING CHANGE: Removed `$mdc-checkbox-ui-pct` sass variable from `MDCCheckbox`
…4697) BREAKING CHANGE: Removed `$mdc-checkbox-ui-pct` sass variable from `MDCCheckbox`
…4697) BREAKING CHANGE: Removed `$mdc-checkbox-ui-pct` sass variable from `MDCCheckbox`
This new mixin allows customizing checkbox touch dimension. The default touch dimension is unchanged.
mdc-checkbox-touch-dimension(48px);
Refs #4694
BREAKING CHANGE: Removed
$mdc-checkbox-ui-pct
sass variable fromMDCCheckbox