2023-06-13 14:20:50 +02:00
|
|
|
# Wagtail 5.0.2 release notes
|
|
|
|
|
|
|
|
_Unreleased_
|
|
|
|
|
|
|
|
```{contents}
|
|
|
|
---
|
|
|
|
local:
|
|
|
|
depth: 1
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
2023-06-14 19:50:21 +02:00
|
|
|
* Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
|
|
|
|
* Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott)
|
|
|
|
* Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)
|
2023-06-15 13:21:28 +02:00
|
|
|
* Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston)
|