pull/7535/head
Matt Westcott 2021-10-01 16:28:20 +01:00
rodzic 202380f712
commit f8e7a049c0
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,7 @@ Changelog
* Fix: Tabbing and keyboard interaction on the Wagtail userbar now aligns with ARIA best practices (Storm Heg)
* Fix: Add full support for custom `edit_handler` usage by adding missing `bind_to` call to `PreviewOnEdit` view (Stefan Hammer)
* Fix: Only show active (not disabled) tasks in the workflow task chooser (LB Johnston)
* Fix: CSS build scripts now output to the correct directory paths on Windows (Vince Salvino)
2.14.1 (12.08.2021)

Wyświetl plik

@ -70,6 +70,7 @@ Bug fixes
* Add ``gettext_lazy`` to ``ModelAdmin`` built in view titles so that language settings are correctly used (Matt Westcott)
* Tabbing and keyboard interaction on the Wagtail userbar now aligns with ARIA best practices (Storm Heg)
* Add full support for custom ``edit_handler`` usage by adding missing ``bind_to`` call to ``PreviewOnEdit`` view (Stefan Hammer)
* CSS build scripts now output to the correct directory paths on Windows (Vince Salvino)
Upgrade considerations
======================