v5.0.1
Bug fixes
-
Fixed a bug where only the first quote character were converted during stringification. See ckeditor/ckeditor5-inspector#190.
-
Added a
containeroption toCKEditorInspector.attach()allowing the inspector to be mounted into a custom DOM element instead ofdocument.body. See ckeditor/ckeditor5-inspector#39, ckeditor/ckeditor5-inspector#100.Useful in multi-window environments (Electron, WebView2, iframes) where the global
documentis not the document where the editor lives.
The wrapper element is created incontainer.ownerDocumentso ReactDOM event delegation works in the target document.Thanks to @marco-ms.
Other changes
- Upgrade to Node v24.11.