Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Apr 20, 2016
1 parent dd2b2f0 commit 9899942
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
<a name="0.9.4"></a>
## 0.9.4 (2016-04-20)

* Add #insertAtom and #insertCard to Editor, fix #insertText ([b14d7be](https://github.com/bustlelabs/mobiledoc-kit/commit/b14d7be))
* Allow destroying an editor when it failed to render properly ([e16e0d6](https://github.com/bustlelabs/mobiledoc-kit/commit/e16e0d6))
* Better description of markup attributes in MOBILEDOC.md ([f04d2e6](https://github.com/bustlelabs/mobiledoc-kit/commit/f04d2e6))
* build docs into demo ([d2af3ac](https://github.com/bustlelabs/mobiledoc-kit/commit/d2af3ac))
* built website from a3221dd3557ebd0215422264f6c2f7fa8cce7e59 ([ed24ba5](https://github.com/bustlelabs/mobiledoc-kit/commit/ed24ba5))
* built website from d2af3ac0dd1fed55537b376946d38cf44da813ed ([1ce6592](https://github.com/bustlelabs/mobiledoc-kit/commit/1ce6592))
* bump demo deps ([a3221dd](https://github.com/bustlelabs/mobiledoc-kit/commit/a3221dd))
* change doc output to demo/public/docs ([3ca5353](https://github.com/bustlelabs/mobiledoc-kit/commit/3ca5353))
* Ignore mutation events from within atoms ([8aac800](https://github.com/bustlelabs/mobiledoc-kit/commit/8aac800))
* Minor changes: Remove references to embed intent, add FIXME ([46e50be](https://github.com/bustlelabs/mobiledoc-kit/commit/46e50be))
* Update broccoli build to copy version from package.json to src/js/version.js ([ae06afc](https://github.com/bustlelabs/mobiledoc-kit/commit/ae06afc))
* Update the README to add links to docs ([e346abd](https://github.com/bustlelabs/mobiledoc-kit/commit/e346abd))



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

* Turn off mutation-parser logging ([4ba228d](https://github.com/bustlelabs/mobiledoc-kit/commit/4ba228d))
* v0.9.3 ([f1faa73](https://github.com/bustlelabs/mobiledoc-kit/commit/f1faa73))



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": "mobiledoc-kit",
"version": "0.9.3",
"version": "0.9.4",
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
"repository": "https://github.com/bustlelabs/mobiledoc-kit",
"scripts": {
Expand Down

0 comments on commit 9899942

Please sign in to comment.