Skip to content

Commit

Permalink
v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jun 29, 2018
1 parent bb87a00 commit 95e1807
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<a name="0.5.15"></a>
## 0.5.15 (2018-06-29)

* doc(lifecycle hooks): Document lifecycle hooks (#155) ([bb87a00](https://github.com/bustle/ember-mobiledoc-editor/commit/bb87a00)), closes [#155](https://github.com/bustle/ember-mobiledoc-editor/issues/155)
* feat(cursorDidChange): Add cursorDidChange callback to editor compo (#148) ([39c573c](https://github.com/bustle/ember-mobiledoc-editor/commit/39c573c)), closes [#148](https://github.com/bustle/ember-mobiledoc-editor/issues/148)



<a name="0.5.14"></a>
## 0.5.14 (2018-06-25)

* Fallback to parent coords in `tether-to-selection` (#141) ([1bfd8ca](https://github.com/bustle/ember-mobiledoc-editor/commit/1bfd8ca)), closes [#141](https://github.com/bustle/ember-mobiledoc-editor/issues/141)
* Upgrade mobiledoc-kit to 0.11.1 ([cb3aa09](https://github.com/bustle/ember-mobiledoc-editor/commit/cb3aa09))
* v0.5.14 ([861bc06](https://github.com/bustle/ember-mobiledoc-editor/commit/861bc06))
* chore(ci): Temporary fix for Travis service issue (travis-ci#8836) ([b7bebe3](https://github.com/bustle/ember-mobiledoc-editor/commit/b7bebe3)), closes [travis-ci#8836](https://github.com/travis-ci/issues/8836) [travis-ci/travis-ci#8836](https://github.com/travis-ci/travis-ci/issues/8836)
* chore(dependencies): Bump deps, with associated changes for Ember ecosystem ([3d15c82](https://github.com/bustle/ember-mobiledoc-editor/commit/3d15c82))
* chore(fix tests): Throw editor render errors after runloop (#152) ([2fdfdad](https://github.com/bustle/ember-mobiledoc-editor/commit/2fdfdad)), closes [#152](https://github.com/bustle/ember-mobiledoc-editor/issues/152)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mobiledoc-editor",
"version": "0.5.14",
"version": "0.5.15",
"description": "A Mobiledoc editor for Ember.js apps",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 95e1807

Please sign in to comment.