Przeglądaj źródła

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 lat temu
rodzic
commit
813ffdcf8d
1 zmienionych plików z 15 dodań i 0 usunięć
  1. 15 0
      packages/ckeditor5-core/CHANGELOG.md

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

@@ -1,6 +1,21 @@
 Changelog
 =========
 
+## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (2017-04-05)
+
+### Bug fixes
+
+* Now introduced support for `config.removePlugins` for real (we said that we did this in the previous release). Closes [#49](https://github.com/ckeditor/ckeditor5-core/issues/49). ([5834fed](https://github.com/ckeditor/ckeditor5-core/commit/5834fed))
+
+### Features
+
+* Added support for building plugins and default configs into `Editor` classes. Closes [#67](https://github.com/ckeditor/ckeditor5-core/issues/67). ([a1fa64f](https://github.com/ckeditor/ckeditor5-core/commit/a1fa64f))
+
+### Other changes
+
+* Updated translations. ([1296b03](https://github.com/ckeditor/ckeditor5-core/commit/1296b03))
+
+
 ## [0.7.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.6.0...v0.7.0) (2017-03-06)
 
 ### Features