Releases: codingjoe/django-pictures
Releases · codingjoe/django-pictures
1.2.2
What's Changed
- Fix container width fallback for DRF field by @codingjoe in #155
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #151
- Switch lint dependencies to pyproject.toml by @codingjoe in #157
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
What's Changed
- Add official Python 3.12 support by @codingjoe in #133
- Resolve #145 -- Add documentation for grid arguments by @codingjoe in #146
- Resolve #122 -- Add Django-RQ support for async image processing by @krtko1 in #124
New Contributors
Full Changelog: 1.1.3...1.2.0
1.1.3
1.1.2
What's Changed
- Use DRF field_name not source as GET param prefix as documented by @codingjoe in #117
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Fix ValueError for DRF fields if field value is blank by @codingjoe in #116
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Fix #109 -- Add USE_PLACEHOLDERS setting documentation by @Nekidev in #113
- Enable swapping the image processor via a setting by @codingjoe in #114
- Fix Pillow deprecation error
- Drop official Django 4.0 support
- Add official Django 4.2 support
New Contributors
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- Add documentation for
/ attributes by @jnns in #103
- Fix #106 -- Convert JPEG colorspace to RGB by @codingjoe in #108
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- fixing f-string in image model warning by @Schubisu in #92
- Fix #90 -- Container is smaller then smallest breakpoint by @codingjoe in #98
- Fix #89 -- Handle invalid container values in DRF by @codingjoe in #99
New Contributors
- @Schubisu made their first contribution in #92
- @truongvan made their first contribution in #98
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Improve E101 help text by @codingjoe in #61
- Bump flake8 from 5.0.4 to 6.0.0 by @dependabot in #71
- Switch to Codecov GitHub action by @codingjoe in #74
- Fix #60 -- HTML attributes require an explicit img_ or picture_ prefix by @codingjoe in #72
- Add CodeQL to CI suite by @codingjoe in #73
- Fix #67 -- Rotate thumbnails based on EXIF information by @1r00t in #68
- Remove additional newlines from readme file by @codingjoe in #75
- Add Python 3.11 support and rearrage CI suite by @codingjoe in #76
New Contributors
Full Changelog: 1.0rc5...1.0.0