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
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Import MDC Web v0.38.0. This includes adding experimental list templates as well as the changes from all of the releases listed below.
0.38.0 (2018-07-30)
Bug Fixes
chips: Remove color change from selected filter chips (#3093) (19e3d7f)
infrastructure: Rework goog.module positioning (#3098) (fbbf58a)
theme: Allow CSS variables to be passed to mdc-theme-prop (#3086) (b47fe7d)
Code Refactoring
chips: Register handlers in component instead of foundation (#3146) (36e2755)
Features
floating-label: Add max-width mixin (#2956) (66f8bf7)
icon-button: update event handling to new standard (#3165) (531867e)
list: Add single selection (#2970) (cd1f972)
list: Updated two-line list to use typography baseline to match spec. (#3085) (4d11b37)
switch: Merge updated switch into master (#3214) (19724f1), closes #2825
typography: New mixin to set exact baseline height of text elements. (#3083) (dd3817a)
BREAKING CHANGES
switch: MDC Switch DOM structure and Sass APIs have changed, and JavaScript APIs have been added. See the documentation for more information.
icon-button: Removed some adapter APIs (registerInteractionHandler, deregisterInteractionHandler) and shifted responsibility of event handling out of the foundation and into the component.
chips: MDCChip/MDCChipSet registerEventHandler adapter methods were removed, and corresponding handlers were made public in MDCChipFoundation/MDCChipSetFoundation.
0.37.1 (2018-07-16)
Bug Fixes
hot-patching closure annotations. (#3024) (d5b95ab)
button: Remove dense/stroked line-height tweaks to improve alignment (#3028) (8b5f595)
notched-outline: Remove unused dependency from scss (#3044) (85ecf11)
typography: Update variable reference to work for newer versions of ruby-sass (#3047) (0dfad9a)
0.37.0 (2018-07-02)
Bug Fixes
chips: Add an event typedef for chip interaction events (#2965) (153e737)
icon-button: Remove unused styles, update docs, code cleanup (#2957) (32b5b9d)
Features
chips: Expose method to begin chip exit animation (#2845) (eb00fd3)
chips: Make chip exit on trailing icon click optional (#2893) (9178d46)
chips: Make event handlers on Chip public (#2997) (963e0c1)
fab: Add Extended FAB (14cb0bf)
fab: Enable padding customization (#2959) (1f5fd1f)
list: Add arrow key a11y support. (#2871) (7c06e9f)
ripple: Expose focus/blur handlers (#2905) (31d81ad)
0.36.1 (2018-06-18)
Bug Fixes
checkbox: support high contrast mode in Firefox on Windows (#2927) (8b7d77e)
menu: Update adapter to check for focus before calling (#2880) (84fcc08)
text-field: Hide extraneous border in FF in HC mode. (#2931) (bd4c563)
PiperOrigin-RevId: 209690562
0 commit comments