This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v17.0.0
MAJOR BREAKING CHANGES
- The
Watchdog
class was renamed toEditorWatchdog
and is available insrc/editorwatchdog.js
. - The
EditorWatchdog.for()
method was removed in favor of the constructor. - The
EditorWatchdog#constructor()
API changed. Now theEditorWatchdog
constructor accepts the editor class as the first argument and the watchdog configuration as the second argument. TheEditorWatchdog
editor creator now defaults to( sourceElementOrData, config ) => Editor.create( sourceElementOrData, config )
.
Features
- Introduced
ContextWatchdog
which is a watchdog forContext
. Closes ckeditor/ckeditor5#6079. Closes ckeditor/ckeditor5#6042. Closes ckeditor/ckeditor5#4696. (76c4938)