CHANGELOG.md 8.0 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)

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

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.).

12.2.2 (2019-08-26)

Other changes

12.2.1 (2019-07-10)

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

12.2.0 (2019-07-04)

Features

  • BalloonEditor.create() will throw an error, when textarea element is used. (83552e2)

12.1.1 (2019-06-05)

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

12.1.0 (2019-04-10)

Features

  • Introduced EditorConfig#initialData. (678528f)

12.0.0 (2019-02-28)

Features

  • Added support for the config.placeholder option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (7f39e5e)

Bug fixes

Other changes

  • Adjustments to new editor initialization events. See breaking changes. (1bb0285)
  • Editor UI classes API refactoring. See breaking changes. (dd43e7a)

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The second argument of BalloonEditorUIView.constructor() is an editing view instance now.
  • The editor#dataReady event was removed. The editor.data#ready event has been introduced and should be used instead.
  • The editor#pluginsReady event was removed. Use plugin afterInit() method instead.
  • Removed BalloonEditor#element property. The BalloonEditorUI#element property should be used instead.
  • Removed BalloonEditorUIView#editableElement. Instead BalloonEditorUI#getEditableElement() method should be used.

11.0.2 (2018-12-05)

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

11.0.1 (2018-10-08)

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

11.0.0 (2018-07-18)

Features

  • Editor can now be created with initial data passed to the create() method. Closes #18. (48c265c)

Other changes

BREAKING CHANGES

  • The BalloonEditor#element property was renamed to BalloonEditor#sourceElement and BalloonEditor#updateElement() method to BalloonEditor#updateSourceElement(). See ckeditor/ckeditor5-core#64.

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)

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

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

Other changes

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

Other changes

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

Other changes

  • The editor name has been changed from @ckeditor/ckeditor5-build-balloon-toolbar to @ckeditor/ckeditor5-build-balloon (the class name has been changed to BalloonEditor). See ckeditor/ckeditor5#546 for more information. (5fc4f60)

BREAKING CHANGES

0.1.0 (2017-09-03)

Features

  • The first implementation of the balloon editor. Closes #1. (a4462ac)