ckeditor5-react v4.0.0 Release Notes
Release Date: 2022-02-09 // 5 months ago-
๐ฅ BREAKING CHANGES
- โฌ๏ธ Upgraded the minimal versions of Node.js to
14.0.0
due to the end of LTS.
๐ Bug fixes
- ๐ Use
async/await
inCKEditorContext#_destroyContext()
to handle context destruction properly. Closes #283. (commit)
Other changes
- โก๏ธ Updated the required version of Node.js to 14. See ckeditor/ckeditor5#10972. (commit)
- โฌ๏ธ Upgraded the minimal versions of Node.js to
Previous changes from v3.0.3
-
๐ Internal changes only (updated dependencies, documentation, etc.).