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

v17.0.0

Compare
Choose a tag to compare
@mlewand mlewand released this 20 Feb 12:22
· 21 commits to master since this release

MAJOR BREAKING CHANGES

  • The Watchdog class was renamed to EditorWatchdog and is available in src/editorwatchdog.js.
  • The EditorWatchdog.for() method was removed in favor of the constructor.
  • The EditorWatchdog#constructor() API changed. Now the EditorWatchdog constructor accepts the editor class as the first argument and the watchdog configuration as the second argument. The EditorWatchdog editor creator now defaults to ( sourceElementOrData, config ) => Editor.create( sourceElementOrData, config ).

Features