Skip to content

Commit 15d4c52

Browse files
author
semantic-release
committed
0.26.0
Automatically generated by python-semantic-release
1 parent a55523e commit 15d4c52

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

2+
## 0.26.0 (2024-06-03)
3+
4+
- feat: nonrelated inlines (#419) ([`a6fd72b`](https://github.com/unfoldadmin/django-unfold/commit/a6fd72bdecc31a541e8fa3f845aa7419eb160315))
5+
- feat: header image custom width (#417) ([`d3031d6`](https://github.com/unfoldadmin/django-unfold/commit/d3031d631fa397d6c7fa9af8e593f1dfb1bd60c8))
6+
- feat: default simple textarea widget (#405) ([`9504bd8`](https://github.com/unfoldadmin/django-unfold/commit/9504bd8c52bbc0b9000273fb5654233f1a9fbd00))
7+
- feat: styled scrollbars (#409) ([`766098b`](https://github.com/unfoldadmin/django-unfold/commit/766098ba871d69bcaccce9de5066e1cb32c277f2))
8+
- fix: import export selectable fields (#431) ([`a55523e`](https://github.com/unfoldadmin/django-unfold/commit/a55523ec5592b934da60151152068276ecb53109))
9+
- fix: scrollbar dark mode (#433) ([`7cc95fe`](https://github.com/unfoldadmin/django-unfold/commit/7cc95fe8e1d16ef7da835c852ea9c58ce6e233a5))
10+
- fix: filefield widget (#432) ([`3f9d7ba`](https://github.com/unfoldadmin/django-unfold/commit/3f9d7ba834b8f4e7702ac11e77c897a9d3ab3dca))
11+
- fix: raw id fields (#424) ([`e482ae1`](https://github.com/unfoldadmin/django-unfold/commit/e482ae135e7a578b8ea14da7c52218e976dcf576))
12+
- fix: readonly password hash label (#423) ([`b424b86`](https://github.com/unfoldadmin/django-unfold/commit/b424b8651034f94eaeb06e6a9b131ef110fcf94d))
13+
- fix: tabs special characters (#422) ([`ee4b333`](https://github.com/unfoldadmin/django-unfold/commit/ee4b33397083559b71ab594a4ec7528d692b689f))
14+
- fix: select multiple scrollbar (#421) ([`2f7e421`](https://github.com/unfoldadmin/django-unfold/commit/2f7e42137fc7559be19399fd407c7c6cb00dddb9))
15+
- fix: import export action (#420) ([`30e3744`](https://github.com/unfoldadmin/django-unfold/commit/30e374403bd5b49a6f2c0652965915e761f1edae))
16+
- fix: textarea expandable template name (#412) ([`5d710af`](https://github.com/unfoldadmin/django-unfold/commit/5d710af83681b36251c8b96dfde34f4207eb472d))
17+
- fix: header image improvements (#411) ([`55a8cb1`](https://github.com/unfoldadmin/django-unfold/commit/55a8cb12201c65d49e5e8f3614f4914d63ff8bca))
18+
219
## 0.25.0 (2024-05-23)
320

421
- feat: changelist tabular inlines scrollbars (#403) ([`77500dd`](https://github.com/unfoldadmin/django-unfold/commit/77500dd2a36ca4dc3baec205b34861df5cc5cf58))

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

0 commit comments

Comments
 (0)