Skip to content

Commit 651614f

Browse files
author
semantic-release
committed
0.47.0
Automatically generated by python-semantic-release
1 parent e564d84 commit 651614f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

2+
## 0.47.0 (2025-02-05)
3+
4+
- feat: custom tab navigations (#1029) ([`e564d84`](https://github.com/unfoldadmin/django-unfold/commit/e564d84810b5a9c0a79ea24001cc16f2f9838137))
5+
- feat: Add pagination support for simple_history integration (#1037) ([`bec3555`](https://github.com/unfoldadmin/django-unfold/commit/bec3555e7e96cd8a3c0f7ea962f7f28a58d1aab8))
6+
- feat: settings callbacks (#1028) ([`a87d41b`](https://github.com/unfoldadmin/django-unfold/commit/a87d41b7ae0faac820b6b68a56085dfd80ed78d3))
7+
- feat: autocomplete filters (#1010) ([`cd448eb`](https://github.com/unfoldadmin/django-unfold/commit/cd448ebbee95faab794e2269e4d43b92200c719c))
8+
- fix: empty filter query params (#1027) (#1031) ([`d872753`](https://github.com/unfoldadmin/django-unfold/commit/d8727533b884e89dd3c78705cb78e31c77c93387))
9+
- fix: preserve back button filters (#1017) ([`43e7390`](https://github.com/unfoldadmin/django-unfold/commit/43e7390aa9b41f022fcc1bfb82f8ff9d4e39a8dd))
10+
- docs: ArrayWidget choices (#1039) ([`d11b994`](https://github.com/unfoldadmin/django-unfold/commit/d11b9948f6fcb49e6b150beab6d3651e5f0949b3))
11+
- docs: improved simple history installation guide (#1038) ([`d9fccc9`](https://github.com/unfoldadmin/django-unfold/commit/d9fccc9c3884c93ce3094afd4e2c4c9e60b138f9))
12+
- docs: changelist action permission usage (#1024) ([`2895e7c`](https://github.com/unfoldadmin/django-unfold/commit/2895e7c49053b620c5f6e533783fed7d591b3961))
13+
- docs: add missing arguments of button component (#1026) ([`684acac`](https://github.com/unfoldadmin/django-unfold/commit/684acacda22d7877cc431cd66fe8108690f94c5a))
14+
- docs: fixes syntax in display section (#1030) ([`97f2059`](https://github.com/unfoldadmin/django-unfold/commit/97f2059d68b3d9c838051c566a4fac5e14c34f0d))
15+
- chore: dropped python 3.8 support (#1021) ([`b398038`](https://github.com/unfoldadmin/django-unfold/commit/b398038e60dd2bf297f50e3a47b5dabf092e72e8))
16+
217
## 0.46.0 (2025-01-27)
318

419
- feat: sheet filter sticky buttons (#1003) ([`02d36b1`](https://github.com/unfoldadmin/django-unfold/commit/02d36b1333b000a5c82a501a528ef8b955dd81cd))

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

0 commit comments

Comments
 (0)