kopia lustrzana https://github.com/wagtail/wagtail
Release note for #10367 in 4.2.3
rodzic
170e842a03
commit
07f80a6caa
|
@ -154,6 +154,12 @@ Changelog
|
|||
* Maintenance: Refactor admin color palette to semantic, theme-agnostic design tokens (Thibaud Colas)
|
||||
|
||||
|
||||
4.2.3 (02.05.2023)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah)
|
||||
|
||||
|
||||
4.2.2 (03.04.2023)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# Wagtail 4.2.3 release notes
|
||||
|
||||
_May 2, 2023_
|
||||
|
||||
```{contents}
|
||||
---
|
||||
local:
|
||||
depth: 1
|
||||
---
|
||||
```
|
||||
|
||||
## What's new
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Prevent TableBlock from becoming uneditable after save (Sage Abdullah)
|
|
@ -7,6 +7,7 @@ Release notes
|
|||
upgrading
|
||||
5.1
|
||||
5.0
|
||||
4.2.3
|
||||
4.2.2
|
||||
4.2.1
|
||||
4.2
|
||||
|
|
Ładowanie…
Reference in New Issue