All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5-dev/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
9.0.2 (2020-05-13)
Internal changes only (updated dependencies, documentation, etc.).
9.0.0 (2020-04-23)
- Omitting the language property in the
CKEditorWebpackPlugin
will not have any effect from now. This means that in both cases only the mainlanguage
will be added to the main bundle and translations for other languages will be saved in separate files. - The translation process no longer creates short ids for message strings. From now, the source code will not be changed by the translation process, translations for the main language will be added to the bundle(s) and translations for other languages will be outputted to separate executable Javascript files.
- Introduced support for plural translation forms. Closes ckeditor/ckeditor5#6526. Closes ckeditor/ckeditor5#988. (305590e)
8.0.9 (2020-02-26)
Internal changes only (updated dependencies, documentation, etc.).
8.0.7 (2020-01-27)
- Switched to a fork of JSDoc with version 3.4.3 patched to be compatible with NodeJS 12. Also, bumped chalk library to fix thrown error. Closes #525. (a7599ba)
8.0.6 (2020-01-09)
Internal changes only (updated dependencies, documentation, etc.).
8.0.1 (2019-02-28)
Internal changes only (updated dependencies, documentation, etc.).
8.0.0 (2019-02-19)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
7.0.2 (2019-02-12)
Internal changes only (updated dependencies, documentation, etc.).
7.0.0 (2018-08-23)
Updated required Node.js version to >=6.9.0
.
6.0.3 (2018-07-17)
Internal changes only (updated dependencies, documentation, etc.).
6.0.2 (2018-07-17)
Internal changes only (updated dependencies, documentation, etc.).
6.0.0 (2018-07-05)
- This package requires
webpack@4
.
5.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (e392d7d)
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to GPL2+ only. See ckeditor/ckeditor5#991 for more information.
4.0.0 (2018-04-10)
- Enabled builds to work with RequireJS. Closes ckeditor/ckeditor5#914. (6c69057)
- Due to a new format of translation snippets the new version of
CKEditor5WebpackPlugin
will only be compatible with CKEditor 5 v1.0.0-beta.2 or later.
3.0.8 (2018-03-22)
Internal changes only (updated dependencies, documentation, etc.).
3.0.6 (2018-02-08)
3.0.5 (2018-01-22)
Internal changes only (updated dependencies, documentation, etc.).
3.0.4 (2017-12-20)
- Added language directory cleaning before each webpack build. Closes ckeditor/ckeditor5#700. (07a22cf)
3.0.0 (2017-11-30)
- Added support for building multiple languages to
CKEditorWebpackPlugin()
. Closes ckeditor/ckeditor5#666. Closes ckeditor/ckeditor5#624. (ee2a1d2)
- The
CKEditorWebpackPlugin()
plugin now supportslanguage
andadditionalLanguages
options instead oflanguages
. If onlylanguage
is set, the plugin will translate strings directly in the main bundle. WhenadditionalLanguages
are provided, then the plugin will output a bundle with the main language and rest translation files separately.
2.0.21 (2017-11-10)
2.0.20 (2017-10-20)
2.0.19 (2017-10-01)
Internal changes only (updated dependencies, documentation, etc.).
2.0.13 (2017-08-18)
Internal changes only (updated dependencies, documentation, etc.).
2.0.9 (2017-05-24)
Internal changes only (updated dependencies, documentation, etc.).
2.0.7 (2017-04-27)
Internal changes only (updated dependencies, documentation, etc.).
The big bang.