8
0

CHANGELOG.md 7.2 KB

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

19.0.0 (2020-04-29)

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

18.0.0 (2020-03-19)

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

17.0.0 (2020-02-19)

Other changes

16.0.0 (2019-12-04)

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

15.0.0 (2019-10-23)

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

11.1.0 (2019-08-26)

Features

  • Attributes (of the text and element) will be copied to the next line on Enter. This functionality needs to be turned on by setting copyOnEnter in the schema for each attribute that you register. Closes #40. (36bdcd8)

Other changes

11.0.4 (2019-07-10)

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

11.0.3 (2019-07-04)

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

11.0.2 (2019-06-05)

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

11.0.1 (2019-04-10)

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

11.0.0 (2019-02-28)

BREAKING CHANGES

10.1.3 (2018-12-05)

Bug fixes

  • EnterCommand will use writer.split() also at the beginning and at the end of a block. (c159958)

10.1.2 (2018-10-08)

Bug fixes

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)