Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Address #14 for the
time being. Pulls in memory leak fixes backported spaniel 2.x
  • Loading branch information
asakusuma committed Aug 4, 2017
1 parent 3baf1e0 commit 24aa219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ember-spaniel Changelog

### 0.3.0 (August 4, 2017)

Downgrade [`spaniel`](https://github.com/linkedin/spaniel) to `2.3.0` to workaround [issue #14](https://github.com/asakusuma/ember-spaniel/issues/14) for the time being. Reverses the last breaking `defaultRootMargin` change. Also reverts back to always using Spaniel's IntersectionObserver.

### 0.2.0 (July 27, 2017)

Bump [`spaniel`](https://github.com/linkedin/spaniel) to `3.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-spaniel",
"version": "0.2.1",
"version": "0.3.0",
"description": "Ember addon wrapping spaniel and providing viewport and requestAnimationFrame utilities",
"directories": {
"doc": "doc",
Expand All @@ -21,7 +21,7 @@
"calculate-cache-key-for-tree": "^1.1.0",
"ember-cli-babel": "^6.3.0",
"ember-rollup": "^0.3.8",
"spaniel": "^3.1.1"
"spaniel": "^2.3.0"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand Down

0 comments on commit 24aa219

Please sign in to comment.