Explorar el Código

Docs: Changelog. [skip ci]

Piotrek Koszuliński hace 8 años
padre
commit
1ee8b3dd21
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14 0
      packages/ckeditor5-essentials/CHANGELOG.md

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

@@ -1,6 +1,20 @@
 Changelog
 =========
 
+## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-essentials/compare/v0.3.0...v1.0.0-alpha.1) (2017-10-03)
+
+### Other changes
+
+* The `Article` plugin became a `@ckeditor/ckeditor5-core`'s test util. See [#1](https://github.com/ckeditor/ckeditor5-essentials/issues/1). ([c0bbd28](https://github.com/ckeditor/ckeditor5-essentials/commit/c0bbd28))
+* This package was renamed from `@ckeditor/ckeditor-presets` to `@ckeditor/ckeditor5-essentials`. The `Article` preset was removed. Caloses [#1](https://github.com/ckeditor/ckeditor5-essentials/issues/1). ([7e5e82b](https://github.com/ckeditor/ckeditor5-essentials/commit/7e5e82b))
+
+### BREAKING CHANGES
+
+* This package was renamed to `@ckeditor/ckeditor5-essentials`.
+* The `Article` presets was removed.
+* The `Article` plugin was removed.
+
+
 ## [0.3.0](https://github.com/ckeditor/ckeditor5-essentials/compare/v0.2.2...v0.3.0) (2017-09-03)
 
 ### Features