Skip to content

Commit cb829bd

Browse files
author
semantic-release
committed
0.34.0
Automatically generated by python-semantic-release
1 parent c7dbd1c commit cb829bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

2+
## 0.34.0 (2024-08-03)
3+
4+
- feat: disable select all action (#630) ([`2877747`](https://github.com/unfoldadmin/django-unfold/commit/287774779f9f2c4f2fb75f990e6d86bbf055e2d1))
5+
- fix: app list truncate (#644) ([`c7dbd1c`](https://github.com/unfoldadmin/django-unfold/commit/c7dbd1cbc375c10ef7f11565343ceccb5a9feaf3))
6+
- fix: compressed readonly field (#643) ([`bdc58f7`](https://github.com/unfoldadmin/django-unfold/commit/bdc58f7d8d46bb9962691bd1d70df502751f24e4))
7+
- fix: boolean checkbox improvements (#640) ([`6454305`](https://github.com/unfoldadmin/django-unfold/commit/6454305f22d186b28fbb296f3e258cdaf12f356b))
8+
- fix: navigation & tabs improvements (#638) ([`1a85f7c`](https://github.com/unfoldadmin/django-unfold/commit/1a85f7c45c53b54d50677bd7fefc3bd1b47460e3))
9+
- fix: improved accessibility (#635) ([`a9e168b`](https://github.com/unfoldadmin/django-unfold/commit/a9e168bc3255610bfffa2dd933301506a8075cfe))
10+
- fix: inline visual hierarchy (#632) ([`cb39ca3`](https://github.com/unfoldadmin/django-unfold/commit/cb39ca37ebeff0c1379ea1ac020091f2dc4fd324))
11+
- fix: support for uuid pk in action dropdowns ([`acef20b`](https://github.com/unfoldadmin/django-unfold/commit/acef20bbc2ecc99f9999fcdbc3d9a7f0dfe11f34))
12+
- fix: remove links underline (#621) ([`7ced92a`](https://github.com/unfoldadmin/django-unfold/commit/7ced92af44758796f6a6502a3590de51478ba117))
13+
- fix: raw id field link styling (#620) ([`b49eafc`](https://github.com/unfoldadmin/django-unfold/commit/b49eafcc898869a2052bab9d42fdfde623ecc69e))
14+
- docs: add Chart.js credits (#603) ([`71e8736`](https://github.com/unfoldadmin/django-unfold/commit/71e87363a53c175df45d7234ea46e0581d4b3b94))
15+
216
## 0.33.0 (2024-07-23)
317

418
- feat: optional inline titles (#619) ([`0cce931`](https://github.com/unfoldadmin/django-unfold/commit/0cce93179f475c569a1f91ba32c69a24b09aaa35))

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

0 commit comments

Comments
 (0)