v0.10.0
Added
mwc-textfieldink and fill css variables
Changed
-
BREAKING Removed
mwc-icon-font.jsimport. Most users should load the Material Icons and Roboto fonts by adding the following to their HTML file:<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">
See the Fonts section of the README for more details.
-
BREAKING Moved
@material/mwc-textfield/character-counter/mwc-character-counter-directive.jsto@material/mwc-textfield/mwc-character-counter-directive.js.
Fixed
- Fixed
mwc-dialog's issues with working on older browsers. <mwc-radio>groups are now correctly synchronized when stamped using a lit-htmlmaporrepeat, and any other time the radio is not created and connected at the same time (#282).