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