Skip to content

Releases: ckeditor/ckeditor5-inspector

v4.1.0

26 May 10:08
Compare
Choose a tag to compare

Features

  • Introduced the schema tab. Closes #41. (commit)

v4.0.0

12 Apr 09:31
Compare
Choose a tag to compare

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

29 Mar 14:22
Compare
Choose a tag to compare

Bug fixes

  • Improved rendering of GHS attributes in the inspector. Closes #129. (commit)

v3.1.0

17 Feb 10:02
Compare
Choose a tag to compare

Features

  • Made it possible to set editor data using the UI. Closes #138. (commit)

v3.0.0

03 Feb 14:03
Compare
Choose a tag to compare

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

v2.3.0

30 Nov 13:22
Compare
Choose a tag to compare

Features

  • Introduced editor quick actions toolbar (see #38) to log editor data, toggle editor read-only, and destroy editor. Closes #121, #104. (commit)

Other changes

  • Added the margin-bottom style to the <body> element when the inspector is collapsed to avoid covering the footer. Closes #126. (commit)

v2.2.2

20 Jan 14:56
Compare
Choose a tag to compare

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.

v2.2.1

04 Nov 15:37
Compare
Choose a tag to compare

Bug fixes

  • Node attributes should be sorted in trees and node inspectors (both for the model and the view). Closes #97. (commit)
  • The inspector should not throw when attributes are objects with circular references. Closes #98. (commit)

v2.2.0

05 Aug 11:58
Compare
Choose a tag to compare

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)

Other changes

  • The inspector should not update on editor events when the UI is collapsed. Closes #80. (commit)

v2.1.0

01 Jun 09:07
Compare
Choose a tag to compare

Features

  • Added the "Scroll to selection" buttons in the Model and View tabs. Closes #77. (699eab6)

Bug fixes

  • Checkboxes in the inspector UI should be centered vertically. Closes #84. (65b8aca)
  • Improved performance of the inspector by avoiding unnecessary React rendering. Closes #79. (44e7850)
  • User-agent styles of HTML select elements should not be overridden by the inspector. Closes #65. (396af59)