0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Add changelog for #10502

- Fixes #9360
This commit is contained in:
LB Johnston 2023-06-22 07:59:20 +10:00 committed by LB (Ben Johnston)
parent aebca4781e
commit f6d119a6dd
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Changelog
* Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)
* Fix: Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston)
* Fix: Add a more visible active state for side panel toggle buttons (Thibaud Colas)
* Fix: Debounce and optimise live preview panel to prevent excessive requests (Sage Abdullah)
* Docs: Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman)
* Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger)
* Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)

View File

@ -39,6 +39,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)
* Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston)
* Add a more visible active state for side panel toggle buttons (Thibaud Colas)
* Debounce and optimise live preview panel to prevent excessive requests (Sage Abdullah)
### Documentation