Skip to content

Latest commit

 

History

History
174 lines (78 loc) · 9.34 KB

File metadata and controls

174 lines (78 loc) · 9.34 KB

Changelog

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)

BREAKING CHANGES

  • Omitting the language property in the CKEditorWebpackPlugin will not have any effect from now. This means that in both cases only the main language 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.

Features

8.0.9 (2020-02-26)

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

8.0.7 (2020-01-27)

Bug fixes

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

BREAKING CHANGES

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)

Other changes

  • Updated CKEditorWebpackPlugin and related tools to support webpack@4. Closes #371. (d0cbbca)

BREAKING CHANGES

  • This package requires webpack@4.

5.0.0 (2018-04-25)

Other changes

BREAKING CHANGES

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

Bug fixes

BREAKING CHANGES

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

Other changes

  • Changed default output directory name for translations. Closes #354. (c4ef879)

3.0.5 (2018-01-22)

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

3.0.4 (2017-12-20)

Bug fixes

3.0.0 (2017-11-30)

Features

BREAKING CHANGES

  • The CKEditorWebpackPlugin() plugin now supports language and additionalLanguages options instead of languages. If only language is set, the plugin will translate strings directly in the main bundle. When additionalLanguages are provided, then the plugin will output a bundle with the main language and rest translation files separately.

2.0.21 (2017-11-10)

Bug fixes

  • Made webpack plugin being able to run inside the ckeditor5-* package. Closes #302. (78e1d5a)

2.0.20 (2017-10-20)

Bug fixes

  • Fixed paths in webpack-plugin for Windows environment. Closes #297. (7e61a1f)

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

2.0.6

The big bang.