Browse Source

Docs: Changelog. [skip ci]

Piotrek Koszuliński 5 years ago
parent
commit
f250ad8601
1 changed files with 14 additions and 0 deletions
  1. 14 0
      packages/ckeditor5-core/CHANGELOG.md

+ 14 - 0
packages/ckeditor5-core/CHANGELOG.md

@@ -1,6 +1,20 @@
 Changelog
 =========
 
+## [17.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v16.0.0...v17.0.0) (2020-02-19)
+
+### Features
+
+* Added vertical alignment icons. Also moved alignment icons form ckeditor5-alignment (see [ckeditor/ckeditor5-table#227](https://github.com/ckeditor/ckeditor5-table/issues/227)). ([ada4a79](https://github.com/ckeditor/ckeditor5-core/commit/ada4a79))
+* Introduced `Plugin#isEnabled`, `Plugin#forceDisabled()` and `Plugin#clearForceDisabled()`. ([7449450](https://github.com/ckeditor/ckeditor5-core/commit/7449450))
+* Introduced the concept of editor contexts and context plugins. Contexts provide a common, higher-level environment for solutions which use multiple editors and/or plugins that work outside an editor. Closes [ckeditor/ckeditor5#5891](https://github.com/ckeditor/ckeditor5/issues/5891). ([672e55e](https://github.com/ckeditor/ckeditor5-core/commit/672e55e))
+
+### Other changes
+
+* Reverted year 2020 in .po files license header. ([0a687fc](https://github.com/ckeditor/ckeditor5-core/commit/0a687fc))
+* Updated translations. ([6a2b584](https://github.com/ckeditor/ckeditor5-core/commit/6a2b584)) 
+
+
 ## [16.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v15.0.0...v16.0.0) (2019-12-04)
 
 ### Other changes