CKEditor 5 v45.2.0 Release Highlights: Improvements and bug fixes
CKEditor 5 v45.2.0 Release Highlights: Improvements and bug fixes
The latest CKEditor 5 release, v45.2.0, delivers a focused set of improvements and bug fixes. The update enhances how content is pasted, refines fullscreen behavior on smaller screens, and addresses several edge-case issues in collaboration and source editing.
Copy-Paste
When pasting tables from Office documents, especially those with borderless designs, the styling now more closely matches the original formatting.
Additionally, copy-paste operations in read-only mode have been fixed to ensure selections are respected and copied accurately, even without editing privileges.
Fullscreen
Fullscreen was released in v45.0.0. With the newest release, the fullscreen feature now adapts more smoothly to smaller viewports, improving the overall experience on compact devices. Visual tweaks also ensure that empty sidebars no longer leave unnecessary spacing around the editable area, resulting in a cleaner, more focused workspace.
Minor breaking changes
The formatHtml()
helper function, previously bundled with the source editing feature, has been relocated to the @ckeditor/ckeditor5-utils package
. If you’re using this function in your codebase, make sure it reflects the new package location.
Enhanced Source Code Editing was introduced in v44.2.0 and is available with a 14-day free trial.