diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-03-21 02:20:06 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-03-21 02:20:15 +0100 |
commit | 3b35bd273a79f6b01fda7a246aed64aca147ea7a (patch) | |
tree | 5f259026b0771aceb2ad9a88619437ef1841d14c /release/CHANGES.md | |
parent | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (diff) | |
download | connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.tar.gz connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.tar.zst connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.zip |
Diffstat (limited to 'release/CHANGES.md')
-rw-r--r-- | release/CHANGES.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/release/CHANGES.md b/release/CHANGES.md index 0e191498..2a847be6 100644 --- a/release/CHANGES.md +++ b/release/CHANGES.md | |||
@@ -1,6 +1,22 @@ | |||
1 | CKEditor 4 Changelog | 1 | CKEditor 4 Changelog |
2 | ==================== | 2 | ==================== |
3 | 3 | ||
4 | ## CKEditor 4.5.7 | ||
5 | |||
6 | New Features: | ||
7 | |||
8 | * [#14327](http://dev.ckeditor.com/ticket/14327): Added Swiss German localization. | ||
9 | |||
10 | Other Changes: | ||
11 | |||
12 | * [#13816](http://dev.ckeditor.com/ticket/13816): Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues: | ||
13 | * [#12727](http://dev.ckeditor.com/ticket/12727): [Blink] `IndexSizeError` when using the [Div Editing Area](http://ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins. | ||
14 | * [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Korean. | ||
15 | * [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag. | ||
16 | * [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor. | ||
17 | * [#13884](http://dev.ckeditor.com/ticket/13884): Fixed: Copy/paste table in Firefox results in just first cell being pasted. | ||
18 | * [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Embed](http://ckeditor.com/addon/embed) dialog. | ||
19 | |||
4 | ## CKEditor 4.5.6 | 20 | ## CKEditor 4.5.6 |
5 | 21 | ||
6 | New Features: | 22 | New Features: |
@@ -82,7 +98,7 @@ Other Changes: | |||
82 | 98 | ||
83 | New Features: | 99 | New Features: |
84 | 100 | ||
85 | * [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default filen ame for paste uploads. | 101 | * [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default file name for paste uploads. |
86 | * [#13603](http://dev.ckeditor.com/ticket/13603): Added support for uploading dropped BMP images. | 102 | * [#13603](http://dev.ckeditor.com/ticket/13603): Added support for uploading dropped BMP images. |
87 | 103 | ||
88 | Fixed Issues: | 104 | Fixed Issues: |