Skip to content

Releases: codingjoe/django-pictures

1.5.1

07 Jul 12:50
7539aca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

01 Jul 16:55
Compare
Choose a tag to compare

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

04 May 13:06
fcc1eee
Compare
Choose a tag to compare

What's Changed

  • Fix #208 -- Avoid illegal i10n integer width values in the srcset-attribute (thousand separator) by @rfricz in #209

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

27 Apr 18:13
0358053
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

17 Dec 13:00
9aaa603
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.4...1.4.0

1.3.4

14 Dec 15:58
Compare
Choose a tag to compare

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

02 Jul 16:48
Compare
Choose a tag to compare

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

29 Jun 14:03
4c2636d
Compare
Choose a tag to compare

What's Changed

  • Fix #176 -- Allow overriding the img-tag dimensions attributes by @atnartur in #177

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

31 May 08:11
2f2e559
Compare
Choose a tag to compare

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

25 May 10:16
ec91252
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.3.0