This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v13.0.0
Features
- Added
env.isAndroid
. (591f641)
Other changes
- Added context as second required argument to the
CKEditorError
's constructor, changedisCKEditorError()
method tois()
. Introduced theareConnectedThroughProperties()
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. TheisCKEditorError()
method was renamed tois()
.