pull/11348/head
LB Johnston 2023-12-15 14:07:21 +10:00
rodzic bb33e7c508
commit a57c63dbd3
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Changelog
* Remove overly verbose image captions in image listings for screen readers (Sage Abdullah)
* Ensure screen readers and dictation tools can more easily navigate bulk actions in images, documents and page listings by streamlining labels and descriptions (Sage Abdullah)
* Remove support for Safari 14 (Thibaud Colas)
* Add ability to click to copy the URL in the image URL generator page (Sai Srikar Dumpeti)
* 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)
@ -71,6 +72,7 @@ Changelog
* Maintenance: Update Telepath dependency to 0.3.1 (Matt Westcott)
* Maintenance: Upgrade to latest TypeScript and Storybook (Thibaud Colas, Sage Abdullah)
* Maintenance: Refactor documents listing view to use generic IndexView (Sage Abdullah)
* Maintenance: Support for the Stimulus `CloneController` to auto clear the added content after a set duration (LB (Ben) Johnston)
5.2.2 (06.12.2023)

Wyświetl plik

@ -776,6 +776,7 @@
* Shlomo Markowitz
* Felipe Lobato
* Nandini Arora
* Sai Srikar Dumpeti
## Translators

Wyświetl plik

@ -35,6 +35,7 @@ This release adds support for Django 5.0. The support has also been backported t
* Remove overly verbose image captions in image listings for screen readers (Sage Abdullah)
* Ensure screen readers and dictation tools can more easily navigate bulk actions in images, documents and page listings by streamlining labels and descriptions (Sage Abdullah)
* Remove support for Safari 14 (Thibaud Colas)
* Add ability to click to copy the URL in the image URL generator page (Sai Srikar Dumpeti)
### Bug fixes
@ -93,6 +94,7 @@ This release adds support for Django 5.0. The support has also been backported t
* Allow `ActionController` to have a `noop` method to more easily leverage standalone Stimulus action options (Nandini Arora)
* Upgrade to latest TypeScript and Storybook (Thibaud Colas, Sage Abdullah)
* Refactor documents listing view to use generic IndexView (Sage Abdullah)
* Support for the Stimulus `CloneController` to auto clear the added content after a set duration (LB (Ben) Johnston)
## Upgrade considerations - removal of deprecated features from Wagtail 4.2 - 5.1