Skip to content

Commit 463f66d

Browse files
author
semantic-release
committed
0.57.0
Automatically generated by python-semantic-release
1 parent ac7972f commit 463f66d

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.57.0 (2025-05-09)
3+
4+
- feat: crispy formsets support (#1275) ([`17ff8c5`](https://github.com/unfoldadmin/django-unfold/commit/17ff8c579bbb33a3dba91fd20083b2da311116df))
5+
- feat: simplified datetime widget icons (#1269) ([`7be4522`](https://github.com/unfoldadmin/django-unfold/commit/7be4522c946a104ae1f72a6261bba0e46931c4d5))
6+
- feat: crispy forms horizontal rule (#1271) ([`91187b1`](https://github.com/unfoldadmin/django-unfold/commit/91187b19feedb13659c246b0f2f2d6ccfa5b98e6))
7+
- feat: multiple select2 widget (#1272) ([`f3fb5a2`](https://github.com/unfoldadmin/django-unfold/commit/f3fb5a2ebdbba20020ed309fd5ad45966d389926))
8+
- feat: redesigned input icons (#1264) ([`1bf08bf`](https://github.com/unfoldadmin/django-unfold/commit/1bf08bfe636ba8baf95bc37a28bb86dc9195800a))
9+
- feat: redesigned form errors (#1262) ([`f0aec64`](https://github.com/unfoldadmin/django-unfold/commit/f0aec64d01d1ddf0c119fd8621de0b87edec0b03))
10+
- fix: correct template tag/variable syntax in skeleton layout (#1268) ([`ac7972f`](https://github.com/unfoldadmin/django-unfold/commit/ac7972f32ae088b79536c06a7a2f3859d874a6c3))
11+
- fix: missing pluralization in form error message translation (#1273) ([`89f57a8`](https://github.com/unfoldadmin/django-unfold/commit/89f57a8d77c5c65afd186e04ec2e9833a767d369))
12+
- fix: border color for readonly fields in light mode (#1270) ([`c7c7b6f`](https://github.com/unfoldadmin/django-unfold/commit/c7c7b6fb0f173598d3671e4e884d7c603d891d13))
13+
214
## 0.56.0 (2025-05-05)
315

416
- feat: improved input focus (#1247) ([`8fa21d4`](https://github.com/unfoldadmin/django-unfold/commit/8fa21d4c7969becc6084d82e403883494f0ee774))

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

0 commit comments

Comments
 (0)