Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Releases: ephes/wagtail_srcset

Final maintenance release

06 Apr 14:05

Choose a tag to compare

This final maintenance release marks wagtail_srcset as deprecated and archived.

wagtail_srcset is no longer maintained as a separate package. For new projects, use Wagtail's built-in responsive image support (srcset_image and picture). If you are using django-cast, use its built-in responsive image handling instead of adding wagtail_srcset as an extra dependency.

Included in this release:

  • README deprecation notice
  • Changelog note for project sunset
  • Version bump to 0.3.1 to match the unpublished changelog entry

Wagtail 5 Support

24 Apr 14:58

Choose a tag to compare

Main motivation for this new release was to support Wagtail 5.

  • Drop support for Wagtail<3.0
  • Added workaround for image_node.filter_spec -> image_node.filter_specs change in Wagtail 5
  • Some small spelling fixes and extended docstrings
  • pre-commit autoupdate
  • make tox check against python (3.9, 3.10, 3.11) and wagtail (3, 4, 5)
  • fixed codecov.io workflow
  • added supported python and wagtail versions to readme via badges

Compatibility with newer Wagtail versions

03 Nov 17:46

Choose a tag to compare

Replaced poetry with flit for the package build process.

Features

  • Compatibility with newer Wagtail versions

Refactoring

  • Rename master -> main

Fixes

  • Make tox work again