Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

57 lines (43 loc) · 3.84 KB

Ember Paper Changelog

0.2.11

  • #253 Add closeOnClick to paper-sidenav
  • #255 Add class to backdrops
  • #260 Set jquery version to 1.11.3
  • #261 Fixed #237 - didInsertElement deprecation warning for components using proxiable-mixin.
  • #271 Add support for positional param {{paper-icon "check"}}

0.2.10 (Nov 23, 2015)

  • #178 Listen for model changes
  • #219 Inject wormhole outlet through addon hook
  • #209 Fix issue with border-bottom-color in paper-select
  • #213 Fixed a few stray color references that didnt use color utility
  • Update ember-cli to 1.13.13

0.2.9 (Sep 20, 2015)

  • #140 Implement Material Menu and Select component.
  • #171 Add support for custom validations in paper-input component.
  • #192 Add support for paper-grid-list component.
  • #194 Fixed #173 - issue with paper-progress-circular.

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.
  • #168 Added dynamic height to textarea
  • #176 Documentation fix for autocomplete
  • #170 Pass through input helper attributes

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