Skip to content

Commit d8ec5e1

Browse files
author
semantic-release
committed
0.28.0
Automatically generated by python-semantic-release
1 parent e8f7a62 commit d8ec5e1

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.28.0 (2024-06-12)
3+
4+
- feat: optionally format json with pygments (#451) ([`c947162`](https://github.com/unfoldadmin/django-unfold/commit/c94716294ae81280cbf9400d81ea5b9b60e255cb))
5+
- feat: login blocks (#465) ([`43e1904`](https://github.com/unfoldadmin/django-unfold/commit/43e1904171d8568e2ffeeb8ec2a3bece3b1fba48))
6+
- feat: custom views (#468) ([`8039073`](https://github.com/unfoldadmin/django-unfold/commit/8039073bf93cdbdb9789eb3721d83bd8280efc5f))
7+
- fix: submit line action attrs (#472) ([`e8f7a62`](https://github.com/unfoldadmin/django-unfold/commit/e8f7a6278c2bb93df27046dc6ccda863c110be26))
8+
- fix: export changelist action button (#464) ([`c01a1ba`](https://github.com/unfoldadmin/django-unfold/commit/c01a1badb60bc3b53638c9c5a10aba4912c5a54a))
9+
- fix: import export guess type (#466) ([`91c7439`](https://github.com/unfoldadmin/django-unfold/commit/91c7439435756a6744dee30206ecaa340f8a0912))
10+
- fix: compressed fields dark mode border (#467) ([`ce6e979`](https://github.com/unfoldadmin/django-unfold/commit/ce6e9798062ff151af6009bfd963850e193eaa39))
11+
- fix: search results z-index (#458) ([`2e378e3`](https://github.com/unfoldadmin/django-unfold/commit/2e378e3ab3647e7321f230355f062395b32bbec8))
12+
- docs: utm params (#460) ([`4a2792d`](https://github.com/unfoldadmin/django-unfold/commit/4a2792d6dc4e3c3ca1c3db751b8be1aeccc6703d))
13+
214
## 0.27.0 (2024-06-08)
315

416
- feat: compressed changeform mode (#450) ([`d2fe80f`](https://github.com/unfoldadmin/django-unfold/commit/d2fe80fa8bc2b57d6d0d045388b2d0cbb8276110))

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

0 commit comments

Comments
 (0)