Skip to content

Commit c86cec2

Browse files
author
semantic-release
committed
0.52.0
Automatically generated by python-semantic-release
1 parent 56f1678 commit c86cec2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

2+
## 0.52.0 (2025-03-17)
3+
4+
- feat: compressed fields subtle separator (#1153) ([`56f1678`](https://github.com/unfoldadmin/django-unfold/commit/56f1678716898e06980d8ad51cb6185522080302))
5+
- feat: placeholder labels for split datetime widget (#1150) ([`d4bd1bf`](https://github.com/unfoldadmin/django-unfold/commit/d4bd1bf624b782bee9ba2f305e7000a7ee8bbb92))
6+
- feat: better expandable textarea - field sizing (#1149) ([`498d716`](https://github.com/unfoldadmin/django-unfold/commit/498d716c9f6832bfe369c6f22535eb0769c4e3d2))
7+
- feat: changelist dropdowns in display decorator ([`1a12d4c`](https://github.com/unfoldadmin/django-unfold/commit/1a12d4c0b119f0f3bcc5d61fb8a98847f55e1c6b))
8+
- fix: compressed fields label width (#1152) ([`44f88b1`](https://github.com/unfoldadmin/django-unfold/commit/44f88b133f030964ea80855840c8f6f831d198d9))
9+
- fix: textarea block display (#1151) ([`9ccc79b`](https://github.com/unfoldadmin/django-unfold/commit/9ccc79b6c9d8435f1d7455134b5464fea3ae5ca8))
10+
- fix: submit line content width (#1140) ([`2173def`](https://github.com/unfoldadmin/django-unfold/commit/2173def7aba7a8a7cfb43522135a2cb2b7c9243d))
11+
- fix: select2 font colors (#1139) ([`25f15a6`](https://github.com/unfoldadmin/django-unfold/commit/25f15a67358d97fcb4856f3ed844cb244e39d4bf))
12+
- fix: messages html tag from p to div (#1137) ([`7ed23be`](https://github.com/unfoldadmin/django-unfold/commit/7ed23be11d9d5f549de486b038f1b355e1e562a7))
13+
214
## 0.51.0 (2025-03-10)
315

416
- feat: django-upgrade support in pre-commit ([`67cdb8e`](https://github.com/unfoldadmin/django-unfold/commit/67cdb8eae4e5fe0839f591ecbc90bd9d624ba8af))

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

0 commit comments

Comments
 (0)