Add
- Equality check for DraftText nodes.
- Add default entity strategy.
Changed
- Rename the default editor to `default_draftail`.
- Rename the `utilities` module to `utils` to follow Django convention.
- Rename `JsonTextArea` widget to `DraftailTextArea`.
- Move the `get_exporter_config` from the `settings` module to the `utils` module.
- Move entity `decorator` and `source` definition to Python.
- Bumped `wagtaildraftail` dependency to `0.8.0`. See the updated example configuration below or the module's [changelog](https://github.com/springload/wagtaildraftail/blob/v0.8.0/CHANGELOG.mdv080) for a full list of changes.