@ckeditor/ckeditor5-inspector
Advanced tools
Changelog
4.0.0 (2022-04-12)
Editor#isReadOnly
property, the inspector uses the new way of enabling the read-only mode in the editor. It requires an instance of CKEditor 5 in version 34 or higher. See ckeditor/ckeditor5#10496.Changelog
3.0.0 (2022-02-03)
14.0.0
due to the end of LTS.MiniCKEditorInspector
) in a separate build. Closes #143. (commit)Changelog
2.2.2 (2021-01-20)
Added the data-cke-inspector=true
attribute to all <style>
tags injected by the application. Closes #106. (commit)
Also:
<style>
tags injected by the application..ck-inspector
namespace for CSS custom properties used by the inspector to clean up the developer tools and improve DX.Changelog
2.2.0 (2020-08-05)
RawElement
. Closes #89. (commit)isEqual()
. Closes #86. (commit)