Add release notes for #10371

pull/10392/head
Thibaud Colas 2023-04-28 17:19:05 +01:00
rodzic f4ce346fe1
commit e407fb3612
3 zmienionych plików z 25 dodań i 0 usunięć

Wyświetl plik

@ -105,6 +105,7 @@ Changelog
* Fix: Fix various regressions in the commenting UI (Thibaud Colas)
* Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah)
* Fix: Correctly show the "new item" badge within menu sections previously dismissed (Sage Abdullah)
* Fix: Fix side panel stuck in resize state when pointer is released outside the grip (Sage Abdullah)
* Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
* Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp, Thibaud Colas)
* Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)
@ -342,6 +343,12 @@ Changelog
* Maintenance: Switch form submission listings to use the same ordering icons as other listings (Thibaud Colas)
4.1.5 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* Fix: Fix side panel stuck in resize state when pointer is released outside the grip (Sage Abdullah)
4.1.4 (03.04.2023)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,17 @@
# Wagtail 4.1.5 release notes
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Fix side panel stuck in resize state when pointer is released outside the grip (Sage Abdullah)

Wyświetl plik

@ -156,6 +156,7 @@ These features were developed by Sage Abdullah.
* Fix various regressions in the commenting UI (Thibaud Colas)
* Prevent TableBlock from becoming uneditable after save (Sage Abdullah)
* Correctly show the "new item" badge within menu sections previously dismissed (Sage Abdullah)
* Fix side panel stuck in resize state when pointer is released outside the grip (Sage Abdullah)
### Documentation