All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
...
- Compatibility with Python 3.5 and 3.6
- 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')
.
- Compatibility with Python 2.6, 3.2 and 3.3
- Compatibility with Wagtail prior 1.12
1.1 - 2016-07-04
- Compatibility with Wagtail 1.4 (really)
1.0 - 2016-05-02
- Compatibility with Wagtail 1.4
0.1.5 - 2016-02-15
- Compatibility with Wagtail 1.3.1
- Compatibility prior to Wagtail 1.3.1
0.1.4 - 2015-07-07
- Wheel and build properly
## 0.1.2 - 2015-04-1
### Fixed
- Some bugs
0.1.1 - 2015-01-27
- Some bugs
- CSS improved
- Exceptions properly handled
0.1 - 2015-01-23
Initial Release