Commit 32bf1700 authored by Marek Lewandowski's avatar Marek Lewandowski

Docs: Corrected the changelog. [skip ci]

parent b948a9d7
...@@ -3,6 +3,14 @@ Changelog ...@@ -3,6 +3,14 @@ Changelog
## [15.0.0](https://github.com/ckeditor/ckeditor5-build-decoupled-document/compare/v12.4.0...v15.0.0) (2019-10-23) ## [15.0.0](https://github.com/ckeditor/ckeditor5-build-decoupled-document/compare/v12.4.0...v15.0.0) (2019-10-23)
We are happy to announce the release of CKEditor 5 v15.0.0. This editor version introduces support for inserting [horizontal lines](https://ckeditor.com/docs/ckeditor5/latest/features/horizontal-line.html), [page breaks](https://ckeditor.com/docs/ckeditor5/latest/features/page-break.html) and [SVG images](https://ckeditor.com/docs/ckeditor5/latest/api/module_image_imageupload-ImageUploadConfig.html#member-types) into the WYSIWYG editor. It also allows you to define the [document title section](https://ckeditor.com/docs/ckeditor5/latest/features/title.html) thanks to the new title plugin. The editor toolbar is now responsive which improves the UX, especially for mobile devices.
Regarding the build itself, we added the [indentation](https://ckeditor.com/docs/ckeditor5/latest/features/indent.html) button to the build's default setup. See [ckeditor/ckeditor5#1844](https://github.com/ckeditor/ckeditor5/issues/1844). ([dc715cd](https://github.com/ckeditor/ckeditor5-build-decoupled-document/commit/dc715cd))
From other news, we changed the versioning policy. Now, all packages will have the same major version, hence, we needed to release this one as v15.0.0 (we skipped versions 13.0.0 and 14.0.0). Read more about the [new versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html).
Blog post coming soon...
### Dependencies ### Dependencies
Major releases (contain major breaking changes): Major releases (contain major breaking changes):
...@@ -44,12 +52,6 @@ Major releases (dependencies of those packages have breaking changes): ...@@ -44,12 +52,6 @@ Major releases (dependencies of those packages have breaking changes):
* [@ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload): v12.0.0 => [v15.0.0](https://github.com/ckeditor/ckeditor5-upload/releases/tag/v15.0.0) * [@ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload): v12.0.0 => [v15.0.0](https://github.com/ckeditor/ckeditor5-upload/releases/tag/v15.0.0)
* [@ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-utils): v14.0.0 => [v15.0.0](https://github.com/ckeditor/ckeditor5-utils/releases/tag/v15.0.0) * [@ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-utils): v14.0.0 => [v15.0.0](https://github.com/ckeditor/ckeditor5-utils/releases/tag/v15.0.0)
### Features
Besides new features introduced by the dependencies, this version also introduces the following features:
* Enabled the indent feature in the build. See [ckeditor/ckeditor5#1844](https://github.com/ckeditor/ckeditor5/issues/1844). ([dc715cd](https://github.com/ckeditor/ckeditor5-build-decoupled-document/commit/dc715cd))
## [12.4.0](https://github.com/ckeditor/ckeditor5-build-decoupled-document/compare/v12.3.1...v12.4.0) (2019-08-26) ## [12.4.0](https://github.com/ckeditor/ckeditor5-build-decoupled-document/compare/v12.3.1...v12.4.0) (2019-08-26)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment