CKEditor 4.0.3 和 4.1 正式版发布
CKEditor 今天发布了 4.1 正式版,同时发布的还有 4.0.3 维护版本。
其中 4.0.3 主要修复以下几个问题:
- #10196: 修复了使用键盘快捷键打开上下文菜单的问题
- #10212: [IE7-10] 修复切换源码和可视化视图时 Undo 命令抛出错误
- #10219: [Inline editor] 调用 editor.destroy() 后的错误
而 4.1 版本是一个新的版本,最重要的是引入高级内容过滤 (ACF) 功能,此外还包括:
- 多个编辑器实例可共用工具条的 shared spaces 特性
- source editing in inline mode,
- HTML5
<s>
element for strike-through formatting, - 新的 CKEditor API 元素:
contentPreview
,toDataFormat
, andtoHtml
events as well as theeditor.status
property.