Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Releases: lewiscollard/django-flexible-images

Ptolemy's Pterodactyl

28 Sep 11:07
Compare
Choose a tag to compare
  • Template tags and their associated helpers are now unit tested
  • django-jinja support
  • Big refactor to make it easier to add new thumbnail and templating engines

Featurific Falcon

31 Mar 11:55
Compare
Choose a tag to compare

Add inner_classes, no_css and aria_hidden options.

Bug fix release

29 Feb 10:58
Compare
Choose a tag to compare

Fix an error in which images with identical widths were output when THUMBNAIL_UPSCALE is set to False and the width of the original image was smaller than the largest value in FLEXIBLE_IMAGE_SIZES, resulting in an invalid srcset tag.

1.0.4

28 Jan 14:58
Compare
Choose a tag to compare

Permit asynchronous loading of JS.

Tidy-up release

12 Jan 11:00
Compare
Choose a tag to compare
  • JavaScript tidyup - eliminate namespace pollution
  • Remove some dead Python code

Null release

23 Dec 09:53
Compare
Choose a tag to compare

Forgot to bump the version number on 1.0.1. That's it.

PyPi fix,

22 Dec 14:49
Compare
Choose a tag to compare

Fix templates and static files not being included in PyPi package (!).

First stable release

15 Nov 08:53
Compare
Choose a tag to compare
Merge pull request #7 from danielsamuels/setup.py

Add a setup.py. Resolves #5.