Skip to content

Releases: Quantra/django-lazy-srcset

v1.0.3

12 Dec 12:38
Compare
Choose a tag to compare

Python 3.12 support.

v1.0.2

25 Jul 10:41
Compare
Choose a tag to compare

imagekit_cleanup.py bug fixes

v1.0.1

24 Jul 11:31
Compare
Choose a tag to compare

Error handling; no-op behaviour for when images are being generated in another thread.

v1.0.0

11 Jul 16:18
Compare
Choose a tag to compare

Beta release.

  • LAZY_SRCSET_ENABLED setting added. By default it is the opposite of DEBUG.
  • default_size can be set using a kwarg if needed.
  • format_html() replaces previous stringification.
  • LAZY_SRCSET_THRESHOLD setting added. This can be used to prevent images of a similar width from being created.
  • Sizes can now be either an integer or a string with vw or px units.
  • When a size is defined with px it ignores the threshold and will always be made.

v0.2.2

06 Jul 22:46
Compare
Choose a tag to compare

Bug fix release. Sizes attr order is now reversed.

v0.2.1

30 Jun 12:33
Compare
Choose a tag to compare

Clean up management command

v0.2.0

27 Jun 21:17
Compare
Choose a tag to compare

Tests & docs

v0.1.0

26 Jun 19:33
Compare
Choose a tag to compare

From the beginning...