ckeditor4-dev
Advanced tools
Changelog
CKEditor 4.15.1
Security Updates:
Fixed XSS vulnerability in the Color History feature reported by Mark Wade.
Issue summary: It was possible to execute an XSS-type attack inside CKEditor 4 by persuading a victim to paste a specially crafted HTML code into the Color Button dialog.
An upgrade is highly recommended!
Fixed Issues:
CKEDITOR.inlineAll()
method tries to initialize inline editor also on elements with an editor already attached to them.CKEDITOR.domReady()
method connected with not removing load
event listeners. Thanks to rohit1!auto
or 0
value is used.0
on editor resize.API Changes:
stylesRemove
editor event.Other Changes:
stylesLoaded
variable. Thanks to Levi Carter!1.0.1
version:
Changelog
CKEditor 4.14.1
Fixed Issues:
config.readOnly
configuration option not considered for startup read-only mode of inline editor.config.autolink_urlRegex
and config.autolink_emailRegex
options are not customizable. Thanks to Sergiy Dobrovolsky!editor.resize()
method does not work with CSS units.Other Changes:
Changelog
CKEditor 4.13.1
Fixed Issues:
@
.CKEDITOR.htmlParser.filter
.CKEDITOR.plugins.widget.repository#selected
after selecting the whole editor content.API Changes:
CKEDITOR.plugins.clipboard.dataTransfer#getTypes()
method.