Parcourir la source

Docs: Changelog. [skip ci]

Piotrek Koszuliński il y a 8 ans
Parent
commit
31ff009b42
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      packages/ckeditor5-build-classic/CHANGELOG.md

+ 16 - 0
packages/ckeditor5-build-classic/CHANGELOG.md

@@ -1,6 +1,22 @@
 Changelog
 =========
 
+## [0.2.0](https://github.com/ckeditor/ckeditor5-build-classic/compare/v0.1.1...v0.2.0) (2017-05-07)
+
+### Bug fixes
+
+* CSS should be minified. Closes [#7](https://github.com/ckeditor/ckeditor5-build-classic/issues/7). ([ae2da32](https://github.com/ckeditor/ckeditor5-build-classic/commit/ae2da32))
+
+### Features
+
+* Added the block quotes feature. Closes [#5](https://github.com/ckeditor/ckeditor5-build-classic/issues/5). ([ab5db32](https://github.com/ckeditor/ckeditor5-build-classic/commit/ab5db32))
+
+### Other changes
+
+* Changed the order of buttons in the image toolbar. See https://github.com/ckeditor/ckeditor5-image/issues/60. ([131cbe7](https://github.com/ckeditor/ckeditor5-build-classic/commit/131cbe7))
+* Use the essentials preset instead of low level features like typing and enter. Closes [#9](https://github.com/ckeditor/ckeditor5-build-classic/issues/9). ([80314bf](https://github.com/ckeditor/ckeditor5-build-classic/commit/80314bf))
+
+
 ## [0.1.1](https://github.com/ckeditor/ckeditor5-build-classic/compare/v0.1.0...v0.1.1) (2017-04-06)
 
 ### Other