You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,20 @@ CKEditor 4 Changelog
3
3
4
4
## CKEditor 4.1
5
5
6
-
*[#9907](http://dev.ckeditor.com/ticket/9907): Added contentPreview event for preview data manipulation.
6
+
*[#9829](http://dev.ckeditor.com/ticket/9829): Data and features activation based on configurations.
7
+
8
+
Brand new data filtering system that works in 3 modes:
9
+
10
+
* based on loaded features (toolbar items, plugins) - data will be filtered accordingly to what they can handle,
11
+
* based on `config.allowedContent` rules - data will be filtered and editor's features (toolbar items, commands,
12
+
keystrokes) enabled if they are allowed,
13
+
* based on loaded features plus `config.extraAllowedContent`.
14
+
15
+
See `datafiltering.html` sample, [guides](http://docs.ckeditor.com/#!/guide/dev_data_filter) and [`CKEDITOR.filter` API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.filter).
16
+
* Included in [#9829](http://dev.ckeditor.com/ticket/9829): Introduced new `htmlDataProcessor`'s events: `toHtml` and `toDataFormat` allowing for better integration with data processing.
17
+
*[#9981](http://dev.ckeditor.com/ticket/9981): Added ability to filter `htmlParser.fragment`, `htmlParser.element` etc. by many `htmlParser.filter`s before writing structure to HTML string.
18
+
*[#9387](http://dev.ckeditor.com/ticket/9387): Reintroduced "Shared Spaces" - ability to display toolbar and bottom space in selected locations and to share them by different editor instances.
19
+
*[#9907](http://dev.ckeditor.com/ticket/9907): Added `contentPreview` event for preview data manipulation.
7
20
*[#9713](http://dev.ckeditor.com/ticket/9713): Introduced `sourcedialog` plugin that brings raw HTML editing for inline editor instances.
8
21
*[#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5.
0 commit comments