Skip to content

Releases: Nigel2392/wagtail_fedit

(1.4.7) Rework of internals; templatetag and tests

15 Apr 16:30
Compare
Choose a tag to compare
  • 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:
    {% fedit_field %}
    {% fedit_block %}
    are now respectively transformed into:
    {% fedit field %}
    {% fedit block %}

(1.4.6) Cancelling Workflows, Recent Changes, Tests and Fixes

11 Apr 10:05
Compare
Choose a tag to compare
  • 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

10 Apr 11:15
Compare
Choose a tag to compare
  • Add docstrings
  • Add tests
  • Refactors for uniformity
  • Fix docstrings for hook definitions

(1.4.2) Fixes to `None` values

08 Apr 20:17
Compare
Choose a tag to compare
  • Fixed exception when value returned from modelfield is None.
  • Add example image in README

(1.4.1) Docs, Permissions and Fixes

07 Apr 05:18
Compare
Choose a tag to compare
  • 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

06 Apr 20:51
Compare
Choose a tag to compare

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

05 Apr 21:08
Compare
Choose a tag to compare

Tested, production ready Frontend Editing for your Wagtail website.