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.
11.0.13 (2020-02-26)
Internal changes only (updated dependencies, documentation, etc.).
11.0.11 (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)
11.0.10 (2020-01-09)
Internal changes only (updated dependencies, documentation, etc.).
11.0.1 (2019-02-28)
Internal changes only (updated dependencies, documentation, etc.).
11.0.0 (2019-02-19)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.4 (2019-02-12)
Internal changes only (updated dependencies, documentation, etc.).
10.0.1 (2018-09-24)
Internal changes only (updated dependencies, documentation, etc.).
10.0.0 (2018-08-23)
Updated required Node.js version to >=6.9.0
.
9.0.7 (2018-07-17)
Internal changes only (updated dependencies, documentation, etc.).
9.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.
8.0.14 (2018-03-27)
Internal changes only (updated dependencies, documentation, etc.).
8.0.13 (2018-03-22)
Internal changes only (updated dependencies, documentation, etc.).
8.0.8 (2018-01-22)
- Removed script for publishing nightly builds of the docs. See ckeditor/ckeditor5#769. (fa847e0)
8.0.0 (2017-11-13)
-
Removed gulp dependency across the whole project. Closes #296. (723bee5)
Now all packages use only npm scripts. Depending on usage you might either create a
"script"
entry inpacakge.json
to invoke bin executables or require the library into a script.- Package
ckeditor5-dev-env
exposes newtranslations
binary. - Package
ckeditor5-dev-tests
exposes newtest:manual
binary. - Removed
gulp-jsdoc3
fromckeditor5-dev-docs
. Nowjsdoc
is invoked directly. - Removed
options
param from logger methods. Logger no longer usesgutil.log
method.
- Package
- Gulp tasks were removed. New npm scripts were introduced.
7.5.0 (2017-10-10)
7.4.1 (2017-10-01)
Internal changes only (updated dependencies, documentation, etc.).
7.4.0 (2017-09-20)
7.3.4 (2017-09-05)
- Build nightly docs in production mode (minified). (6315c74)
7.3.0 (2017-08-18)
7.2.2 (2017-07-12)
- Nightly docs should be available in latest/ and / directories on ckeditor.com. Closes #242. (ff487ee)
7.2.1 (2017-07-11)
- Use a fork of gulp-jsdoc3 so we can harcode JSDoc version (to one with which our plugins work). See #240. (2a494eb)
7.2.0 (2017-06-20)
7.1.1 (2017-06-15)
- The publish-nightly script should check if it's triggered by a cron job (the check was temporarily disabled). (3dece10)
7.1.0 (2017-06-14)
- Added a bin script for publishing nightly builds of CKEditor 5 documentation. Closes #230. (0d15864)
7.0.0 (2017-05-29)
- Changed the option name from
validationOnly
tovalidateOnly
to match CLI style. Closes #223. (cbd8c3d)
- The
validationOnly
option is now calledvalidateOnly
.
6.4.0 (2017-05-29)
6.3.0 (2017-05-18)
6.2.3 (2017-05-18)
Internal changes only (updated dependencies, documentation, etc.).
6.2.1 (2017-04-27)
Internal changes only (updated dependencies, documentation, etc.).
The big bang.