Skip to content

Commit 3d3bc2e

Browse files
committed
0.10.10
1 parent f1d2262 commit 3d3bc2e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
<a name="0.10.10"></a>
2+
## 0.10.10 (2016-09-13)
3+
4+
* feat(textInput): able to unregister single or all text input handlers (#484) ([68a60ae](https://github.com/bustlelabs/mobiledoc-kit/commit/68a60ae))
5+
* feat(UI): Export toggleLink (#491) ([3335357](https://github.com/bustlelabs/mobiledoc-kit/commit/3335357))
6+
* feat(willHandleNewline): add willHandleNewline hook (#489) ([f1d2262](https://github.com/bustlelabs/mobiledoc-kit/commit/f1d2262))
7+
* docs(grammarly): DOC - Add section about disabling Grammarly (#490) ([bbf3cfd](https://github.com/bustlelabs/mobiledoc-kit/commit/bbf3cfd))
8+
* fix(deprecate): Make deprecate accept conditional argument (#488) ([059fd66](https://github.com/bustlelabs/mobiledoc-kit/commit/059fd66))
9+
10+
11+
112
<a name="0.10.9"></a>
213
## 0.10.9 (2016-08-31)
314

4-
* fix(onTextInput): Ensure `onTextInput` is triggered by tab character (#479) ([a0aaa3a](https://github.com/bustlelabs/mobiledoc-kit/commit/a0aaa3a)), closes [#400](https://github.com/bustlelabs/mobiledoc-kit/issues/400)
15+
* 0.10.9 ([2fe7f0f](https://github.com/bustlelabs/mobiledoc-kit/commit/2fe7f0f))
516
* fix(newlines). Remove newline chars in text nodes (`\n`) when parsing HTML (#478) ([6036b90](https://github.com/bustlelabs/mobiledoc-kit/commit/6036b90)), closes [#333](https://github.com/bustlelabs/mobiledoc-kit/issues/333)
617
* fix(range) Allow reading range from DOM when editor is disabled (#476) ([6969f5c](https://github.com/bustlelabs/mobiledoc-kit/commit/6969f5c)), closes [#475](https://github.com/bustlelabs/mobiledoc-kit/issues/475)
718
* refactor(cleanup) Remove unused methods from `Post`, `Markerable` (#474) ([235f7a3](https://github.com/bustlelabs/mobiledoc-kit/commit/235f7a3))
19+
* fix(onTextInput): Ensure `onTextInput` is triggered by tab character (#479) ([a0aaa3a](https://github.com/bustlelabs/mobiledoc-kit/commit/a0aaa3a)), closes [#400](https://github.com/bustlelabs/mobiledoc-kit/issues/400)
820

921

1022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobiledoc-kit",
3-
"version": "0.10.9",
3+
"version": "0.10.10",
44
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
55
"repository": "https://github.com/bustlelabs/mobiledoc-kit",
66
"scripts": {

0 commit comments

Comments
 (0)