Releases: unfoldadmin/django-unfold
0.66.0
-
feat: progress component without title handling (#1576) (
f651d45
) -
fix: tracker component accepts class param (#1579) (
5eb7808
) -
fix: django-constance: can't disable boolean setting (#1556) (
c18b0dc
) -
fix: prevent double event propagation in command (#1543) (
c6aca2c
) -
chore(deps): bump django from 4.2.22 to 4.2.24 (#1568) (
41e8bc9
) -
chore(deps): bump actions/setup-python from 5 to 6 (#1561) (
c135bf5
)
0.65.0
0.64.2
0.64.1
0.64.0
0.63.0
0.62.0
0.61.0
-
feat: persist current tab on save and continue (#1399) (
67974c0
) -
fix: inline pagination moved into fieldset (#1400) (
566be89
) -
fix: add missing template override for django-import-export (#1383) (
b81caef
) -
chore(deps-dev): bump urllib3 from 2.4.0 to 2.5.0 (#1389)
-
chore(deps-dev): bump requests from 2.32.3 to 2.32.4 (#1388)
-
chore(deps): bump django from 4.2.21 to 4.2.22 (#1387) (
5aa663c
)
0.60.0
0.59.0
-
feat: override languages and users link in header (#1320) (
08a7a55
) -
feat: Honor field.encoder in prettify_json (#1274)
When users provide a custom json encoder in their field configuration,
this configuration should also be honoured while pretty printing the
field values. (3289774
)