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

Releases: ckeditor/ckeditor5-image

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

Other changes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Bug fixes

Other changes

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

MINOR BREAKING CHANGES

  • Resizer options object now also takes the editor instance.
  • Removed the downcastWriter property from the ResizerOptions interface.

Bug fixes

Other changes

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Bug fixes

Other changes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES

  • Removed isImageType() util.

Features

Bug fixes

  • Initial resize of a side image with no width predefined now gives correct percentage values. Closes #306. (b084de5)

Other changes

v14.0.0

26 Aug 09:53
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

BREAKING CHANGES

  • From now on, all images in the editor use CSS display: table by default (.ck-content .image { display: table }). It can affect integrations and we recommend checking if images render correctly in your project after this update. There is a possibility you might need to adjust the CSS to adapt to this change.

v13.1.2

10 Jul 14:32
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v13.1.1

04 Jul 09:28
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v13.1.0

05 Jun 09:05
Compare
Choose a tag to compare

Bug fixes

  • Fixed the scope of the "click outside handler" in ImageTextAlternative. Closes #292. (78e619e)

Other changes

  • Changed ImageStyleCommand#defaultStyle from private to public readonly property. Closes #289. (fb35177)
  • Updated translations. (01125b7)

v13.0.1

10 Apr 09:36
Compare
Choose a tag to compare

Other changes