Skip to content

Commit

Permalink
Added CKEditor 4.17.1 standard-all.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Nov 17, 2021
1 parent 1690c8f commit b71b8bf
Show file tree
Hide file tree
Showing 19 changed files with 185 additions and 180 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CKEditor 4 Changelog
====================

## CKEditor 4.17.1

Fixed issues:

* [#4979](https://github.com/ckeditor/ckeditor4/issues/3757): Added cache key in [#4761](https://github.com/ckeditor/ckeditor4/issues/4761) started to breaking relative links for external CSS resources. The fix had been reverted and will be corrected in the upcoming release.

## CKEditor 4.17

**Security Updates:**
Expand Down Expand Up @@ -60,7 +66,6 @@ API Changes:
* [#4462](https://github.com/ckeditor/ckeditor4/issues/4462): [`CKEDITOR.editor#getSelection()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-getSelection) now returns `null` if the editor is in recreating state.
* [#4583](https://github.com/ckeditor/ckeditor4/issues/4583): Added support for new, comma-less color syntax to [`CKEDITOR.tools.color`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_color.html).
* [#4604](https://github.com/ckeditor/ckeditor4/issues/4604): Added the [`CKEDITOR.plugins.clipboard.dataTransfer#isFileTransfer()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_clipboard_dataTransfer.html#method-isFileTransfer) method.
* [#4761](https://github.com/ckeditor/ckeditor4/issues/4761): [`CKEDITOR.dom.document#appendStyleSheet()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_document.html#method-appendStyleSheet) and [`CKEDITOR.tools.buildStyleHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-buildStyleHtml) now use [`CKEDITOR.getUrl()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-getUrl) to correctly handle caching of CSS files.
* [#4790](https://github.com/ckeditor/ckeditor4/issues/4790): Added `callback` parameter to [`CKEDITOR.plugins.preview#createPreview()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_preview.html#method-createPreview) method.

Other Changes:
Expand Down
324 changes: 162 additions & 162 deletions ckeditor.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.17.0",
"version": "4.17.1",
"description": "JavaScript WYSIWYG web text editor.",
"main": "ckeditor.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion skins/kama/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/kama/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/kama/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/kama/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/kama/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono-lisa/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono-lisa/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono-lisa/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono-lisa/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono-lisa/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skins/moono/editor_iequirks.css

Large diffs are not rendered by default.

0 comments on commit b71b8bf

Please sign in to comment.