mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
Release notes for #10344
This commit is contained in:
parent
8f797266d2
commit
9b4378485c
@ -44,6 +44,9 @@ Changelog
|
|||||||
* Style comments as per page editor design, in side panel (Karl Hobley, Thibaud Colas)
|
* Style comments as per page editor design, in side panel (Karl Hobley, Thibaud Colas)
|
||||||
* Add support for custom panel icons, with defaults, displayed for top-level editor panels (Sage Abdullah)
|
* Add support for custom panel icons, with defaults, displayed for top-level editor panels (Sage Abdullah)
|
||||||
* Add new icons for StreamField blocks (Sage Abdullah)
|
* Add new icons for StreamField blocks (Sage Abdullah)
|
||||||
|
* Reveal the minimap on click rather than hover, keeping it expanded until dismissed, with state saved between page loads (Thibaud Colas)
|
||||||
|
* Expand a collapsed form section when navigating to it with the minimap (Thibaud Colas)
|
||||||
|
* The minimap and "Collapse all" button now appear next to side panels rather than underneath, so they can be used at any time (Thibaud Colas)
|
||||||
* Fix: Ensure `label_format` on StructBlock gracefully handles missing variables (Aadi jindal)
|
* Fix: Ensure `label_format` on StructBlock gracefully handles missing variables (Aadi jindal)
|
||||||
* Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro)
|
* Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro)
|
||||||
* Fix: Ensure `Site.get_site_root_paths` works on cache backends that do not preserve Python objects (Jaap Roes)
|
* Fix: Ensure `Site.get_site_root_paths` works on cache backends that do not preserve Python objects (Jaap Roes)
|
||||||
|
@ -53,6 +53,18 @@ The accessibility checker has been updated with:
|
|||||||
|
|
||||||
Those improvements were implemented by Albina Starykova as part of an [Outreachy internship](https://wagtail.org/blog/introducing-wagtails-new-accessibility-checker/), with support from mentors Thibaud Colas, Sage Abdullah, and Joshua Munn.
|
Those improvements were implemented by Albina Starykova as part of an [Outreachy internship](https://wagtail.org/blog/introducing-wagtails-new-accessibility-checker/), with support from mentors Thibaud Colas, Sage Abdullah, and Joshua Munn.
|
||||||
|
|
||||||
|
### Always-on minimap
|
||||||
|
|
||||||
|
Following its introduction in Wagtail 4.1, we have made a number of improvements to the page editor minimap:
|
||||||
|
|
||||||
|
* It now stays opened until dismissed, so users can keep it expanded if desired.
|
||||||
|
* Its "expanded" state is preserved when navigating between different views of the CMS.
|
||||||
|
* The minimap and "Collapse all" button now appear next to side panels rather than underneath, so they can be used at any time.
|
||||||
|
* Clicking any item reveals the minimap, with appropriate text for screen reader users.
|
||||||
|
* Navigating to a collapsed section of the page will reveal this section.
|
||||||
|
|
||||||
|
Thank you to everyone who provided feedback on this new addition to the editor experience. Those changes were implemented by Thibaud Colas.
|
||||||
|
|
||||||
### Other features
|
### Other features
|
||||||
|
|
||||||
* Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
|
* Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
|
||||||
|
Loading…
Reference in New Issue
Block a user