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