-
Update CKEditor to the lastest version that fixes a lot of bugs. Release notes: https://ckeditor.com/cke4/release-notes https://ckeditor.com/cke4/release/CKEditor-4.9.2 https://ckeditor.com/cke4/release/CKEditor-4.10.0 https://ckeditor.com/cke4/release/CKEditor-4.10.1 @types/ckeditor has also been updated. Following commands were used to update dependencies: - yarn upgrade ckeditor@4.10.1 -E -D - yarn upgrade @types/ckeditor@4.9.1 -E -D (As there is no newer types definition, version 4.9.1 must be used) The following command was used to update the files in EXT:rte_ckeditor: - yarn build Releases: master Resolves: #86305 Change-Id: I8e5210316454854b93c979e0e7ac1eea3b54e7d4 Reviewed-on: https://review.typo3.org/58324 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
20460250
This project manages its dependencies using Yarn.
Learn more