Releases: ckeditor/ckeditor5-inspector
Releases · ckeditor/ckeditor5-inspector
v4.1.0
v4.0.0
BREAKING CHANGES
- Due to introducing the lock mechanism for the
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.
Other changes
- Aligned the CKEditor 5 Inspector API to use the new lock mechanism when enabling/disabling the read-only mode. (commit)
v3.1.1
v3.1.0
v3.0.0
BREAKING CHANGES
- Upgraded the minimal versions of Node.js to
14.0.0
due to the end of LTS.
Features
- Implemented the mini inspector (
MiniCKEditorInspector
) in a separate build. Closes #143. (commit) - The "Log editor data" button should copy to the clipboard if clicked with the Shift key. Closes #136. (commit)
Other changes
- Updated the required version of Node.js to 14. See ckeditor/ckeditor5#10972. (commit)
v2.3.0
v2.2.2
Other changes
-
Added the
data-cke-inspector=true
attribute to all<style>
tags injected by the application. Closes #106. (commit)Also:
- Reduced the number of
<style>
tags injected by the application. - Used the
.ck-inspector
namespace for CSS custom properties used by the inspector to clean up the developer tools and improve DX.
- Reduced the number of
v2.2.1
v2.2.0
Features
- Brought support for the editor view
RawElement
. Closes #89. (commit) - Made it possible to toggle the inspector using the Alt+F12 keyboard shortcut. Closes #87. (commit)
Bug fixes
- Addressed the "react-fast-compare circular refs" warning by switching to Lodash
isEqual()
. Closes #86. (commit)