Releases: jaynewey/django-octicons-v10
Releases · jaynewey/django-octicons-v10
Octicons v16.1.0
Features
Updates icon paths to octicons-v16.1.0
Octicons v16.0.0
Features
- Updates icon paths and keywords to Octicons
16.0.0
- Less HTML clutter (Thanks to @apollo13) #17
Octicons v15.0.1
Octicons v15.0.0
- Compatible with Django >=3.0.0
- Updates icon set to Octicons v15.0.0
Octicons v11.2.0
🚀 New Features
strikethrough
icon
🐛 Fixes
- Align
plus
anddash
icon
Reupload to PyPi with new update
v2.2.1 Bump version to v2.2.1
v2.2.0: Merge pull request #11 from jaynewey/octicons-v11.1.0
Octicons v11.1.0
v2.1.0 Keywords
Keywords
- Access an
Octicon
's keywords!
>>> octicon = Octicon("octoface")
>>> octicon.keywords
['octocat', 'brand']
v2.0.0 Update to support Octicons v11.0.0
💅 Enhancements
- Cache retrieval of Octicon SVG paths (#491)
💥 Breaking changes
- Fix 24px icon names #465 (@BenJetson 🙇)
unverifed-24.svg
→unverified-24.svg
file-symlink-24.svg
→file-symlink-file-24.svg
fire-24.svg
→flame-24.svg
eye-slash-24.svg
→eye-closed-24.svg
- Remove 24px
settings
icon. Usegear
instead #493
v1.2.0 Update to support Octicons v10.1.0
Updates django-octicons
to support primer/octicons
v10.1.0:
Changes:
New Features
Fixes
- Corrected positioning for
triangle-down
#459