Skip to content

Releases: 3j14/django-feather

Django Feather Version 0.3.0

11 May 11:18
f7e8681
Compare
Choose a tag to compare

This release added a new option for tags called data_uri. You can set data_uri to True to get a Base64 encoded data URI for rendering SVG e.g. from src attributes or from CSS:

<img src="{% icon "coffee" data_uri=True %}">

Updated Feather Icons

09 Feb 10:55
Compare
Choose a tag to compare

This maintenance update includes the latest Feather Icons version.

Significant Performance Increase

26 Aug 12:43
Compare
Choose a tag to compare

Moved from reading the files to generating a python file with attributes

Initial Release

19 Aug 18:15
Compare
Choose a tag to compare

First working version of django-feather. You can get it on PyPi!