From 737ba2abb423665257cf6ccc5e8472742433322f Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Sat, 7 Dec 2019 22:44:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 60350fb3..5b8c48da 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,15 +15,15 @@ - `Improvements` — Conversion Toolbar now included in the Inline Toolbar [#853](https://github.com/codex-team/editor.js/issues/853) - `Improvements` — All buttons now have beautiful Tooltips provided by [CodeX Tooltips](https://github.com/codex-team/codex.tooltips) - `New` — new Tooltips API for displaying tooltips near your custom elements -— `New` *API* — Block [lifecycle hooks](tools.md#block-lifecycle-hooks) -— `New` *Inline Tools API* — Ability to specify Tool's title via `title` static getter. +- `New` *API* — Block [lifecycle hooks](tools.md#block-lifecycle-hooks) +- `New` *Inline Tools API* — Ability to specify Tool's title via `title` static getter. - `Fix` — On selection from end to start backspace is working as expected now [#869](https://github.com/codex-team/editor.js/issues/869) -— `Fix` — Fix flipper with empty dom iterator [#926](https://github.com/codex-team/editor.js/issues/926) +- `Fix` — Fix flipper with empty dom iterator [#926](https://github.com/codex-team/editor.js/issues/926) - `Fix` — Normalize node before walking through children at `isEmpty` method [#943](https://github.com/codex-team/editor.js/issues/943) -— `Fix` — Fixed Grammarly conflict [#779](https://github.com/codex-team/editor.js/issues/779) -— `Improvements` — Module Listeners now correctly removes events with options [#904](https://github.com/codex-team/editor.js/pull/904) -— `Improvements` — Styles API: `.cdx-block` default vertical margins decreased from 0.7 to 0.4 ems. -— `Fix` — Fixed History Back on block deletion by Backspace in Firefox [#967](https://github.com/codex-team/editor.js/pull/967) +- `Fix` — Fixed Grammarly conflict [#779](https://github.com/codex-team/editor.js/issues/779) +- `Improvements` — Module Listeners now correctly removes events with options [#904](https://github.com/codex-team/editor.js/pull/904) +- `Improvements` — Styles API: `.cdx-block` default vertical margins decreased from 0.7 to 0.4 ems. +- `Fix` — Fixed History Back on block deletion by Backspace in Firefox [#967](https://github.com/codex-team/editor.js/pull/967) - `Fix` — Fixed `getRangeCount` call if range count is 0 [#938](https://github.com/codex-team/editor.js/issues/938) - `New` — Log levels now available to suppress Editor.js console messages [#962](https://github.com/codex-team/editor.js/issues/962) - `Fix` — Fixed wrong navigation on block deletion