Skip to content

Commit

Permalink
Added CKEditor 4.16.1 standard-all.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed May 20, 2021
1 parent 98a1bce commit 814c589
Show file tree
Hide file tree
Showing 58 changed files with 1,121 additions and 1,083 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CKEditor 4 Changelog
====================

## CKEditor 4.16.1

Fixed Issues:
* [#4617](https://github.com/ckeditor/ckeditor4/issues/4617): Fixed: [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) is not accessible in inline editors.
* [#4493](https://github.com/ckeditor/ckeditor4/issues/4493): Fixed: The [drop-down](https://ckeditor.com/cke4/addon/richcombo) label does not reflect the current value of the drop-down.
* [#1572](https://github.com/ckeditor/ckeditor4/issues/1572): Fixed: A paragraph before or after a [widget](https://ckeditor.com/cke4/addon/widget) cannot be removed. Thanks to [bunglegrind](https://github.com/bunglegrind)!
* [#4301](https://github.com/ckeditor/ckeditor4/issues/4301): Fixed: Pasted content is overwritten when pasted in an initially empty editor with the [`div` Enter mode](https://ckeditor.com/docs/ckeditor4/latest/features/enterkey.html).
* [#4351](https://github.com/ckeditor/ckeditor4/issues/4351): Fixed: Incorrect values for RGBA/HSLA colors in [Color Dialog](https://ckeditor.com/cke4/addon/colordialog).
* [#4509](https://github.com/ckeditor/ckeditor4/issues/4509): Fixed: Incorrect handling of drag & drop inside [widgets](https://ckeditor.com/cke4/addon/widget) and nested editables.
* [#4611](https://github.com/ckeditor/ckeditor4/issues/4611): [Android, iOS] Fixed: Incorrect hover styles for buttons in the toolbar on mobile devices.
* [#4652](https://github.com/ckeditor/ckeditor4/issues/4652): Fixed: [Event data](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_eventInfo.html) set to `false` is treated as an event cancelation.

## CKEditor 4.16

**Security Updates:**
Expand Down
1,945 changes: 974 additions & 971 deletions ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/de-ch.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/de.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/lv.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/nl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/zh.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor4",
"version": "4.16.0",
"version": "4.16.1",
"description": "JavaScript WYSIWYG web text editor.",
"main": "ckeditor.js",
"repository": {
Expand Down
17 changes: 9 additions & 8 deletions plugins/a11yhelp/dialogs/lang/de-ch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/a11yhelp/dialogs/lang/lv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 814c589

Please sign in to comment.