pull/11128/head
LB Johnston 2024-02-12 08:03:21 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 8bc9eb4b4d
commit f65fc66ff9
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,7 @@ Changelog
* Maintenance: Adjust Eslint rules for TypeScript files (Karthik Ayangar)
* Maintenance: Rename the React `Button` that only renders links (a element) to `Link` and remove unused prop & behavior that was non-compliant for aria role usage (Advik Kabra)
* Maintenance: Set up an `wagtail.models.AbstractWorkflow` model to support future customisations around workflows (Hossein)
* Maintenance: Improve `classnames` template tag to handle nested lists of strings (LB (Ben) Johnston)
6.0 (07.02.2024)

Wyświetl plik

@ -41,6 +41,7 @@ depth: 1
* Adjust Eslint rules for TypeScript files (Karthik Ayangar)
* Rename the React `Button` that only renders links (a element) to `Link` and remove unused prop & behavior that was non-compliant for aria role usage (Advik Kabra)
* Set up an `wagtail.models.AbstractWorkflow` model to support future customisations around workflows (Hossein)
* Improve `classnames` template tag to handle nested lists of strings (LB (Ben) Johnston)
## Upgrade considerations