You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo for mwc-drawer without a header in the drawer
--mdc-icon-button-size and --mdc-icon-size to mwc-icon-button
Changed
BREAKINGDialog.title renamed to Dialog.heading and --mdc-dialog-title-ink-color renamed to --mdc-dialog-heading-ink-color as
it caused clashes with HTMLElement.prototype.title.
Updated material dependencies to 4.0.0-canary.735147131.0.
BREAKINGSlider.discrete removed and Slider.pin added.
mwc-dialog will now search its flattened distributed nodes and their trees
for a focusable element.
BREAKINGmwc-slider now emits bubbling and composed input and change
events instead of MDCSlider:input and MDCSlider:change.
BREAKING:VISUAL the digits inside the Slider's pin will be rounded to at
most 3 decimal digits.
BREAKINGLinearProgress.determinate = false removed in favor of LinearProgres.indeterminate = false.
BREAKINGLinearProgress.buffer = 0 default value changed to 1.
BREAKING:VISUALmwc-linear-progress had --mdc-theme-secondary applied
to its buffer bar's background color. This custom property's name was changed
to --mdc-linear-progress-buffer-color.
BREAKING:VISUAL the digits inside the Slider's pin will be rounded to at
most 3 decimal digits.
BREAKINGLinearProgress.determinate = false removed in favor of LinearProgres.indeterminate = false.
BREAKINGLinearProgress.buffer = 0 default value changed to 1.
BREAKING:VISUALmwc-linear-progress had --mdc-theme-secondary applied
to its buffer bar's background color. This custom property's name was changed
to --mdc-linear-progress-buffer-color.
BREAKINGmwc-icon-button will now use its default slot for <img> or <svg> icons instead of a named "icon" slot.
Fixed
Fixed checkbox ripple visibility when focused while being unchecked.
Fixed app content not being expanded inside drawer.
Fixed issue where slider when resized or scrolled will not respond to touch
as expected.
Fixed issue where mwc-ripple would not ripple when parent was a shadow root
BREAKING:VISUAL Fixed sizing of the mwc-icon-button in mwc-snackbar
Fixed mwc-icon-button icon at end layout.
mwc-slider can now have its pin and markers added and changed
dynamically.
Fixed mwc-icon-button icon at end layout.
mwc-slider can now have its pin and markers added and changed
dynamically.
Fixed mwc-dialog race-condition bug with the blocking elements polyfill that
could occur if the dialog was disconnected before it had finished opening.
Fixed mwc-button alignment issues when some buttons have icons and others do not.