* Changed the way ckeditor js is loaded, everything is now loaded in one bundle * Changed the way ckeditor loads must-have external plugins, so user config would have no effect on the settings * Fixed error which prevented plugins extending TextPlugin to work * Fixed a regression where CKEditor would create unnecessary ``<p>`` tags around CMS plugins * Fixed a bug when child plugin cannot be edited while text plugin is not completely created * Fixed a bug where plugins rendered via the real-preview would not trigger the context processors.
3.2.0
==================
* Introduced support for djangoCMS 3.4.0 * Fixed a JavaScript issue when using TextEditorWidget or HTMLField * Added native Aldryn support * Fixed a bug where invalid markup created by previous versions of the plugin would result in a broken markup after upgrading * Fixed a bug where whitespace would be incorrectly removed before the child plugin on save of the text plugin
3.1.0
==================
* Added support for inline preview of text enabled CMS plugins * Added support for plugins to declare "text_editor_preview=False" in order for them to be rendered with old-style label (useful for plugins with no valuable visual representation, such as snippet, spacer, etc).
3.0.1
==================
* Replace remaining CMS base module with CMS admin bundle that was missed in 2.8.0 * Updated ckeditor to 4.5.9 * Freeze html5lib-python<0.99999999/1.0b9
3.0.0
==================
* Added support for django CMS 3.3 * Backwards incompatible with django CMS < 3.3
2.9.3
==================
* Adds work-around for Django Parler internal caching