0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/releases/5.1.1.md
2023-08-14 15:03:51 +01:00

23 lines
433 B
Markdown

# Wagtail 5.1.1 release notes
_August 14, 2023_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Other features
* Introduce `wagtail.admin.ui.tables.BooleanColumn` to display boolean values as icons (Sage Abdullah)
### Bug fixes
* Show not-`None` falsy values instead of blank in generic table cell template (Sage Abdullah)
* Fix `read_only` panels for fields with translatable choice labels (Florent Lebreton)