Skip to content

Commit

Permalink
0.44.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 8, 2025
1 parent 723045e commit 57a77bc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@

## 0.44.0 (2025-01-08)

- feat: css vars support in charts (#945) ([`36f7dd3`](https://github.com/unfoldadmin/django-unfold/commit/36f7dd3eed5a00e5021fc479488cc9fdc3efd8b8))
- feat: unified fieldset titles (#934) ([`1f79a8c`](https://github.com/unfoldadmin/django-unfold/commit/1f79a8cad7165c42aa2d7b134db538a847c6a7a2))
- feat: theme border radius (#928) ([`9e30e5f`](https://github.com/unfoldadmin/django-unfold/commit/9e30e5f208129a976d47474e1c75036944563ce4))
- feat: base color (#927) ([`f0393fa`](https://github.com/unfoldadmin/django-unfold/commit/f0393fa2f55214930e4eaf2359418544256f3310))
- feat: lint workflow (#926) ([`631d055`](https://github.com/unfoldadmin/django-unfold/commit/631d05588dd3a49355aae9b8d5076bd3b892dbdc))
- feat: extra userlinks block (#915) ([`3b2139c`](https://github.com/unfoldadmin/django-unfold/commit/3b2139cbb83a6386abd097c48e20c5e2c2fe9889))
- feat: redesigned responsive sidebar experience (#914) ([`126c397`](https://github.com/unfoldadmin/django-unfold/commit/126c3977b3d824ae59b905d6b58b478a53656d34))
- feat: empty changelist results design (#906) ([`e9e23ba`](https://github.com/unfoldadmin/django-unfold/commit/e9e23ba7c38c870382c003f2627a253a2869ffe4))
- feat: tabular inlines redesign (#904) ([`bd2e1fb`](https://github.com/unfoldadmin/django-unfold/commit/bd2e1fb8ba7aa2015777bfc45d9b4df4cf2fb397))
- feat: changelist redesign (#902) ([`82161c5`](https://github.com/unfoldadmin/django-unfold/commit/82161c51a03e444cd0d40bb22bbf8e1c2749806d))
- fix: readonly field break words (#949) ([`723045e`](https://github.com/unfoldadmin/django-unfold/commit/723045e3b2ac1d392448e57c8fcbb4e47820fa70))
- fix: radio background color / inline gap (#947) ([`aec9103`](https://github.com/unfoldadmin/django-unfold/commit/aec9103d124f193566e9bce9b2b0331c0ebfc811))
- fix: badge border radius (#946) ([`4854618`](https://github.com/unfoldadmin/django-unfold/commit/485461856bf88b247dd3d66d73083dbf4a3b1166))
- fix: input placeholder color (#938) ([`33b5f02`](https://github.com/unfoldadmin/django-unfold/commit/33b5f021108edf86fbdde98d43de41236a5e4393))
- fix: radio option attrs (#936) ([`da5bde1`](https://github.com/unfoldadmin/django-unfold/commit/da5bde176786dce58e7b3baa1276e5c9aaf2f059))
- fix: default border color (#929) ([`16b3dfb`](https://github.com/unfoldadmin/django-unfold/commit/16b3dfbeccd8048c499e26b1ad13ad6920bb20ee))
- fix: radio button default background color (#925) ([`b08a8b2`](https://github.com/unfoldadmin/django-unfold/commit/b08a8b22b899c3a6d4ab29cde988969039cc1392))
- fix: fileinput background color (#920) ([`da21c3b`](https://github.com/unfoldadmin/django-unfold/commit/da21c3bf78c7923d9bfe420cdbc282659e7feb16))
- fix: various responsive details (#912) ([`670d9c4`](https://github.com/unfoldadmin/django-unfold/commit/670d9c46ae20565f15134105359236ff9cab0b72))
- fix: fieldset fields alignments (#899) ([`c438835`](https://github.com/unfoldadmin/django-unfold/commit/c4388351279648bd065c30dedeff1a3059b1b414))
- docs: jsonfield formatting options (#933) ([`c5e64f8`](https://github.com/unfoldadmin/django-unfold/commit/c5e64f8decb6602a8ed340b3db7c1c875c5f99c5))
- docs: user form (#931) ([`1711c03`](https://github.com/unfoldadmin/django-unfold/commit/1711c0350cd5a445c1149f57987556f6f95fc31b))
- docs: changeform templates settings (#930) ([`8f02f37`](https://github.com/unfoldadmin/django-unfold/commit/8f02f37d474082979b49d746ed737e1ba21c18ab))
- chore: actions-element-id (#948) ([`b97c0dd`](https://github.com/unfoldadmin/django-unfold/commit/b97c0dd29fc1f5d6aff18bee0de292783579c97f))
- chore: pin poetry version (#937) ([`db5dcb5`](https://github.com/unfoldadmin/django-unfold/commit/db5dcb5319bfffbd640cf915b86f2bd51d1e689e))
- chore: filters label formatting (#924) ([`de5622d`](https://github.com/unfoldadmin/django-unfold/commit/de5622dbe3ad72df8250ce3898b71d99837db540))
- chore: custom styles in body tag (#923) ([`d97b26c`](https://github.com/unfoldadmin/django-unfold/commit/d97b26cb3fd46087f279a65b698340403116fead))

## 0.43.0 (2024-12-09)

- feat: cohort component subtitle (#892) ([`6e9032f`](https://github.com/unfoldadmin/django-unfold/commit/6e9032faff497f3aa78d52b7be456ed0fe4b25ae))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unfold"
version = "0.43.0"
version = "0.44.0"
description = "Modern Django admin theme for seamless interface development"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 57a77bc

Please sign in to comment.