Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 18, 2016
1 parent ee69deb commit 33ceb82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<a name="0.5.0"></a>
# 0.5.0 (2016-07-18)

* (tests) Change activeSectionTagNames test to be more robust ([7f07d44](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7f07d44))
* (tests) Use `cursorDidChange` callback in `activeSectionTagNames` tests ([e38d621](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/e38d621))
* 0.5.0 ([39507fe](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/39507fe))
* add postversion script for `np` ([ee69deb](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/ee69deb))
* added to <button>s elements `type="button"` to avoid a11y problems ([d45d77f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/d45d77f))
* Update to mobiledoc-kit 0.10.1 ([22c7805](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/22c7805))



<a name="0.4.3"></a>
## 0.4.3 (2016-06-03)

* [docs] Add `addAtom` hook to readme ([1cfc925](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/1cfc925))
* added ability for document object to be passed in ([4e44203](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/4e44203))
* made the fallback more friendly for simple DOM ([6df69ad](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/6df69ad))
* v0.4.3 ([3fff054](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/3fff054))



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.4.3",
"version": "0.5.0",
"description": "A Mobiledoc editor for Ember.js apps",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 33ceb82

Please sign in to comment.