Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed May 10, 2016
1 parent de6e3f7 commit 1c8a9dc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.4.2"></a>
## 0.4.2 (2016-05-10)

* Adds createComponentAtom util to use Ember.Component as atoms ([f553a4d](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/f553a4d))
* bump mobiledoc-kit to ^0.9.4 ([e57f8f9](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/e57f8f9))
* Change deprecated Ember.merge to Ember.assign ([af8ee4d](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/af8ee4d))
* depend on fix in mobiledoc-kit 0.9.4-beta.1 ([1f5aae0](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/1f5aae0))
* Expose `addAtom` action. Refactor tests for greater clarity ([edbb8fe](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/edbb8fe))
* Update mobiledoc-kit to ^0.9.6 ([7595f9a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7595f9a))
* Use editor#insertAtom and editor#insertCard ([cf96819](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/cf96819))



<a name="0.4.1"></a>
## 0.4.1 (2016-04-14)

Expand All @@ -11,6 +24,7 @@
* Update mobiledoc-kit dependency to ^0.9.2 ([78df990](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/78df990))
* Update README.md ([0939f8a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/0939f8a))
* Use inputModeDidChange and postDidChange hooks ([02cda9a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/02cda9a))
* v0.4.1 ([25199d1](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/25199d1))



Expand Down
2 changes: 1 addition & 1 deletion addon/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import MOBILEDOC_KIT_VERSION from 'mobiledoc-kit/version';
const EDITOR_VERSION = '0.4.1';
const EDITOR_VERSION = '0.4.2';
const VERSION = {
EDITOR_VERSION,
MOBILEDOC_KIT_VERSION
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.1",
"version": "0.4.2",
"description": "A Mobiledoc editor for Ember.js apps",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 1c8a9dc

Please sign in to comment.