wagtail/docs/releases/5.1.1.md

23 wiersze
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)