Releases: codingjoe/django-pictures
Releases · codingjoe/django-pictures
1.5.1
1.5.0
Native AVIF support 🚀
The default file type changes to AVIF (Baseline 2024) by @codingjoe in #205
You can skip this change, by setting explicit file types:
# settings.py
PICTURES = {
# …
"FILE_TYPES": ["WEBP"],
}
Special thanks to @fdintino and the lovely people of the @python-pillow project <3
Full Changelog: 1.4.2...1.5.0
1.4.2
1.4.1
What's Changed
- Update Python & Django version support by @codingjoe in #206
- Update AVIF documentation by @codingjoe in #207
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Resolve #194 -- Add support to run Pictures for an image CDN by @codingjoe in #195
Full Changelog: 1.3.4...1.4.0
1.3.4
What's Changed
- Fix #190 -- Use field breakpoints and container width to calculate media query by @codingjoe in #193
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Fix UnboundLocalError: cannot access local variable 'url' by @codingjoe in #178
Full Changelog: 1.3.2...1.3.3
1.3.2
1.3.1
What's Changed
- Support multiple aspect ratios in DRF and fallback to field definition by @codingjoe in #173
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Update PictureField to support multiple aspect_ratios and file_types by @codingjoe in #156
- Improve type annotations by @truongvan in #167
- Add explicity CodeCov token by @codingjoe in #170
- Fix caching issue on empty dimention fields by @codingjoe in #172
- Improve migration performance by @codingjoe in #169
Full Changelog: 1.2.2...1.3.0