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

37 lines
655 B
Markdown
Raw Normal View History

# 0.4.2
Upgrade required version of Wagtail to >=2.15.x (feature implemented in 0.4.0)
# 0.4.1
Support Django 4.x and Wagtail 3.x
2022-02-17 21:20:10 +00:00
# 0.4.0
Fix issue when upgrading to Wagtail 2.14.x.
2020-11-10 15:19:50 +00:00
# 0.3.2
Fix issue when upgrading to Wagtail 2.11.x.
2020-04-07 17:57:48 +01:00
# 0.3.0
2020-11-10 15:19:50 +00:00
2020-04-07 17:57:48 +01:00
Adds the ability for snippets to be either a link (current functionality) or a block element.
## Breaking changes
2020-11-10 15:19:50 +00:00
2020-04-07 17:57:48 +01:00
- `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
2020-11-10 15:19:50 +00:00
2020-04-01 18:40:57 +01:00
Update travis-ci configuration.
2020-01-14 18:56:00 +00:00
# 0.2.0
2020-11-10 15:19:50 +00:00
2020-01-14 18:56:00 +00:00
Add edit and remove tooltip in the editor to the linked snippet.
2020-04-01 18:40:57 +01:00
# 0.1.2
2020-11-10 15:19:50 +00:00
Initial release.