Skip to content

Instantly share code, notes, and snippets.

@rictorres
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rictorres/7a6ad6dcbe2e7b9adaed to your computer and use it in GitHub Desktop.
Save rictorres/7a6ad6dcbe2e7b9adaed to your computer and use it in GitHub Desktop.
List of Angular Material changes (breaking/features) since v0.8.3

0.9.0 (2015-05-04)

Features

  • autocomplete: adds support for messages to be displayed when no results are found (e057e271, closes #2574, #1525)

Breaking Changes

  • styles: removes global line-height and font-size from html and body (666e3311)
  • icons: namespaces built-in icons (539ec5e3)
  • gridlist: md-grid-tiles must be direct children of md-grid-list (5d9142ea)

0.9.0-rc3 (2015-04-28)

Features

  • autocomplete: allows tab or enter to select an item (59015b09)
  • button: support angular-new-router ng-link (4b9dcab5, closes #2478)
  • tooltip: Support hide-* show-* and user defined css using "display: none;" (08132848, closes #2386)

Breaking Changes

  • content containers for md-dialog now require md-dialog-content to be more flexible with child content containers. This is more consistent with md-card, which uses md-card-content. (9dc62403)
  • md-input-containers no longer allow both label and placeholder to be used simultaneously. Now the placeholder value (if present) is transcluded as a label or ignored. When the placeholder value is ignored, a warning will be logged. (d931c0d2)

0.9.0-rc2 (2015-04-20)

Features

  • chips:
    • allows user to require a matched item - used with autocomplete (736cbdb0)
    • adds keyboard shortcuts to chips component (c62d4dfd)
  • list:
    • extend typography styles (70fc6290, closes #2366)
    • add ripple to secondary to md-list actions (927d8e56)
  • mdUtil: add md-overflow-wrapper-shown class to DOM (5a028092)

Breaking Changes

  • List
    • md-item has been renamed to md-list-item
    • md-item-content element is now a .md-list-item-text class
    • List styles of .md-tile-left changed to .md-avatar for avatar-like images
    • md-list-item uses .md-no-proxy and .md-no-style
  • Tabs
    • When using md-tab-label, the content of your tab must be wrapped in md-tab-body
  • Typography changes have significantly impacted the <h1>...<h4> types.

0.9.0-rc1 (2015-04-14)

Features

Breaking Changes

Generated HTML and style improvements:

CSS
  • CSS Focus outlines not prevented by default
  • Box-sizing removed from body, applied to components
  • textRendering: optimizeLegibility removed from body, applied to a subset of elements
  • Font sizes, margins, padding in rem units
  • Roboto webfont included in SCSS
  • Typography: classes introduced for headings and body copy
  • High-contrast mode supported on Windows
HTML
  • Docs: Pinch and zoom re-enabled in viewport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment