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):
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))