Skip to content

Commit

Permalink
changelog.md: Updated for changes in 0.2 branch. Clarify hammer.js
Browse files Browse the repository at this point in the history
…upgrade instructions.
  • Loading branch information
DanChadwick committed Apr 26, 2016
1 parent 42910f8 commit 0dd83d9
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,25 @@ Contributions and pull requests are always welcome. Contributors may often be fo
- [#338](https://github.com/miguelcobain/ember-paper/pull/338)
- paper-card now uses contextual components. The old paper-card-content and paper-card-title components still work.
- paper-card now supports the same configurations as the [Angular Material](https://material.angularjs.org/1.0.6/demo/card) version.
- Updated the dependency on hammer from `hammerjs` to `hammer.js`.
- Update your project's `bower.json` to require `"hammer.js": "^2.0.8"`.
- Updated the dependency on hammer from `hammerjs` to `hammer.js` . (Also backported to 0.2.14.)
- Update your project's `bower.json` to require `"hammer.js": "^2.0.8"`. Remove `bower_components/hammerjs`. Run `bower cache clean`, then `bower install`.

### 0.2.11
### 0.2.14

- Updated the dependency on Hammer.js from `hammerjs` to `hammer.js`.
- Update your project's `bower.json` to require `"hammer.js": "^2.0.8"`. Remove `bower_components/hammerjs`. Run `bower cache clean`, then `bower install`.

### 0.2.13

- [#322](https://github.com/miguelcobain/ember-paper/pull/322) Remove documentation for searchTest in inverse block for `{{paper-autocomplete}}`.
- [#323](https://github.com/miguelcobain/ember-paper/pull/323) Pass item through as expected rather than label to itemComponent for `{{paper-autocomplete}}`.
- [#347](https://github.com/miguelcobain/ember-paper/pull/347) Don't import Hammer or matchMedia when building in node (FastBoot support)

### 0.2.12

- [#307](https://github.com/miguelcobain/ember-paper/pull/307) Add paper-card title components
- [#283](https://github.com/miguelcobain/ember-paper/pull/283) Adds support for `fullTextSearch` attribute on `{{paper-autocomplete}}`. Enables passing Promises to the `model` attribute on `{{paper-autocomplete}}`. Docs updated.
- [#311](https://github.com/miguelcobain/ember-paper/pull/311) Fixed issue with `paper-wormhole` div in `<head>` tag.### 0.2.11

- [#253](https://github.com/miguelcobain/ember-paper/pull/253) Add `closeOnClick` to paper-sidenav
- [#255](https://github.com/miguelcobain/ember-paper/pull/255) Add class to backdrops
Expand Down

0 comments on commit 0dd83d9

Please sign in to comment.