This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Releases: ephes/wagtail_srcset
Releases · ephes/wagtail_srcset
Final maintenance release
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.1to match the unpublished changelog entry
Wagtail 5 Support
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