Skip to content

Commit dc73e2d

Browse files
committed
Merge branch 't/10151' into major
2 parents c46c76d + 4626474 commit dc73e2d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@ CKEditor 4 Changelog
33

44
## CKEditor 4.1
55

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.
720
* [#9713](http://dev.ckeditor.com/ticket/9713): Introduced `sourcedialog` plugin that brings raw HTML editing for inline editor instances.
821
* [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5.
922

0 commit comments

Comments
 (0)