@ckeditor/ckeditor5-inspector
Advanced tools
Changelog
1.4.0 (2019-09-23)
Allowed attaching the inspector collapsed using a configuration passed to CKEditorInspector#attach()
. Implemented the CKEditorInspector#destroy()
method. Unified CKEditorInspector#attach()
arguments syntax and allowed attaching to multiple editor instances at a time. Closes #44. Closes #42. Closes #48. (69ad014)
Implemented the CKEditorInspector#attachToAll()
method. Closes #56. (8a3c7ea)
Introduced the .ck-inspector-body-collapsed
class on <body>
(next to .ck-inspector-body-expanded
) to clearly distinguish expanded and collapsed inspector states. (664b9cd)
Thanks to @skurfuerst!
The CKEditorInspector.attach( 'editor-name', editor );
syntax was deprecated and replaced by an object literal CKEditorInspector.attach( { 'editor-name': editor, ... } );
.
Note: The old syntax works (backward compatibility) but it produces a warning in the console and will be removed in the future. We highly recommend using the new attach()
method syntax (learn more).
Changelog
1.1.0 (2019-03-06)
CKEditorInspector.attach()
. Closes #11. (63ff58e)undefined
. (10821a3)