Skip to content

Commit a2e9cfa

Browse files
author
semantic-release
committed
0.59.0
Automatically generated by python-semantic-release
1 parent 31910c5 commit a2e9cfa

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

2+
## 0.59.0 (2025-05-26)
3+
4+
- feat: override languages and users link in header (#1320) ([`08a7a55`](https://github.com/unfoldadmin/django-unfold/commit/08a7a55e4968e5fe99dd421b296597719dbb2de7))
5+
- feat: allow django permissions in actions (#1230) ([`f728bd6`](https://github.com/unfoldadmin/django-unfold/commit/f728bd6b89950b7fa64fcb1580137de9602ec260))
6+
- feat: Honor field.encoder in prettify_json (#1274) ([`3289774`](https://github.com/unfoldadmin/django-unfold/commit/3289774953df7d150fd749d8be08bc7bef313e19))
7+
- feat: crispy fieldset subheader (#1311) ([`491d5d3`](https://github.com/unfoldadmin/django-unfold/commit/491d5d37be5ee573fd4648fd8d8a611b0aac50ff))
8+
- fix: conditional fields in tabs (#1338) ([`31910c5`](https://github.com/unfoldadmin/django-unfold/commit/31910c5fa57712d0484deea7d585bfd4a5430079))
9+
- fix: dark mode print (#1337) ([`797ec17`](https://github.com/unfoldadmin/django-unfold/commit/797ec17fdc6d8973bd080f0e5475da10280968e0))
10+
- fix: moneywidget accepts attrs (#1336) ([`eade0fb`](https://github.com/unfoldadmin/django-unfold/commit/eade0fbf3238a9857bb06a6e0cb137d77966783f))
11+
- fix: empty page reset search input (#1334) ([`440e626`](https://github.com/unfoldadmin/django-unfold/commit/440e626b72258be3d1bbbe85f9ce023775813640))
12+
- fix: submit line button cursor (#1333) ([`c8f042b`](https://github.com/unfoldadmin/django-unfold/commit/c8f042b25bc002c387b841894f97845477a7d220))
13+
- fix: select in tabular inlines design (#1328) ([`b8b0ff1`](https://github.com/unfoldadmin/django-unfold/commit/b8b0ff1a74fb702db15b58f8781d238e7ac4fd4a))
14+
- fix: autocomplete buttons actions (#1326) ([`5b69d59`](https://github.com/unfoldadmin/django-unfold/commit/5b69d59f526c7a63d916b8ad80aa0c0642a9f369))
15+
- fix: numeric slider border color (#1322) ([`71bd61a`](https://github.com/unfoldadmin/django-unfold/commit/71bd61a43f1eb98e661caf34c46931e2f05deb58))
16+
- fix: account links styling (#1321) ([`0261537`](https://github.com/unfoldadmin/django-unfold/commit/0261537386128c6c761fe55d14a296b56000e3a7))
17+
- fix: infinite pagination filters (#1318) ([`f83fa1d`](https://github.com/unfoldadmin/django-unfold/commit/f83fa1d26227a940f3fe891da0b2fc9f68c151f1))
18+
- fix: improved conditional display for header icons (#1319) ([`4ac6474`](https://github.com/unfoldadmin/django-unfold/commit/4ac64745684a57a32fb0dda909a6a2860da44515))
19+
- fix: actions bar height, horizontal spacing, and select background (#1317) ([`928bf26`](https://github.com/unfoldadmin/django-unfold/commit/928bf266102c07ad5110af605fd00ac56da971e0))
20+
- fix: button component default variant text color (#1316) ([`eba74f2`](https://github.com/unfoldadmin/django-unfold/commit/eba74f268d6ba67532b1d9d4f04274f988bf6c97))
21+
- fix: show dock_to_right only if nav sidebar is enabled (#1167) ([`b6409d5`](https://github.com/unfoldadmin/django-unfold/commit/b6409d5afa0af80e79ef59ebc42973289f9c764d))
22+
- fix: change cursor-pointer to cursor-help (#1184) ([`9d3f643`](https://github.com/unfoldadmin/django-unfold/commit/9d3f643cc7ada1ff8b31ba30add81e6dac35f665))
23+
- fix: changelist filter buttons (#1314) ([`7c7fe47`](https://github.com/unfoldadmin/django-unfold/commit/7c7fe478e71bcfccaef9fa8d28f920c7e314d4f6))
24+
- fix: stacked inline fieldset styling (#1310) ([`8c3621b`](https://github.com/unfoldadmin/django-unfold/commit/8c3621be0d5eafc75185a4920d27870d90838abe))
25+
- fix: infinite paginator next page (#1309) ([`07b01a1`](https://github.com/unfoldadmin/django-unfold/commit/07b01a1681c1d2234cedb59ebbe2050106025726))
26+
- docs: custom language options in dropdown (#1335) ([`75e2405`](https://github.com/unfoldadmin/django-unfold/commit/75e2405bdb8251ba3456a3865a9f126a67813e2f))
27+
- docs: sites urls example (#1315) ([`319e4fd`](https://github.com/unfoldadmin/django-unfold/commit/319e4fd5f8dfaad068abae115433cce4069eb876))
28+
- chore: dark mode default colors (#1324) ([`a298fb4`](https://github.com/unfoldadmin/django-unfold/commit/a298fb44379cfbf17f37da1dee5bd55fd99cdbac))
29+
230
## 0.58.0 (2025-05-19)
331

432
- feat: card titles (#1297) ([`b87f957`](https://github.com/unfoldadmin/django-unfold/commit/b87f957c276dfae7a7fad3ab4351b19fd6606afe))

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

0 commit comments

Comments
 (0)