This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.1
Features
- Intorduced the
ImageUpload
feature. It was moved from the@ckeditor/ckeditor5-upload
package. See ckeditor/ckeditor5-upload#22. (b974bb0) - Simplified the text alternative UI, aligning the image package to the redesigned Lark theme (see ckeditor/ckeditor5#645). (9a069b0)
Other changes
- Aligned feature class naming to the new scheme. (8690765)
- Migrated package styles to PostCSS. Moved visual styles to
@ckeditor/ckeditor5-theme-lark
(see ckeditor/ckeditor5-ui#144). (ed6e1cf) - Removed the
.ck-editor-toolbar
and.ck-editor-toolbar-container
classes from the UI (see ckeditor/ckeditor5-theme-lark#135). (1c08fdd) - Renamed
uploadImage
command and button toimageUpload
. Closes #184. (6f891b8) - Updated naming of UI components & commands. (2e7fbee)
- Updated translations. (02f9cf5)
BREAKING CHANGES
uploadImage
command and button are now calledimageUpload
.- Renamed the
'imageUpload'
command to'uploadImage'
. - The
'imageStyleFull'
,'imageStyleSide'
,'imageStyleAlignLeft'
,'imageStyleAlignRight'
and'imageStyleAlignCenter'
commands are no longer available. They were replaced by the'imageStyle'
command that accepts name of an image style as a value. - The
'imageStyleFull'
,'imageStyleSide'
,'imageStyleAlignLeft'
,'imageStyleAlignRight'
and'imageStyleAlignCenter'
UI components are no longer available. Replaced by'imageStyle:full'
,'imageStyle:side'
,'imageStyle:alignLeft'
,'imageStyle:alignRight'
and'imageStyle:alignCenter'
. - The
ImageStyleCommand#value
property is no longer a boolean only. Now it represents a name of an image style of the currently selected image element. - The
ImageStyleCommand
constructor's second parameter is now an array of supported image styles. - The DOM structure of the text alternative form has changed.
0.0.1 (2017-11-06)
Internal changes only (updated dependencies, documentation, etc.).