Skip to content

v5.0.1

Choose a tag to compare

@CKEditorBot CKEditorBot released this 27 May 08:31
· 7 commits to master since this release
v5.0.1
c5dc163

Bug fixes

  • Fixed a bug where only the first quote character were converted during stringification. See ckeditor/ckeditor5-inspector#190.

  • Added a container option to CKEditorInspector.attach() allowing the inspector to be mounted into a custom DOM element instead of document.body. See ckeditor/ckeditor5-inspector#39, ckeditor/ckeditor5-inspector#100.

    Useful in multi-window environments (Electron, WebView2, iframes) where the global document is not the document where the editor lives.
    The wrapper element is created in container.ownerDocument so ReactDOM event delegation works in the target document.

    Thanks to @marco-ms.

Other changes

  • Upgrade to Node v24.11.