All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
Changed the class denoting the exception spans from ck-restricted-editing-exception to restricted-editing-exception. See ckeditor/ckeditor5-restricted-editing#6.
The data produced by version 16.0.0 of this package will not be recognized by the new version of this package. The easiest migration method is to replace all occurrences of class="ck-restricted-editing-exception" with class="restricted-editing-exception" prior to loading the data into the editor.
enableCommand() method to RestrictedEditingModeEditing. Closes ckeditor/ckeditor5#6041. Closes ckeditor/ckeditor5#6011. (e617559)The initial release.