diff --git a/CHANGELOG.md b/CHANGELOG.md index 6515bc78c..3bff885a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [#260](https://github.com/miguelcobain/ember-paper/pull/260) Set jquery version to 1.11.3 - [#261](https://github.com/miguelcobain/ember-paper/pull/261) Fixed [#237](https://github.com/miguelcobain/ember-paper/issues/237) - didInsertElement deprecation warning for components using proxiable-mixin. - [#271](https://github.com/miguelcobain/ember-paper/pull/271) Add support for positional param `{{paper-icon "check"}}` +- [#307](https://github.com/miguelcobain/ember-paper/pull/307) Add paper-card title components ### 0.2.10 (Nov 23, 2015) - [#178](https://github.com/miguelcobain/ember-paper/pull/178) Listen for model changes diff --git a/tests/dummy/app/templates/card.hbs b/tests/dummy/app/templates/card.hbs index 85a8ddb10..da4d0bf57 100644 --- a/tests/dummy/app/templates/card.hbs +++ b/tests/dummy/app/templates/card.hbs @@ -74,6 +74,23 @@

Template

+ {{#code-block language='handlebars'}} + \{{#paper-card}} + \{{#paper-card-title}} + \{{#paper-card-title-text}} + <h2>Paracosm</h2> + <p>The titles of Washed Out's breakthrough song and the first single from Paracosm share the...</p> + \{{/paper-card-title-text}} + \{{#paper-card-title-media}} + <img class="md-media-lg" src="washedout.png"> + \{{/paper-card-title-media}} + \{{/paper-card-title}} + <div class="md-actions" layout="row" layout-align="end center"> + \{{#paper-button}}Action 1\{{/paper-button}} + \{{#paper-button}}Action 2\{{/paper-button}} + </div> + \{{/paper-card}}{{/code-block}} + {{#code-block language='handlebars'}} \{{#paper-card}} <img src="washedout.png" alt="Washed Out">