Skip to content

Repository for Feed / Blog-Index / Post-Detail

Pre-release
Pre-release
Compare
Choose a tag to compare
@ephes ephes released this 26 Apr 11:22
· 59 commits to develop since this release

Render feed, blog index and post detail without hitting the database
using only data from the respective repositories is now working. The
repository is passed from the feed / blog / post models to the blocks
just using the template context. And there's no need for monkeypatching
the page link handler anymore, since a new page link handler is now
set via the register_rich_text_features wagtail hook.

  • #123 Fixed an audio key error when a preview page is saved
  • #125 Add a hint (click to comment ) to feed descriptions of posts where comments are enabled
  • #128 Update vite + jsdom + new javascript build
  • #126 Render feed / blog index / post detail using only data from repository, not database