Releases: westerveltco/wagtail-heroicons
Releases · westerveltco/wagtail-heroicons
v0.2.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #57
- fix icon path in wagtail hook registration by @joshuadavidthomas in #59
- 🔖 bump version 0.2.1 -> 0.2.2 by @joshuadavidthomas in #60
New Contributors
- @pre-commit-ci made their first contribution in #57
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix bug in register_icons when looping through heroicon templates by @joshuadavidthomas in #55
- 🔖 bump version 0.2.0 -> 0.2.1 by @joshuadavidthomas in #56
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- drop support for Python 3.7 by @joshuadavidthomas in #46
- refactor package to use
nox
for testing by @joshuadavidthomas in #45 - move build script out of package by @joshuadavidthomas in #47
- use
django-twc-package
as project template by @joshuadavidthomas in #42 - refactor build script by @joshuadavidthomas in #49
- refactor icon installation by simplifying hook by @joshuadavidthomas in #50
- rename application template directory by @joshuadavidthomas in #51
- add test for wagtail hook icon registration by @joshuadavidthomas in #52
- 🔖 bump version 0.1.3 -> 0.2.0 by @joshuadavidthomas in #53
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Explicitely convert icon Path to string by @ReijerTheCoder in #41
New Contributors
- @ReijerTheCoder made their first contribution in #41
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- change the workflow badge to the correct url by @joshuadavidthomas in #34
- add release workflow by @joshuadavidthomas in #35
- add missing pipe to run step by @joshuadavidthomas in #36
- change index based on workflow dispatch by @joshuadavidthomas in #37
- upgrade pip in test workflow by @joshuadavidthomas in #38
- add license and copyright for heroicons to all SVG files by @joshuadavidthomas in #39
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- add badges to README by @joshuadavidthomas in #20
- fix url link in CHANGELOG by @joshuadavidthomas in #21
- add links to badges in README by @joshuadavidthomas in #22
- Refactor icon registry into a dataclass by @joshuadavidthomas in #23
- update CHANGELOG by @joshuadavidthomas in #24
- fix CHANGELOG whitespace formatting by @joshuadavidthomas in #25
- fix typing issues on python 3.8 and under by @joshuadavidthomas in #27
- fix hooks import by @joshuadavidthomas in #31
- change test matrix to add 3.11 and 3.12-dev by @joshuadavidthomas in #32
- add changes needed for new version by @joshuadavidthomas in #33
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- adjust icon name within README by @joshuadavidthomas in #1
- add arg parsing tests by @joshuadavidthomas in #3
- add github actions test workflow by @joshuadavidthomas in #2
- add
pull_request
trigger to any branch by @joshuadavidthomas in #8 - add dest dir as installation parameter by @joshuadavidthomas in #4
- add dest dir as generation parameter and refactor function by @joshuadavidthomas in #5
- add dest dir at write parameter and adjust output formatting by @joshuadavidthomas in #6
- add build tests by @joshuadavidthomas in #7
- add check for python 3.7 by @joshuadavidthomas in #12
- fix python 3.7 check by @joshuadavidthomas in #13
- move fixtures to conftest module by @joshuadavidthomas in #9
- add destination argument to build by @joshuadavidthomas in #10
- rename default function to build by @joshuadavidthomas in #11
- fix installed heroicons by @joshuadavidthomas in #14
- rename
icons
parameter inregister_icons
function by @joshuadavidthomas in #16 - adjust pypi trove classifers and urls by @joshuadavidthomas in #17
- add initial CHANGELOG by @joshuadavidthomas in #18
- release v0.1.0 by @joshuadavidthomas in #19
New Contributors
- @joshuadavidthomas made their first contribution in #1
Full Changelog: https://github.com/joshuadavidthomas/wagtail-heroicons/commits/v0.1.0