|
| 1 | +<a name="0.9.2"></a> |
| 2 | +## 0.9.2 (2016-04-14) |
| 3 | + |
| 4 | +* [BUGFIX] Ensure Editor#hasActiveMarkup detects complex markups ([36be12a](https://github.com/bustlelabs/mobiledoc-kit/commit/36be12a)) |
| 5 | +* [BUGFIX] Ensure inputModeDidChange fires when changing from ol -> ul ([c4680aa](https://github.com/bustlelabs/mobiledoc-kit/commit/c4680aa)) |
| 6 | +* [CLEANUP] Enable live-reload for tests ([a5f4c3d](https://github.com/bustlelabs/mobiledoc-kit/commit/a5f4c3d)) |
| 7 | +* [CLEANUP] Fix jsdoc formatting, add `docs` npm script. ([2b28d95](https://github.com/bustlelabs/mobiledoc-kit/commit/2b28d95)) |
| 8 | +* [CLEANUP] Improve documentation for Editor, Post, PostNodeBuilder, Range ([97140e9](https://github.com/bustlelabs/mobiledoc-kit/commit/97140e9)) |
| 9 | +* [DOC] minor change for `activeSections` and `activeMarkups` ([1b255c1](https://github.com/bustlelabs/mobiledoc-kit/commit/1b255c1)) |
| 10 | +* [FEATURE] [BUGFIX] Refactor editor hooks ([de52092](https://github.com/bustlelabs/mobiledoc-kit/commit/de52092)), closes [#319](https://github.com/bustlelabs/mobiledoc-kit/issues/319) |
| 11 | +* built website from 36a7d5eb46db8b41887103974f59bc197adfd890 ([3fe5b35](https://github.com/bustlelabs/mobiledoc-kit/commit/3fe5b35)) |
| 12 | +* minor: change Range docs ([d5aefae](https://github.com/bustlelabs/mobiledoc-kit/commit/d5aefae)) |
| 13 | + |
| 14 | + |
| 15 | +### BREAKING CHANGE |
| 16 | + |
| 17 | +* The behavior of the `cursorDidChange` hook has changed. This is a potentially |
| 18 | + breaking change for consumers (such as |
| 19 | + `ember-mobiledoc-editor`) that used the `cursorDidChange` hook to |
| 20 | + maintain toolbar state. The `inputModeDidChange` hook should be used to |
| 21 | + detect changes to editor input state instead. See #357 |
| 22 | + |
1 | 23 | <a name="0.9.1"></a> |
2 | 24 | ## 0.9.1 (2016-03-24) |
3 | 25 |
|
|
8 | 30 | * Add card with drag/drop listeners to demo app ([f374958](https://github.com/bustlelabs/mobiledoc-kit/commit/f374958)) |
9 | 31 | * Handle drop events semantically ([b2a49c9](https://github.com/bustlelabs/mobiledoc-kit/commit/b2a49c9)) |
10 | 32 | * Update README.md ([dad9dc3](https://github.com/bustlelabs/mobiledoc-kit/commit/dad9dc3)) |
| 33 | +* v0.9.1 ([36a7d5e](https://github.com/bustlelabs/mobiledoc-kit/commit/36a7d5e)) |
11 | 34 | * chore(package): update testem to version 1.6.0 ([7117017](https://github.com/bustlelabs/mobiledoc-kit/commit/7117017)) |
12 | 35 |
|
13 | 36 |
|
|
0 commit comments