Skip to content

Commit 57a77bc

Browse files
author
semantic-release
committed
0.44.0
Automatically generated by python-semantic-release
1 parent 723045e commit 57a77bc

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11

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

434
- feat: cohort component subtitle (#892) ([`6e9032f`](https://github.com/unfoldadmin/django-unfold/commit/6e9032faff497f3aa78d52b7be456ed0fe4b25ae))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unfold"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
description = "Modern Django admin theme for seamless interface development"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)