Skip to content

Commit dbdd956

Browse files
author
semantic-release
committed
0.53.0
Automatically generated by python-semantic-release
1 parent 7adee94 commit dbdd956

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## 0.53.0 (2025-03-24)
3+
4+
- feat: new InfinitePaginator for large tables (#1169) ([`3ecb2d0`](https://github.com/unfoldadmin/django-unfold/commit/3ecb2d0c2e6a211285c21e86652b0b8417c05e5f))
5+
- feat: active callback for sidebar navigation (#1165) ([`3d981f3`](https://github.com/unfoldadmin/django-unfold/commit/3d981f33a07c31118f4bfe652ad77d4ab5c4fd89))
6+
- feat: conditional fields display (#1156) ([`e496d6c`](https://github.com/unfoldadmin/django-unfold/commit/e496d6cd6bb0499aa7133dc21912a2efb4965cbe))
7+
- fix: truncate long text in action dropdown (#1176) ([`5b45827`](https://github.com/unfoldadmin/django-unfold/commit/5b458270ecd492e13ec43c53fa0a6ee1fa0028d8))
8+
- fix: site dropdown event propagation (#1175) ([`842fd50`](https://github.com/unfoldadmin/django-unfold/commit/842fd503645c314cd49902d2db70905b17751110))
9+
- fix: typo on user creation popup form (#1166) ([`a56ecfe`](https://github.com/unfoldadmin/django-unfold/commit/a56ecfe84d8cbde492e94507b92ac081b9b79125))
10+
- fix: action attrs not being applied to details dropdown actions (#1162) ([`f5ea4d1`](https://github.com/unfoldadmin/django-unfold/commit/f5ea4d1a573abc90b3a69f2d62e5a6796235bf29))
11+
- fix: display form lines in grid (#1164) ([`cc7f786`](https://github.com/unfoldadmin/django-unfold/commit/cc7f786375e4262d9ee650ffaa6556456d2f0629))
12+
- fix: changeform dropdown actions permissions (#1163) ([`34fa2ed`](https://github.com/unfoldadmin/django-unfold/commit/34fa2ed94645a984b4bd60768d911c06bbf35129))
13+
- fix: add support for django-money in display_for_field ([`5cc06c6`](https://github.com/unfoldadmin/django-unfold/commit/5cc06c6b1adab2adc8d73885918fb3322e0d2f90))
14+
- fix: use the same translation for all "By {filter_title}" (#1146) ([`de5dd99`](https://github.com/unfoldadmin/django-unfold/commit/de5dd99b668a08a43433cd555f9de8e105e571fd))
15+
- chore: lint only on pull request (#1177) ([`7adee94`](https://github.com/unfoldadmin/django-unfold/commit/7adee94099cc28118bfdc995b633ec34ba911bed))
16+
217
## 0.52.0 (2025-03-17)
318

419
- feat: compressed fields subtle separator (#1153) ([`56f1678`](https://github.com/unfoldadmin/django-unfold/commit/56f1678716898e06980d8ad51cb6185522080302))

pyproject.toml

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

0 commit comments

Comments
 (0)