1
Fork 0
This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-draftail-snippet/CHANGELOG.md
2020-11-10 10:19:50 -05:00

24 lines
467 B
Markdown

# 0.3.2
Fix issue when upgrading to Wagtail 2.11.x.
# 0.3.0
Adds the ability for snippets to be either a link (current functionality) or a block element.
## Breaking changes
- `snippet` Wagtail feature renamed to `snippet-link`
- template search looks for `{model}_snippet_link.html` instead of `{model}_snippet.html`
# 0.2.2
Update travis-ci configuration.
# 0.2.0
Add edit and remove tooltip in the editor to the linked snippet.
# 0.1.2
Initial release.