Changeset 3464:71f26f5a1867 for plugins/dcCKEditor/js/ckeditor/CHANGES.md
- Timestamp:
- 12/21/16 11:58:09 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/CHANGES.md
r3410 r3464 1 1 CKEditor 4 Changelog 2 2 ==================== 3 4 ## CKEditor 4.6.1 5 6 New Features: 7 8 * [#16639](http://dev.ckeditor.com/ticket/16639): The `callback` parameter in the [CKEDITOR.ajax.post](http://docs.ckeditor.com/#!/api/CKEDITOR.ajax-method-post) method became optional. 9 10 Fixed Issues: 11 12 * [#11064](http://dev.ckeditor.com/ticket/11064): [Blink, WebKit] Fixed: Cannot select all editor content when a widget or a non-editable element is the first or last element of the content. Also fixes this issue in the [Select All](http://ckeditor.com/addon/selectall) plugin. 13 * [#14755](http://dev.ckeditor.com/ticket/14755): [Blink, WebKit, IE8] Fixed: Browser hangs when a table is inserted in the place of a selected list with an empty last item. 14 * [#16624](http://dev.ckeditor.com/ticket/16624): Fixed: Improved the [Color Button](http://ckeditor.com/addon/colorbutton) plugin which will now normalize the CSS `background` property if it only contains a color value. This fixes missing background colors when using [Paste from Word](http://ckeditor.com/addon/pastefromword). 15 * [#16600](http://dev.ckeditor.com/ticket/16600): [Blink, WebKit] Fixed: Error thrown occasionally by an uninitialized editable for multiple CKEditor instances on the same page. 3 16 4 17 ## CKEditor 4.6 … … 13 26 * Major improvements in preservation of list numbering, styling and indentation (nested lists with multiple levels). 14 27 * Major improvements in document structure parsing that fix plenty of issues with distorted or missing content after paste. 15 * Added new translation: Occitan. Thanks to Cédric Valmary!28 * Added new translation: Occitan. Thanks to [Cédric Valmary](https://totenoc.eu/)! 16 29 * [#10015](http://dev.ckeditor.com/ticket/10015): Keyboard shortcuts (relevant to the operating system in use) will now be displayed in tooltips and context menus. 17 30 * [#13794](http://dev.ckeditor.com/ticket/13794): The [Upload Image](http://ckeditor.com/addon/uploadimage) feature now uses `uploaded.width/height` if set.
Note: See TracChangeset
for help on using the changeset viewer.