This repository was archived by the owner on Jun 26, 2020. It is now read-only.
v13.0.0
Features
- Enable images in table cells. (3a4d2ca)
Bug fixes
- Insert missing caption for images that are nested in other elements. Closes ckeditor/ckeditor5#1524. (0e3a7c5)
- The text alternative input should be blurred before the form is removed from the DOM. Closes ckeditor/ckeditor5/issues#1501. (f89fe04)
- Fixed memory leaks during editor initialization and destruction (see ckeditor/ckeditor5#1341). (205f119)
Other changes
- Aligned to the new
WidgetToolbarRepository
API. Replaced theisImageWidgetSelected()
utility withgetSelectedImageWidget()
(see ckeditor/ckeditor5-widget#60). (699d586) - Remove
ImageEditing
plugin from requires method ofImageStyleEditing
. Closes #261. (5dea054) - The image uploading listener for handling
base64/blob
images no longer stopsinputTransformation
event. Closes #263. Closes ckeditor/ckeditor5-paste-from-office#44. (8c5b4fc) - Updated translations. (1f4e70d) (6c9e15c) (a1b03b9)
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c) - The
isImageWidgetSelected()
utility has been replaced bygetSelectedImageWidget()
and returns an editingView
element instead ofBoolean
.