Releases: joshuadavidthomas/django-bird
Releases · joshuadavidthomas/django-bird
v0.1.0
What's Changed
- extend template name search for components to sub-directories by @joshuadavidthomas in #9
- update and test for
Path
in component dirs in settings by @joshuadavidthomas in #11 - adjust component dirs to always fallback to bird directory by @joshuadavidthomas in #12
- update docs by @joshuadavidthomas in #13
- add roadmap examples by @joshuadavidthomas in #18
- namespace the slot templatetag to avoid collisions by @joshuadavidthomas in #23
- add test for slot usage and fix active_slot assignment bug by @joshuadavidthomas in #24
- 🔖 bump version 0.1.0a1 -> 0.1.0 by @joshuadavidthomas in #25
Full Changelog: v0.1.0a1...v0.1.0
v0.1.0a1
What's Changed
- add
bird
andslot
templatetags by @joshuadavidthomas in #2 - use nox to generate job matrix by @joshuadavidthomas in #3
- add ability to create self-closing bird tags by @joshuadavidthomas in #4
- add ability to autoconfigure application in template settings by @joshuadavidthomas in #5
- add note about autoconfig to README by @joshuadavidthomas in #6
- allow for setting location of component directories by @joshuadavidthomas in #7
- 🔖 bump version 0.1.0a0 -> 0.1.0a1 by @joshuadavidthomas in #8
New Contributors
- @joshuadavidthomas made their first contribution in #2
Full Changelog: v0.1.0a0...v0.1.0a1