Releases: joshuadavidthomas/django-bird
Releases · joshuadavidthomas/django-bird
v0.7.1
What's Changed
- remove debug prints by @joshuadavidthomas in #81
- 🔖 bump version 0.7.0 -> 0.7.1 by @joshuadavidthomas in #82
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #74
- Add quoted vs unquoted value resolution for components by @joshuadavidthomas in #77
- add docs and tests for unresolved param variables by @joshuadavidthomas in #78
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #75
- Bump astral-sh/setup-uv from 4 to 5 in the gha group by @dependabot in #76
- simplify asset registry by moving loader attr to global registry by @joshuadavidthomas in #79
- 🔖 bump version 0.6.2 -> 0.7.0 by @joshuadavidthomas in #80
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- don't cache component retrieval when
DEBUG
is true by @joshuadavidthomas in #71 - 🔖 bump version 0.6.1 -> 0.6.2 by @joshuadavidthomas in #72
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix bug in
BirdLoader
asset scanning ifNone
nodelist by @joshuadavidthomas in #68 - 🔖 bump version 0.6.0 -> 0.6.1 by @joshuadavidthomas in #69
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- add assets field to
Component
dataclass and collect assets by @joshuadavidthomas in #65 - create CSS and JS asset templatetags by @joshuadavidthomas in #47
- 🔖 bump version 0.5.0 -> 0.6.0 by @joshuadavidthomas in #67
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- flatten library layout by moving
components/
module to base by @joshuadavidthomas in #60 - bump uv.lock by @joshuadavidthomas in #61
- create
Components
dataclass by @joshuadavidthomas in #62 - add component registry for caching lookups by @joshuadavidthomas in #63
- 🔖 bump version 0.4.0 -> 0.5.0 by @joshuadavidthomas in #64
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- adjust how attrs/props with
True
/False
are rendered by @joshuadavidthomas in #58 - 🔖 bump version 0.3.0 -> 0.4.0 by @joshuadavidthomas in #59
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #45
- Bump astral-sh/setup-uv from 3 to 4 in the gha group by @dependabot in #44
- add initial registry for staticfiles by @joshuadavidthomas in #46
- reorganize tags to dedicated directory by @joshuadavidthomas in #48
- refactor tags a bit by @joshuadavidthomas in #49
- create
components
dir and move attrs and templates by @joshuadavidthomas in #50 - create slots helper module by @joshuadavidthomas in #51
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #52
- rename internal
BirdNode
attrs to params by @joshuadavidthomas in #53 - add
{% bird:prop %}
templatetag by @joshuadavidthomas in #54 - 🔖 bump version 0.2.0 -> 0.3.0 by @joshuadavidthomas in #55
New Contributors
- @pre-commit-ci made their first contribution in #45
- @dependabot made their first contribution in #44
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- add tests to make sure templatetags loaded outside component work by @joshuadavidthomas in #39
- fix component template resolution by @joshuadavidthomas in #40
- allow for component name to be a variable in template context by @joshuadavidthomas in #27
- 🔖 bump version 0.1.1 -> 0.2.0 by @joshuadavidthomas in #43
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- clean-up the rest of references to old package name by @joshuadavidthomas in #28
- refactor nox test runner to use uv by @joshuadavidthomas in #32
- set python version in nox sessions when syncing uv by @joshuadavidthomas in #33
- move pre-commit linting to nox session by @joshuadavidthomas in #34
- fix attribute rendering by @joshuadavidthomas in #36
- freshen up repo by @joshuadavidthomas in #37
- 🔖 bump version 0.1.0 -> 0.1.1 by @joshuadavidthomas in #38
Full Changelog: v0.1.0...v0.1.1