Skip to content

Releases: jaynewey/django-octicons-v10

Octicons v16.1.0

25 Oct 12:19
Compare
Choose a tag to compare

Features

Updates icon paths to octicons-v16.1.0

Octicons v16.0.0

10 Oct 16:32
3fff52f
Compare
Choose a tag to compare

Features

Octicons v15.0.1

16 Aug 08:46
7b2ea37
Compare
Choose a tag to compare

Features

Dev Features

  • Adds automatic build scripts

Octicons v15.0.0

01 Aug 20:14
Compare
Choose a tag to compare
  • Compatible with Django >=3.0.0
  • Updates icon set to Octicons v15.0.0

Octicons v11.2.0

15 Dec 16:36
Compare
Choose a tag to compare

🚀 New Features

  • strikethrough icon

🐛 Fixes

  • Align plus and dash icon

Reupload to PyPi with new update

23 Nov 18:54
Compare
Choose a tag to compare
v2.2.1

Bump version to v2.2.1

v2.2.0: Merge pull request #11 from jaynewey/octicons-v11.1.0

23 Nov 18:50
a1d1bd7
Compare
Choose a tag to compare

v2.1.0 Keywords

30 Oct 09:07
Compare
Choose a tag to compare

Keywords

  • Access an Octicon's keywords!
>>> octicon = Octicon("octoface")
>>> octicon.keywords
['octocat', 'brand']

v2.0.0 Update to support Octicons v11.0.0

03 Oct 11:11
6115f64
Compare
Choose a tag to compare

💅 Enhancements

  • Cache retrieval of Octicon SVG paths (#491)

💥 Breaking changes

  • Fix 24px icon names #465 (@BenJetson 🙇)
    • unverifed-24.svgunverified-24.svg
    • file-symlink-24.svgfile-symlink-file-24.svg
    • fire-24.svgflame-24.svg
    • eye-slash-24.svgeye-closed-24.svg
  • Remove 24px settings icon. Use gear instead #493

v1.2.0 Update to support Octicons v10.1.0

07 Sep 17:11
b86799b
Compare
Choose a tag to compare

Updates django-octicons to support primer/octicons v10.1.0:

Changes:

New Features

Fixes

  • Corrected positioning for triangle-down #459