Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Update to material-components-web v0.38.0 #1162

Closed
trimox opened this issue Jul 30, 2018 · 0 comments
Closed

Update to material-components-web v0.38.0 #1162

trimox opened this issue Jul 30, 2018 · 0 comments
Assignees
Labels
new-mdc-feature Feature incorporated from material-components-web
Milestone

Comments

@trimox
Copy link
Owner

trimox commented Jul 30, 2018

Upstream CHANGELOG for material-components-web

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)
  • infrastructure: update saucelabs windows 8 to windows 10 IE11 browser (#3234) (547a980)
  • list: add list to webpack js bundler (#3244) (b95d4e7)
  • theme: Allow CSS variables to be passed to mdc-theme-prop (#3086) (b47fe7d)

Features

  • auto-init: return initialized components (#1333) (19955bf)
  • floating-label: Add max-width mixin (#2956) (66f8bf7)
  • chips: Register handlers in component instead of foundation (#3146) (36e2755)
  • 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)
  • select: reduce adapter apis not used in MDCReact and update events to new pattern (#3204) (e29742a)
  • switch: Merge updated switch into master (#3214) (19724f1), closes #2825
  • tab-bar: Launch tab, tab indicator, tab scroller, tab bar (#3252) (78bf4bc)
  • typography: New mixin to set exact baseline height of text elements. (#3083) (dd3817a)

BREAKING CHANGES

  • tab-bar: mdc-tabs is deprecated and no longer bundled in the material-components-web package. You are encouraged to use the new mdc-tab-bar and related packages instead.
  • 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.
  • select: Removed some adapter APIs (setDisabled, setSelectedIndex, getSelectedIndex, setValue, registerInteractionHandler, deregisterInteractionHandler) and shifted responsibility of event handling and programmatic select element updates 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.
  • list: The layout of two-line list items is changed to wrap primary text line in a separate block element.
@trimox trimox added the new-mdc-feature Feature incorporated from material-components-web label Jul 30, 2018
@trimox trimox added this to the v0.38.0 milestone Jul 30, 2018
@trimox trimox self-assigned this Jul 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-mdc-feature Feature incorporated from material-components-web
Projects
None yet
Development

No branches or pull requests

1 participant