v2.20.2
codex-team/editor.jsv2.20.2Apr 15, 2021by github-actions[bot]
AI Summary
Bug fixes for default Tunes, tooltip leaks, and refactoring of the notifier module.
Key Highlights
- Fix default Tunes append if user tunes are provided
- Prevent leak of codex-tooltip when Editor.js is destroyed
- Refactoring notifier module to a util
Full Release Notes
- `Fix` — Append default Tunes if user tunes are provided for Block Tool [#1640](https://github.com/codex-team/editor.js/issues/1640) - `Fix` - Prevent the leak of codex-tooltip when Editor.js is destroyed [#1475](https://github.com/codex-team/editor.js/issues/1475). - `Refactoring` - Notifier module now is a util.