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

v13.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 04 Jul 09:28
· 265 commits to master since this release

Features

Other changes

  • Added context as second required argument to the CKEditorError's constructor, changed isCKEditorError() method to is(). Introduced the areConnectedThroughProperties() utility. See ckeditor/ckeditor5-watchdog#1. (bacc764)

BREAKING CHANGES

  • The list of CKEditorError()'s parameters was changed – now it requires the message, context and then data. The isCKEditorError() method was renamed to is().