Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-inspector

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-inspector - npm Package Versions

1

2.0.0

Diff

Changelog

Source

2.0.0 (2020-03-26)

Features

  • Implemented markers preview in the "Model" tree. Implemented the "Markers" tab. Implemented support for multiple model/view ranges both in the trees and "Selection" tabs. Improved selection rendering in trees for smooth UX. Closes #12. Closes #7. Closes #68. Closes #73. (0d58db6)
ckeditor
published 1.5.0 •

Changelog

Source

1.5.0 (2019-12-05)

Features

  • Allowed inspecting model attribute properties. Closes #40. (448ae71)

Bug fixes

  • The inspector should render the RTL content in the trees properly. Closes #64. (40c3102)
ckeditor
published 1.4.0 •

Changelog

Source

1.4.0 (2019-09-23)

Features

  • 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!

Bug fixes

  • EditableElement should be recognized in the View node inspector. Closes #49. (729a922)

BREAKING CHANGES

  • 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).

ckeditor
published 1.3.0 •

Changelog

Source

1.3.0 (2019-03-20)

Features

  • Added a comment to each UIElement in the view tree to make it more distinguishable. Closes #13. (aef8995)
  • Added Custom Properties lists to the editor view node inspector. Closes #16. (b44708f)

Bug fixes

  • Long values should be truncated in the Tree and PropertyList to avoid performance issues. Closes #31. (16fa0e4)
  • The inspector should not scale beyond the height of the visible viewport. Closes #34. (86c287b)
ckeditor
published 1.2.0 •

Changelog

Source

1.2.0 (2019-03-11)

Features

  • Implemented vertical inspector resizing. Closes #4. (97d56aa)
ckeditor
published 1.1.0 •

Changelog

Source

1.1.0 (2019-03-06)

Features

  • Allowed using the editor instance as the only argument of CKEditorInspector.attach(). Closes #11. (63ff58e)

Bug fixes

  • Command value should be displayed properly in the list when defined as an object. Related to #9. (3d36cfa)
  • The command inspector should not crash when command's value is undefined. (10821a3)
  • The inspector should not crash when an attribute value is an object. Closes #10. (681f2e2)
  • The view tree inspector should display all attributes of all elements. Closes #9. (705f3c4)
  • View EmptyElement should not render with a closing tag. Added support for missing Empty and UI elements in the inspector and the tree. Closes #5. (e648ab4)

Other changes

  • Code refactoring. Minor improvements in rendering attributes and properties. (ad65184)
ckeditor
published 1.0.0 •

Changelog

Source

1.0.0 (2019-02-28)

Initial release.

ckeditor
published 0.0.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc