Packages

Dead-simple responsive images for Phoenix. Generate srcset variants with ImageMagick.

Current section

Files

Jump to
phoenix_srcset CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- %% CHANGELOG_ENTRIES %% -->
## 0.1.1 - 2025-12-19
- Release 0.1.1
## 0.1.0 - 2025-12-18
- Release 0.1.0
## 0.1.0 - 2024-12-18
### Initial release
- `PhoenixSrcset.variant_path/3` - Generate variant filenames for srcset
- `PhoenixSrcset.srcset/3` - Build srcset attribute strings
- `PhoenixSrcset.Components.responsive_img/1` - HEEx component for responsive images
- `PhoenixSrcset.Components.responsive_picture/1` - HEEx component with WebP fallback
- `mix phoenix_srcset.generate` - Mix task for batch image generation using ImageMagick
- Configurable default widths, format, and quality via application config