Added
- Compatibility with Python 3.5 and 3.6
Changed
- Now licensed under MIT
- The snippet button isn't enabled by default anymore. Add
snippet
to the list of features of yourRichTextBlock
s andRichTextField
s to show the button or use theregister_rich_text_features
to register it as a default feature withfeatures.default_features.append('snippet')
.
Removed
- Compatibility with Python 2.6, 3.2 and 3.3
- Compatibility with Wagtail prior 1.12