Releases: ckeditor/ckeditor5-dev
v31.1.12
Bug fixes
- webpack-plugin: Proper detection of webpack 4. Closes ckeditor/ckeditor5#12887. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.11 => v31.1.12
- @ckeditor/ckeditor5-dev-env: v31.1.11 => v31.1.12
- @ckeditor/ckeditor5-dev-tests: v31.1.11 => v31.1.12
- @ckeditor/ckeditor5-dev-utils: v31.1.11 => v31.1.12
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.11 => v31.1.12
- @ckeditor/jsdoc-plugins: v31.1.11 => v31.1.12
v31.1.11
Bug fixes
- webpack-plugin: Restored building translation files. A regression was introduced in
v31.1.10
. See ckeditor/ckeditor5#12887. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.10 => v31.1.11
- @ckeditor/ckeditor5-dev-env: v31.1.10 => v31.1.11
- @ckeditor/ckeditor5-dev-tests: v31.1.10 => v31.1.11
- @ckeditor/ckeditor5-dev-utils: v31.1.10 => v31.1.11
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.10 => v31.1.11
- @ckeditor/jsdoc-plugins: v31.1.10 => v31.1.11
v31.1.10
Bug fixes
- webpack-plugin: Fixed the webpack compilation error while using the linked package. Closes ckeditor/ckeditor5#12887. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.9 => v31.1.10
- @ckeditor/ckeditor5-dev-env: v31.1.9 => v31.1.10
- @ckeditor/ckeditor5-dev-tests: v31.1.9 => v31.1.10
- @ckeditor/ckeditor5-dev-utils: v31.1.9 => v31.1.10
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.9 => v31.1.10
- @ckeditor/jsdoc-plugins: v31.1.9 => v31.1.10
v31.1.9
Bug fixes
- webpack-plugin: The
TranslateSource
loader is added as the last one in the loader's chain after any potential TypeScript file has already been compiled. Closes ckeditor/ckeditor5#12735. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.8 => v31.1.9
- @ckeditor/ckeditor5-dev-env: v31.1.8 => v31.1.9
- @ckeditor/ckeditor5-dev-tests: v31.1.8 => v31.1.9
- @ckeditor/ckeditor5-dev-utils: v31.1.8 => v31.1.9
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.8 => v31.1.9
- @ckeditor/jsdoc-plugins: v31.1.8 => v31.1.9
v31.1.8
The v31.1.8
release restores changes introduced in the v31.1.6
version.
We found a different approach to add DllReferencePlugin
to the webpack configuration for DLL and non-DLL manual tests. Now, they are compiled in separate processes, and the CKEditor5 is not defined
error should not occur anymore.
Bug fixes
- tests: When processing manual tests, if any of them require a DLL build, the manual test server adds the
DllReferencePlugin
plugin to the webpack configuration to avoid the duplicated modules error when using an import statement behind theCK_DEBUG_*
flags. See ckeditor/ckeditor5#12791. (commit)
Other changes
- tests: Split DLL and non-DLL manual tests to run separate webpack processes for both groups. They need to be compiled separately because DLL tests require
DllReferencePlugin
, and non-DLL ones must not have it. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.7 => v31.1.8
- @ckeditor/ckeditor5-dev-env: v31.1.7 => v31.1.8
- @ckeditor/ckeditor5-dev-tests: v31.1.7 => v31.1.8
- @ckeditor/ckeditor5-dev-utils: v31.1.7 => v31.1.8
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.7 => v31.1.8
- @ckeditor/jsdoc-plugins: v31.1.7 => v31.1.8
v31.1.7
Bug fixes
- Reverts #809 due to the
CKEditor5 is not defined
error when processing mixed tests (DLL and non-DLL). (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.6 => v31.1.7
- @ckeditor/ckeditor5-dev-env: v31.1.6 => v31.1.7
- @ckeditor/ckeditor5-dev-tests: v31.1.6 => v31.1.7
- @ckeditor/ckeditor5-dev-utils: v31.1.6 => v31.1.7
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.6 => v31.1.7
- @ckeditor/jsdoc-plugins: v31.1.6 => v31.1.7
v31.1.6
Bug fixes
- tests: When processing manual tests, if any of them require a DLL build, the manual test server adds the
DllReferencePlugin
plugin to the webpack configuration to avoid the duplicated modules error when using an import statement behind theCK_DEBUG_*
flags. Closes ckeditor/ckeditor5#12791. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.5 => v31.1.6
- @ckeditor/ckeditor5-dev-env: v31.1.5 => v31.1.6
- @ckeditor/ckeditor5-dev-tests: v31.1.5 => v31.1.6
- @ckeditor/ckeditor5-dev-utils: v31.1.5 => v31.1.6
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.5 => v31.1.6
- @ckeditor/jsdoc-plugins: v31.1.5 => v31.1.6
v31.1.5
Bug fixes
- utils: The DLL configuration should reference backward compatible
*.js
files (not*.ts
). See ckeditor/ckeditor5#12752. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.4 => v31.1.5
- @ckeditor/ckeditor5-dev-env: v31.1.4 => v31.1.5
- @ckeditor/ckeditor5-dev-tests: v31.1.4 => v31.1.5
- @ckeditor/ckeditor5-dev-utils: v31.1.4 => v31.1.5
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.4 => v31.1.5
- @ckeditor/jsdoc-plugins: v31.1.4 => v31.1.5
v31.1.4
Other changes
- utils: Support for referencing DLLs built from TypeScript. Closes ckeditor/ckeditor5#12694. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.3 => v31.1.4
- @ckeditor/ckeditor5-dev-env: v31.1.3 => v31.1.4
- @ckeditor/ckeditor5-dev-tests: v31.1.3 => v31.1.4
- @ckeditor/ckeditor5-dev-utils: v31.1.3 => v31.1.4
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.3 => v31.1.4
- @ckeditor/jsdoc-plugins: v31.1.3 => v31.1.4
v31.1.3
Bug fixes
- webpack-plugin: Improved the default RegExp used in the
sourceFilesPattern
option to match only*.ts
and*.js
files. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v31.1.2 => v31.1.3
- @ckeditor/ckeditor5-dev-env: v31.1.2 => v31.1.3
- @ckeditor/ckeditor5-dev-tests: v31.1.2 => v31.1.3
- @ckeditor/ckeditor5-dev-utils: v31.1.2 => v31.1.3
- @ckeditor/ckeditor5-dev-webpack-plugin: v31.1.2 => v31.1.3
- @ckeditor/jsdoc-plugins: v31.1.2 => v31.1.3