* 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
2.9.2
==================
* Adds HtmlFormField * Moves text sanitation logic to the HtmlFormField * Text coming from an HTMLField is now marked safe by default.