|
15 | 15 | - `Improvements` — Conversion Toolbar now included in the Inline Toolbar [#853](https://github.com/codex-team/editor.js/issues/853)
|
16 | 16 | - `Improvements` — All buttons now have beautiful Tooltips provided by [CodeX Tooltips](https://github.com/codex-team/codex.tooltips)
|
17 | 17 | - `New` — new Tooltips API for displaying tooltips near your custom elements
|
18 |
| -— `New` *API* — Block [lifecycle hooks](tools.md#block-lifecycle-hooks) |
19 |
| -— `New` *Inline Tools API* — Ability to specify Tool's title via `title` static getter. |
| 18 | +- `New` *API* — Block [lifecycle hooks](tools.md#block-lifecycle-hooks) |
| 19 | +- `New` *Inline Tools API* — Ability to specify Tool's title via `title` static getter. |
20 | 20 | - `Fix` — On selection from end to start backspace is working as expected now [#869](https://github.com/codex-team/editor.js/issues/869)
|
21 |
| -— `Fix` — Fix flipper with empty dom iterator [#926](https://github.com/codex-team/editor.js/issues/926) |
| 21 | +- `Fix` — Fix flipper with empty dom iterator [#926](https://github.com/codex-team/editor.js/issues/926) |
22 | 22 | - `Fix` — Normalize node before walking through children at `isEmpty` method [#943](https://github.com/codex-team/editor.js/issues/943)
|
23 |
| -— `Fix` — Fixed Grammarly conflict [#779](https://github.com/codex-team/editor.js/issues/779) |
24 |
| -— `Improvements` — Module Listeners now correctly removes events with options [#904](https://github.com/codex-team/editor.js/pull/904) |
25 |
| -— `Improvements` — Styles API: `.cdx-block` default vertical margins decreased from 0.7 to 0.4 ems. |
26 |
| -— `Fix` — Fixed History Back on block deletion by Backspace in Firefox [#967](https://github.com/codex-team/editor.js/pull/967) |
| 23 | +- `Fix` — Fixed Grammarly conflict [#779](https://github.com/codex-team/editor.js/issues/779) |
| 24 | +- `Improvements` — Module Listeners now correctly removes events with options [#904](https://github.com/codex-team/editor.js/pull/904) |
| 25 | +- `Improvements` — Styles API: `.cdx-block` default vertical margins decreased from 0.7 to 0.4 ems. |
| 26 | +- `Fix` — Fixed History Back on block deletion by Backspace in Firefox [#967](https://github.com/codex-team/editor.js/pull/967) |
27 | 27 | - `Fix` — Fixed `getRangeCount` call if range count is 0 [#938](https://github.com/codex-team/editor.js/issues/938)
|
28 | 28 | - `New` — Log levels now available to suppress Editor.js console messages [#962](https://github.com/codex-team/editor.js/issues/962)
|
29 | 29 | - `Fix` — Fixed wrong navigation on block deletion
|
|
0 commit comments