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

15 lines
407 B
Markdown
Raw Normal View History

2020-04-07 17:57:48 +01:00
# 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`
2020-04-01 18:40:57 +01:00
# 0.2.2
Update travis-ci configuration.
2020-01-14 18:56:00 +00:00
# 0.2.0
Add edit and remove tooltip in the editor to the linked snippet.
2020-04-01 18:40:57 +01:00
# 0.1.2
Initial release.