Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
202 lines (94 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

202 lines (94 loc) · 10.2 KB

Changelog

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)

Features

15.0.0 (2019-10-23)

Features

  • Enabled automatic items grouping in the main editor toolbar when there is not enough space to display them in a single row (see ckeditor/ckeditor5#416). (4d20b70)

12.1.4 (2019-08-26)

Other changes

12.1.3 (2019-07-10)

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

12.1.2 (2019-07-04)

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

12.1.1 (2019-06-05)

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

12.1.0 (2019-04-10)

Features

  • Introduced EditorConfig#initialData. (fce3edc)

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). (3450c23)

Bug fixes

Other changes

  • Adjustments to new editor initialization events. See breaking changes. (61ccab0)
  • Editor UI classes API refactoring. See breaking changes. (74e27ae)

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • 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 ClassicEditor#element property. The ClassicEditorUI#element property should be used instead.
  • Removed ClassicEditorUIView#editableElement. Instead ClassicEditorUI#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 #72. (09cebc6)

Other changes

BREAKING CHANGES

  • The ClassicEditor#element property was renamed to ClassicEditor#sourceElement and ClassicEditor#updateElement() method to ClassicEditor#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)

Other changes

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)

Features

BREAKING CHANGES

  • The former attributes controling the position of the toolbar provided by the StickyToolbarView are now available under ClassicEditorUIView#stickyPanel (editor.ui.view.stickyPanel).

0.8.0 (2017-09-03)

Bug fixes

  • The toolbar should never hide underneath the edited content. Closes #62. Closes ckeditor/ckeditor5-upload#33. (511d28f)

Features

  • The toolbar should support a vertical offset from the top of the web page. Closes #60. (6739afc)

Other changes

  • Renamed the classic.js file to classiceditor.js to match the naming convention. Closes #41. (c5714ba)

BREAKING CHANGES

  • The classic.js file containing ClassicEditor class has been renamed to classiceditor.js.

0.7.3 (2017-05-07)

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

0.7.2 (2017-04-05)

Bug fixes

  • It should be possible to use ClassicEditor.create() in its child classes. Closes #53. (95798ba)

Other changes

  • Code refactoring to share API with ckeditor5-editor-inline. Closes #48. (2bb1e4e)

0.7.1 (2017-03-06)

Other changes

  • Used ToolbarView#etItemsFromConfig() to bootstrap the toolbar in ClassicEditorUI. Closes #51. (53d58d9)