ckeditor4-vue
Advanced tools
Changelog
ckeditor4-vue 2.0.0
Other Changes:
Updated default CDN CKEditor 4 dependency to 4.18.0.
Web Spell Checker ended support for WebSpellChecker Dialog on December 31st, 2021. Therefore, this plugin has been deprecated and removed from the CKEditor 4.18.0 standard-all
preset.
We strongly encourage everyone to choose one of the other available spellchecking solutions - Spell Check As You Type (SCAYT) or WProofreader.
Changelog
ckeditor4-vue 1.5.0
New Features:
Other Changes:
Changelog
ckeditor4-vue 1.4.0
Highlights:
Updated dependency ckeditor4-integrations-common@1.0.0
does not contain Promise polyfill anymore. This is a possible breaking change for any downstream package that relies on it.
Note that ckeditor4-vue
package already exposes two variants of the library (es6-compatible and a legacy one) and the polyfill will still be used to support the legacy version.
Fixed Issues:
Other Changes:
ckeditor4-integrations-common
package to 1.0.0
version.Changelog
ckeditor4-vue 1.3.0
Other Changes:
ckeditor4-integrations-common
package to 0.2.0
version.Changelog
ckeditor4-vue 1.2.0
New Features:
@namespaceloaded
event fired when CKEDITOR
namespace is loaded, which can be used for its easier customization.Other Changes: