Skip to content

Commit 737ba2a

Browse files
authored
Update CHANGELOG.md
1 parent 74fdc91 commit 737ba2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
- `Improvements` — Conversion Toolbar now included in the Inline Toolbar [#853](https://github.com/codex-team/editor.js/issues/853)
1616
- `Improvements` — All buttons now have beautiful Tooltips provided by [CodeX Tooltips](https://github.com/codex-team/codex.tooltips)
1717
- `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.
2020
- `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)
2222
- `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)
2727
- `Fix` — Fixed `getRangeCount` call if range count is 0 [#938](https://github.com/codex-team/editor.js/issues/938)
2828
- `New` — Log levels now available to suppress Editor.js console messages [#962](https://github.com/codex-team/editor.js/issues/962)
2929
- `Fix` — Fixed wrong navigation on block deletion

0 commit comments

Comments
 (0)