Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-build-classic

v12.0.0

28 Feb 11:53
Compare
Choose a tag to compare

We are happy to report the release of CKEditor 5 v12.0.0. This release introduces a new editor (called "Balloon block editor"), the editor content placeholder and support for inline widgets (watch this PR for updates). In addition to that we enabled media embeds and images in tables and resolved the issue where editor.getData() returned <p>&nbsp;</p> for empty content (now it returns an empty string in this case).

Besides new features, this release contains many improvements to stability, performance and API. The last group of changes contain many breaking ones. Make sure to read the main package's changelog.

Dependencies

Major releases (contain breaking changes):

BREAKING CHANGES

v11.2.0

05 Dec 11:51
Compare
Choose a tag to compare

We are happy to report the release of CKEditor 5 v11.2.0. This editor version brings the long-awaited support for paste from Office (e.g. from Microsoft Word), integration with CKFinder file manager, improved image upload documentation, improved editor UI on mobile devices, as well as many smaller features and improvements.

Blog post is comming soon...

Dependencies

New packages:

Major releases (contain breaking changes):

Minor releases:

Patch releases (bug fixes, internal changes):

v11.1.1

11 Oct 09:59
Compare
Choose a tag to compare

This releases fixes the README of this package on npm.

v11.1.0

09 Oct 10:20
Compare
Choose a tag to compare

This is a minor release. Besides updating all used CKEditor 5 packages to their latest versions it brings two new features: the Table and Media embed features which are now enabled in this build by default.

Blog post is comming soon...

Dependencies

Major releases (contain breaking changes):

Minor releases:

Patch releases (bug fixes, internal changes):

Features

Besides new features introduced by the dependencies, this version also introduces the following features:

v11.0.1

18 Jul 12:14
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v11.0.0

18 Jul 10:21
Compare
Choose a tag to compare

Release notes

This is a major releases that introduces many smaller features, dozens of bug fixes and a couple of infrastructure changes (an upgrade to webpack@4, simplified structure of the build repository). Additionally, the ClassicEditor#element property was renamed to ClassicEditor#sourceElement and the ClassicEditor#updateElement() method was renamed to ClassicEditor#updateSourceElement().

If you maintain a custom build of CKEditor 5 or integrate CKEditor 5 from source, we recommend reading the migration guide.

Blog post is coming soon...

Dependencies

Major releases (contain breaking changes):

Minor releases:

Patch releases (bug fixes, internal changes):

Other changes

BREAKING CHANGES

If you maintain a custom build, we recommend reading the migration guide. Closes ckeditor/ckeditor5#1038.

  • CKEditor 5 environment was updated to use webpack@4. webpack@4 introduced major changes in its configuration and plugin system. CKEditor 5 tools and build configuration were updated to work with webpack@4 and will not work with webpack@3.
  • The structure of the build repository was changed. The build-config.js file was removed and the build configuration is now kept only in the src/ckeditor.js file.

v10.1.0

21 Jun 09:26
Compare
Choose a tag to compare

This is a minor release that introduces many bug fixes and new features (most notable one is support for inserting soft breaks with Shift+Enter).

You can read more in the blog post.

Dependencies

Major releases (contain breaking changes):

Minor releases:

Patch releases (bug fixes, internal changes):

v10.0.1

22 May 11:26
Compare
Choose a tag to compare

Dependencies

Patch releases (bug fixes, internal changes):

v10.0.0

25 Apr 12:25
Compare
Choose a tag to compare

Dependencies

Major releases (contain breaking changes):

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

v1.0.0-beta.4

20 Apr 10:51
Compare
Choose a tag to compare

Dependencies

Major releases (contain breaking changes):