This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
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)