Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Apr 17:06
· 1087 commits to master since this release

Bug fixes

  • Caption will not be automatically added for the second time if it was already added before "caption fixer" was fired. Closes #78. (e651b01)
  • Image captions in the view are hidden instead of being removed (from the view and the DOM). Closes #77. (aae2957)
  • The editor no longer crashes when undoing or redoing changes should reshow temporarily invisible image caption. Closes #58. (8e36645)
  • The image should not go (visually) beyond the boundaries of the parent container. Closes #67. (d1ee92d)

Features

  • Added "Enter caption here" placeholders to empty image captions. Closes #71. (3818544)

  • Introduced toWidgetEditable(). Closes #57. (ecbe435)

    The styling and behavior of image's caption will now be reusable in other widgets.

  • Named existing plugin(s). (de96d07)

Other changes

BREAKING CHANGES

  • The widget API is now available in the ckeditor5-widget package. See #35.