This repository has been archived by the owner on May 29, 2020. It is now read-only.
Releases: lewiscollard/django-flexible-images
Releases · lewiscollard/django-flexible-images
Ptolemy's Pterodactyl
- 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
Add inner_classes
, no_css
and aria_hidden
options.
Bug fix release
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
Permit asynchronous loading of JS.
Tidy-up release
- JavaScript tidyup - eliminate namespace pollution
- Remove some dead Python code
Null release
Forgot to bump the version number on 1.0.1. That's it.
PyPi fix,
Fix templates and static files not being included in PyPi package (!).
First stable release
Merge pull request #7 from danielsamuels/setup.py Add a setup.py. Resolves #5.