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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
433 B
Markdown
Raw Normal View History

2023-08-14 16:01:45 +02:00
# Wagtail 5.1.1 release notes
2023-08-10 10:17:44 +02:00
2023-08-14 16:01:45 +02:00
_August 14, 2023_
2023-08-10 10:17:44 +02:00
```{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)