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

v12.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 115 commits to master since this release

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.