mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
parent
aebca4781e
commit
f6d119a6dd
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user