Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 1.95 KB

Ember Paper Changelog

0.2.8 (Aug 19, 2015)

  • #154 Add support for inline paper-icon in paper-input component
  • #152 Add support for .md-actions to {{paper-card}}
  • #151 Only show validation errors if user has interacted with the element
  • #138 Use sidenav and backdrop angular material styles. Use ember-css-transitions.

0.2.7 (Aug 11, 2015)

  • #132 Added autocomplete component.
  • #144 Fixed paper-icon sizes and added new size md-sm (size="sm").
  • #146 Upgrade to ember 1.13.7 and ember-cli 1.13.8.

0.2.6 (Jul 20, 2015)

  • #135 Fix deprecation bug in linear progress indicator.
  • #136 Added circular progress indicator.
  • Update to Ember-cli 1.13.1.

0.2.5 (Jul 18, 2015)

  • #114 Added linear progress indicator.
  • Created a color mixin. Specify primary=true, accent=true or warn=true to apply the respective color classes.
  • Paper button now applies md-icon-button if icon-button=true.

0.2.4 (Jul 10, 2015)

  • #113 Added support for Ember 1.13.x hasBlock.

0.2.3 (Jul 9, 2015)

  • #120 Rewrite {{paper-input}} from scratch with validation messages. Deprecated {{paper-text}} in favor to the new {{paper-input}}. The transition should be easy.
  • #121 Added Changelog