kopia lustrzana https://github.com/wagtail/wagtail
rodzic
f1909c73e4
commit
ad8912c481
|
@ -26,6 +26,7 @@ Changelog
|
|||
* Add ability to click to copy the URL in the image URL generator page (Sai Srikar Dumpeti)
|
||||
* Add ability to filter by page type and date updated in the page listing view (Matt Westcott)
|
||||
* Add ability to filter by owner and site in the page listing view (Matt Westcott)
|
||||
* Improve right-to-left support by using flow-relative float styles (Thibaud Colas)
|
||||
* 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)
|
||||
|
@ -79,6 +80,7 @@ Changelog
|
|||
* Maintenance: Refactor images listing view to use generic IndexView (Sage Abdullah)
|
||||
* Maintenance: Refactor form pages listing view to use generic IndexView (Sage Abdullah)
|
||||
* Maintenance: Update Stylelint, our linting configuration, Sass, and related code changes (LB (Ben) Johnston)
|
||||
* Maintenance: Simplify browserslist and browser support documentation (Thibaud Colas)
|
||||
|
||||
|
||||
5.2.2 (06.12.2023)
|
||||
|
|
|
@ -15,6 +15,16 @@ depth: 1
|
|||
|
||||
This release adds support for Django 5.0. The support has also been backported to Wagtail 5.2 LTS.
|
||||
|
||||
### New developer tutorial
|
||||
|
||||
A new [developer tutorial](../tutorial/index) series has been added to the documentation. This series builds upon the pre-existing [](/getting_started/tutorial), going through the creation and deployment of a portfolio website.
|
||||
|
||||
This tutorial series was created by Damilola Oladele as part of the Google Season of Docs program, with support from Meagen Voss, and Thibaud Colas . We also thank Storm Heg, Kalob Taulien, Kátia Nakamura, Mariusz Felisiak, and Rachel Smith for their support and feedback as part of the project.
|
||||
|
||||
### Right-to-left language support
|
||||
|
||||
The admin interface now supports right-to-left languages, such as Persian, Arabic, Hebrew. Though there are still some areas that need improvement, all admin views will now be displayed in the correct direction.
|
||||
|
||||
### Other features
|
||||
|
||||
* Added `search_index` option to StreamField blocks to control whether the block is indexed for searching (Vedant Pandey)
|
||||
|
@ -101,6 +111,7 @@ This release adds support for Django 5.0. The support has also been backported t
|
|||
* Refactor images listing view to use generic IndexView (Sage Abdullah)
|
||||
* Refactor form pages listing view to use generic IndexView (Sage Abdullah)
|
||||
* Update Stylelint, our linting configuration, Sass, and related code changes (LB (Ben) Johnston)
|
||||
* Simplify browserslist and browser support documentation for maintainers (Thibaud Colas)
|
||||
|
||||
## Upgrade considerations - removal of deprecated features from Wagtail 4.2 - 5.1
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue