Browse Source

Docs: Changelog. [skip ci]

Marek Lewandowski 6 years ago
parent
commit
93217ba124
1 changed files with 14 additions and 0 deletions
  1. 14 0
      packages/ckeditor5-page-break/CHANGELOG.md

+ 14 - 0
packages/ckeditor5-page-break/CHANGELOG.md

@@ -0,0 +1,14 @@
+Changelog
+=========
+
+## [15.0.0](https://github.com/ckeditor/ckeditor5-page-break/tree/v15.0.0) (2019-10-23)
+
+### Features
+
+* Introduced the page break feature. Closes [ckeditor/ckeditor5#1194](https://github.com/ckeditor/ckeditor5/issues/1194). ([f5849d5](https://github.com/ckeditor/ckeditor5-page-break/commit/f5849d5))
+
+### Other changes
+
+* Added `pluginName` property to editing plugin. ([af1aa6e](https://github.com/ckeditor/ckeditor5-page-break/commit/af1aa6e))
+* Disable possibility to select "page-break" label. Closes [#4](https://github.com/ckeditor/ckeditor5-page-break/issues/4). ([7b01e83](https://github.com/ckeditor/ckeditor5-page-break/commit/7b01e83))
+* Updated translations. ([8aeada4](https://github.com/ckeditor/ckeditor5-page-break/commit/8aeada4))