CHANGELOG.md 2.8 KB

Changelog

10.0.3 (2018-10-08)

Internal changes only (updated dependencies, documentation, etc.).

10.0.2 (2018-07-18)

Internal changes only (updated dependencies, documentation, etc.).

10.0.1 (2018-06-21)

Internal changes only (updated dependencies, documentation, etc.).

10.0.0 (2018-04-25)

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

1.0.0-beta.4 (2018-04-19)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0-beta.2 (2018-04-10)

Other changes

  • Aligned to package names changes: @ckeditor/ckeditor5-cloudservices was renamed to @ckeditor/ckeditor5-cloud-services and @ckeditor/ckeditor-cloudservices-core to @ckeditor/ckeditor-cloud-services-core. (ce3abaf)

1.0.0-beta.1 (2018-03-15)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0-alpha.2 (2017-11-14)

Bug fixes

  • Prevented UploadGateway from being created when cloudServices#tokenUrl is not provided. Closes #9. (cdc6662)

Other changes

  • Aligned code to the new CloudeServices API and used the ckeditor5-cloudservices package. Closes #7. (ce800f7)

The plugin will now automatically refresh the token when it expired.

BREAKING CHANGES

  • The Easy Image plugin does not use config.cloudServices.token anymore. The new option name is config.cloudServices.tokenUrl with a URL to the token server.

1.0.0-alpha.1 (2017-10-03)

Internal changes only (updated dependencies, documentation, etc.).