Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v1.0.0-beta.1

Compare
Choose a tag to compare
@Reinmar Reinmar released this 15 Mar 11:50
· 708 commits to master since this release

Features

Other changes

BREAKING CHANGES

  • uploadImage command and button are now called imageUpload.
  • 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.).