2023-03-20 10:50:07 +01:00
|
|
|
# Wagtail 4.2.2 release notes
|
|
|
|
|
|
|
|
_Unreleased_
|
|
|
|
|
|
|
|
```{contents}
|
|
|
|
---
|
|
|
|
local:
|
|
|
|
depth: 1
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
|
|
* Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)
|
|
|
|
* Fix select elements expanding beyond their container when using a long option label (Sage Abdullah)
|
2023-03-20 08:33:36 +01:00
|
|
|
* Fix timezone handling of `TemplateResponse`s for users with a custom timezone (Stefan Hammer, Sage Abdullah)
|
2023-03-24 16:31:43 +01:00
|
|
|
* Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
|
|
|
|
* Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
|
2023-03-22 10:11:40 +01:00
|
|
|
* Fix server-side caching of the icons sprite (Thibaud Colas)
|
2023-03-28 18:15:38 +02:00
|
|
|
* Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
|
2023-03-30 01:13:30 +02:00
|
|
|
* Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
|
2023-04-01 02:23:08 +02:00
|
|
|
* Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston)
|
2023-03-30 17:11:56 +02:00
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Fix module path for `MultipleChooserPanel` in panel reference docs
|
2023-04-01 01:57:51 +02:00
|
|
|
|
|
|
|
### Maintenance
|
|
|
|
|
|
|
|
* Render large image renditions to disk (Jake Howard)
|