Skip to content

Latest commit

 

History

History
421 lines (294 loc) · 46.3 KB

CHANGELOG.md

File metadata and controls

421 lines (294 loc) · 46.3 KB

Changelog

11.0.1 (2018-07-18)

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

11.0.0 (2018-07-18)

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.

10.1.0 (2018-06-21)

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

10.0.1 (2018-05-22)

Dependencies

Patch releases (bug fixes, internal changes):

10.0.0 (2018-04-25)

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.

1.0.0-beta.4 (2018-04-19)

Dependencies

Major releases (contain breaking changes):

1.0.0-beta.3 (2018-04-10)

NOTE

This release followed v1.0.0-beta.2 immediately to fix the issue mentioned below. Therefore, when upgrading from v1.0.0-beta.1 make sure to also check v1.0.0-beta.2 release notes.

Bug fixes

1.0.0-beta.2 (2018-04-10)

Dependencies

Major releases (contain breaking changes):

Bug fixes

Besides changes in the dependencies, this version also contains the following bug fixes:

1.0.0-beta.1 (2018-03-15)

Dependencies

Major releases (contain breaking changes):

Features

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

Other changes

1.0.0-alpha.2 (2017-11-14)

Dependencies

New packages:

Major releases (contain breaking changes):

Bug fixes

Besides changes in the dependencies, this version also contains the following bug fixes:

  • Build scripts will work on Windows. Closes #26. (6c980fd)

Other changes

1.0.0-alpha.1 (2017-10-03)

Dependencies

New packages:

Major releases (possible breaking changes):

Bug fixes

Besides changes in the dependencies, this build also contains these bug fixes:

Features

Besides new features introduced in the dependencies, this build also introduces these features:

0.4.0 (2017-09-07)

Other changes

  • The build now defines the editor as its default export. This makes requiring the build easier when using AMD, CJS or ES6 modules. See ckeditor/ckeditor5#545. (e5c7511)

BREAKING CHANGES

0.3.0 (2017-09-03)

Features

  • Support for building the editor in another language than en. Closes #11. (f4233a5)

Other changes

  • Removed the compat-type of build. Closes #20. (529a319)

0.2.0 (2017-05-07)

Bug fixes

  • CSS should be minified. Closes #7. (ae2da32)

Features

  • Added the block quotes feature. Closes #5. (ab5db32)

Other changes

0.1.1 (2017-04-06)

Other

  • Updated the bundles (the previous release contained an outdated bundles). (0ac7b07)

0.1.0 (2017-04-05)

Features

  • Initial implementation. Closes #1. (f88bc52)