CHANGELOG.md 26 KB

Changelog

10.1.0 (2018-06-21)

This is a minor release that introduces many bug fixes and new features. Most notable ones are the table plugin and support for inserting soft breaks with Shift+Enter.

You can read more in the blog post.

Dependencies

New packages:

Major releases (contain breaking changes):

Minor releases:

Patch releases (bug fixes, internal changes):

Features

Besides new features introduced by the dependencies, this version also introduces the following features:

  • Added the table feature to the build. Closes #12. (58bfd46)

10.0.1 (2018-05-22)

Dependencies

Patch releases (bug fixes, internal changes):

10.0.0 (2018-04-25)

Dependencies

Major releases (contain breaking changes):

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)

Dependencies

Major releases (contain breaking changes):

Other changes

  • Image styles's default configuration has been changed to: left-aligned, right-aligned image and full-size image (instead of the typical: side-image and full-size image). This change makes content previously created with this build incompatible with the new setup.

You can configure image styles in order to bring back the old setting ([ 'full', 'side' ]).

Closes #10. (75855d9)

BREAKING CHANGES

  • The default image styles configuration has been changed (see the section above for more information).

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

NOTE

This release followed v1.0.0-beta.2 immediately to fix the issue mentioned below. Therefore, when upgrading from v1.0.0-beta.1 make sure to also check v1.0.0-beta.2 release notes.

Bug fixes

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

Note: Make sure to see the BREAKING CHANGES section below.

Dependencies

Major releases (contain breaking changes):

Other changes

BREAKING CHANGES

  • The global variable exported by the build is now called DecoupledEditor instead of DecoupledDocumentEditor. See #6.
  • The config options config.toolbarContainer and config.editableContainer have been removed. Please refer to the DecoupledEditor class API documentation to learn about possible methods of bootstrapping the UI.

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

Features

  • Implemented the document editor build on top of the decoupled editor. Closes #1. (5bf2a07)