This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-image
Releases · ckeditor/ckeditor5-image
v19.0.0
v18.0.0
v17.0.0
MINOR BREAKING CHANGES
- Resizer options object now also takes the editor instance.
- Removed the
downcastWriter
property from theResizerOptions
interface.
Bug fixes
- Fixed image resize behavior upon short clicking a handle without dragging. Image will no longer became full width, nor will it briefly flash an unexpected size. Closes ckeditor/ckeditor5#5189 and closes ckeditor/ckeditor5#5195. (9148013)
- Focus the editor before executing toolbar buttons' command. See ckeditor/ckeditor5#353. (5a700a2)
Other changes
- Updated translations. (b81e08c)
v16.0.0
v15.0.0
MAJOR BREAKING CHANGES
- Removed
isImageType()
util.
Features
- Introduced
config.image.upload.types
configuration option for setting allowed image mime-types. Closes #295. Closes ckeditor/ckeditor5#674. (8c36aee)
Bug fixes
- Initial resize of a side image with no width predefined now gives correct percentage values. Closes #306. (b084de5)
Other changes
- Added
pluginName
property to editing plugins. (71adead) - Improved the resizer performance. Closes ckeditor/ckeditor5#5191. (c46072b)
- Make the
Clipboard
plugin a required dependency ofImageUploadEditing
. Closes ckeditor/ckeditor5-core#193. (311c48c) - Updated translations. (27effa2) (93aa0bb)
v14.0.0
Features
Bug fixes
- Image upload should handle images that are deeply nested in other blocks. Closes ckeditor/ckeditor5#1985. (5a729d3)
- Image widgets should not span the entire width of the editor. Closes ckeditor/ckeditor5#1870. (b82ea85)
- Improved stability of
ImageTextAlternative
balloon used in rotator. (2e979cd) - The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403). (6c74d59)
- Worked around Safari's image size bug. Closes ckeditor/ckeditor5#1975. (8e14b03)
Other changes
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (a5451d6)
- Removed the obsolete
--ck-color-upload-infinite-background
CSS custom property. See ckeditor/ckeditor5-theme-lark#240. (65c07cd) - The image widget toolbar should have a proper
aria-label
attribute (see ckeditor/ckeditor5#1404). (13af143) - Updated translations. (f2a760d)
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.