8
0
Quellcode durchsuchen

Docs: Changelog. [skip ci]

Marek Lewandowski vor 6 Jahren
Ursprung
Commit
da7c9986ed
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15 0
      packages/ckeditor5-restricted-editing/CHANGELOG.md

+ 15 - 0
packages/ckeditor5-restricted-editing/CHANGELOG.md

@@ -0,0 +1,15 @@
+Changelog
+=========
+
+## [16.0.0](https://github.com/ckeditor/ckeditor5-restricted-editing/tree/v16.0.0) (2019-12-04)
+
+### Features
+
+* Brought the `RestrictedEditingUI` class along with navigation tools, exception highlighting and rich exception styles. Closes [ckeditor/ckeditor5#5763](https://github.com/ckeditor/ckeditor5/issues/5763). Closes [ckeditor/ckeditor5#5764](https://github.com/ckeditor/ckeditor5/issues/5764). ([b9ceb1f](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/b9ceb1f))
+* Enforcing restricted editing mode. Closes [ckeditor/ckeditor5#5762](https://github.com/ckeditor/ckeditor5/issues/5762). ([666c885](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/666c885))
+* Implemented the "standard" mode of the restricted editing that allows creating editable regions in the content. Closes [ckeditor/ckeditor5#5754](https://github.com/ckeditor/ckeditor5/issues/5754). ([e32a805](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/e32a805))
+* Implemented the `RestrictedEditing` plugin that brings the "restricted" mode. Closes [ckeditor/ckeditor5#5755](https://github.com/ckeditor/ckeditor5/issues/5755). ([d6fe568](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/d6fe568))
+
+### Other changes
+
+* Updated translations. ([cf17bd6](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/cf17bd6))