Added
- CSS styling options to
mwc-button
- CSS styling options to
mwc-textfield
- README for
mwc-drawer
- README for
mwc-checkbox
- README for
mwc-formfield
- Demo for
mwc-drawer
without a header in the drawer --mdc-icon-button-size
and--mdc-icon-size
tomwc-icon-button
Changed
- BREAKING
Dialog.title
renamed toDialog.heading
and
--mdc-dialog-title-ink-color
renamed to--mdc-dialog-heading-ink-color
as
it caused clashes withHTMLElement.prototype.title
. - Updated material dependencies to
4.0.0-canary.735147131.0
. - BREAKING
Slider.discrete
removed andSlider.pin
added. mwc-dialog
will now search its flattened distributed nodes and their trees
for a focusable element.- BREAKING
mwc-slider
now emits bubbling and composedinput
andchange
events instead ofMDCSlider:input
andMDCSlider:change
. - BREAKING:VISUAL the digits inside the
Slider
's pin will be rounded to at
most 3 decimal digits. - BREAKING
LinearProgress.determinate = false
removed in favor ofLinearProgres.indeterminate = false
. - BREAKING
LinearProgress.buffer = 0
default value changed to1
. - BREAKING:VISUAL
mwc-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. - BREAKING
LinearProgress.determinate = false
removed in favor ofLinearProgres.indeterminate = false
. - BREAKING
LinearProgress.buffer = 0
default value changed to1
. - BREAKING:VISUAL
mwc-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
mwc-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
inmwc-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.