Skip to content

Commit 781fd85

Browse files
author
semantic-release
committed
0.22.0
Automatically generated by python-semantic-release
1 parent 089b5ca commit 781fd85

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

2+
## 0.22.0 (2024-04-14)
3+
4+
- feat: vs code devcontainer (#319) ([`788eca2`](https://github.com/unfoldadmin/django-unfold/commit/788eca2eb1024685d5d5d2a7be52b19612b42bb9))
5+
- fix: login theme switch with picture (#352) ([`089b5ca`](https://github.com/unfoldadmin/django-unfold/commit/089b5ca8773e361ecd9d1b450e045759510f32bf))
6+
- fix: autocomplete field display in changelist (#335) ([`6a85166`](https://github.com/unfoldadmin/django-unfold/commit/6a851664eb978160a1f94af6eb90b07d179ec7bd))
7+
- fix: sidebar badge callback (#342) ([`97c2e32`](https://github.com/unfoldadmin/django-unfold/commit/97c2e32bb2982058f7c581801056bf8eb58d82d3))
8+
- fix: empty label default value (#334) ([`baaac90`](https://github.com/unfoldadmin/django-unfold/commit/baaac90739cf8a0bf934dc5b12b426a9b1fc9a7a))
9+
- fix: responsive titles in changelist tables (#333) ([`907efe6`](https://github.com/unfoldadmin/django-unfold/commit/907efe635b211c1fd2d37e3eca25614ec8cd1ce5))
10+
- fix: put label for all contrib apps ([`2b96dfc`](https://github.com/unfoldadmin/django-unfold/commit/2b96dfc5db0421d97e9b10feb800d3087723e128))
11+
- fix: theme switch on login page (#322) ([`13cfd05`](https://github.com/unfoldadmin/django-unfold/commit/13cfd05c50c795432f8c899d33b6214512713e05))
12+
- fix: logout button clickable area (#321) ([`7256dbd`](https://github.com/unfoldadmin/django-unfold/commit/7256dbd2281fd1d10d3e2959413564f7d38ecf15))
13+
- chore: license date (#318) ([`6cf1b7c`](https://github.com/unfoldadmin/django-unfold/commit/6cf1b7c607d6b80643827debb1d812d6eca35e00))
14+
215
## 0.21.1 (2024-03-16)
316

417
- fix: whitenoise collectstatic (#316) ([`fdfd5f4`](https://github.com/unfoldadmin/django-unfold/commit/fdfd5f470d6d884f44486313127b078a80109bbe))

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.21.1"
3+
version = "0.22.0"
44
description = "Modern Django admin theme for seamless interface development"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)