CKEditor 4.5.4 Released
We are happy to announce the release of CKEditor 4.5.4. Although it is a "minor" release focusing on bug fixes and stability improvements, it also introduces a brand new internal error logging mechanism. Read on for more information!
New Error Logging System
CKEditor 4.5.4 introduces a new internal error logging mechanism which will let us unify existing error logs and solve a class of issues that require controllable error logging. The new system is based on shortened error messages to not affect code size and at the moment it is mostly intended for internal use.
The following screenshot illustrates how an error for a required editor plugin is displayed in the console:
CKEditor Fixes
This release also contains a number of bug fixes. We are constantly improving the new drag and drop feature that was introduced in CKEditor 4.5, so a few issues with widget d&d were fixed. Additionally, updates to the parser will prevent the editor from removing empty HTML5 anchors without the name
attribute and header elements are now allowed to be a child of the <summary>
element. Last but not least, an annoying bug with drop-downs hiding right after opening on touch devices was also fixed.
Changelog
Check out the What's New? page for the full list of changes.
Download
Download CKEditor now and upgrade your installation or use your favorite package manager to install it!
License
CKEditor is available under Open Source and Commercial licenses. Full details can be found on our license page.
Reporting Issues and Contributing
Please use the CKEditor Development website to report issues and suggestions through tickets. You can also contribute code and provide editor patches through pull requests.
Support
Community support is available through Stack Overflow. Visit the support page for additional options.