Releases: Nigel2392/wagtail_fedit
Releases · Nigel2392/wagtail_fedit
(1.4.7) Rework of internals; templatetag and tests
- Using
BaseAdapter
class to represent editable- blocks. - Added basic tests for adapters.
- Removed Block/Field edit views in favor of Adapter- based view.
- Simpler sharing of context between multiple lifecycles.
- Template tags are now adressed with the adapter ID. Example:
are now respectively transformed into:
{% fedit_field %} {% fedit_block %}
{% fedit field %} {% fedit block %}
(1.4.6) Cancelling Workflows, Recent Changes, Tests and Fixes
- Improve icon management
- 5 Most recent edits shown when on publish view.
- Fix translations for audit log
- Add Cancel Workflow action
- Add tests
- Render instead of raising exception when block ID is not available (fixes revision diffs- page server errors.)
(1.4.3) Docstrings; uniformity and tests
- Add docstrings
- Add tests
- Refactors for uniformity
- Fix docstrings for hook definitions
(1.4.2) Fixes to `None` values
- Fixed exception when value returned from modelfield is None.
- Add example image in README
(1.4.1) Docs, Permissions and Fixes
- Big updates to README.md
- Add docstrings in hooks.py
- More uniform permission checks in template tags.
- Github actions WF for testing
- Fixes to javascript; now including
_editor_js.html
(1.3.9) Animations; tests and general improvements
Changes
- Change
{% fedit_field %}
tag parameters. Check the readme! - Fade out the old element and then fade the new replacement in.
- Add tests for when object is locked
- Refactor urls.py to reduce code duplication
- Add admin action menu item for snippets and pages
- Fix admin styles for locked objects
(1.3.8) Initial Release
Tested, production ready Frontend Editing for your Wagtail website.