diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1abf475f1c..8149e55673 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -49,6 +49,7 @@ Changelog * Keep database state of pages and snippets updated while in draft state (Stefan Hammer) * Add the accessibility checker within the page and snippets editor (Thibaud Colas) * Add `DrilldownController` and `w-drilldown` component to support drilldown menus (Thibaud Colas) + * Add support for `caption` on admin UI Table component (Aman Pandey) * Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu) * Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi) * Fix: Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix, Christer Jensen) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index d6abf2a157..b4c511b252 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -81,6 +81,7 @@ This feature was implemented by Nick Lee, Thibaud Colas, and Sage Abdullah. * Polish dark theme styles and update color tokens (Thibaud Colas, Rohit Sharma) * Keep database state of pages and snippets updated while in draft state (Stefan Hammer) * Add `DrilldownController` and `w-drilldown` component to support drilldown menus (Thibaud Colas) + * Add support for `caption` on admin UI Table component (Aman Pandey) ### Bug fixes diff --git a/wagtail/admin/templates/wagtailadmin/tables/table.html b/wagtail/admin/templates/wagtailadmin/tables/table.html index f205a0b919..ec5b39a6d4 100644 --- a/wagtail/admin/templates/wagtailadmin/tables/table.html +++ b/wagtail/admin/templates/wagtailadmin/tables/table.html @@ -1,6 +1,11 @@ {% load wagtailadmin_tags %}
| First name | Last name |
|---|---|
| Paul | Simon |
| Art | Garfunkel |