Skip to content

Commit 33ceb82

Browse files
committed
0.5.0
1 parent ee69deb commit 33ceb82

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
<a name="0.5.0"></a>
2+
# 0.5.0 (2016-07-18)
3+
4+
* (tests) Change activeSectionTagNames test to be more robust ([7f07d44](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7f07d44))
5+
* (tests) Use `cursorDidChange` callback in `activeSectionTagNames` tests ([e38d621](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/e38d621))
6+
* 0.5.0 ([39507fe](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/39507fe))
7+
* add postversion script for `np` ([ee69deb](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/ee69deb))
8+
* added to <button>s elements `type="button"` to avoid a11y problems ([d45d77f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/d45d77f))
9+
* Update to mobiledoc-kit 0.10.1 ([22c7805](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/22c7805))
10+
11+
12+
113
<a name="0.4.3"></a>
214
## 0.4.3 (2016-06-03)
315

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

821

922

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mobiledoc-editor",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "A Mobiledoc editor for Ember.js apps",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)