CHANGELOG.md 3.7 KB

Changelog

10.1.1 (2018-07-18)

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

10.1.0 (2018-06-21)

Features

  • Introduced the ShiftEnter plugin (support for inserting soft breaks by pressing Shift+Enter). This plugin will also be added to the Essentials plugin which is available in all official builds, so soft break support will automatically be present in all builds now. Closes #2. (0181bbf)

Huge thanks to Alex Eckermann for this contribution!

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)

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

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

Bug fixes

Other changes

  • Aligned code to the changes in the engine. (39e4b4c)

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

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

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

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

0.10.0 (2017-09-03)

Features

Other changes

BREAKING CHANGES

  • The command API has been changed.

0.9.1 (2017-05-07)

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

0.9.0 (2017-04-05)

Features

  • Named existing plugin(s). (7d1582b)

0.8.0 (2017-03-06)

Features

  • Integrated the command with Schema#limits. Closes #38. (36dac9b)