0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00
wagtail/docs/releases/4.1.2.md

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

34 lines
1.4 KiB
Markdown
Raw Normal View History

2022-11-16 17:24:43 +01:00
# Wagtail 4.1.2 release notes
2023-02-06 13:01:15 +01:00
_February 6, 2023_
2022-11-16 17:24:43 +01:00
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Make "Cancel scheduled publish" button correctly redirect back to the edit view (Sage Abdullah)
* Prevent crash when reverting revisions on a snippet with `PreviewableMixin` applied (Sage Abdullah)
* Use consistent heading styles on top-level fields in the page editor (Sage Abdullah)
* Allow button labels to wrap onto two lines in dropdown buttons (Coen van der Kamp)
* Move DateField, DateTimeField, TimeField comment buttons to be right next to the fields (Theresa Okoro)
* Support text resizing in workflow steps cards (Ivy Jeptoo)
* Use the correct padding for autocomplete block picker (Umar Farouk Yunusa)
2022-12-19 15:05:41 +01:00
* Fix horizontal positioning of rich text inline toolbar (Thibaud Colas)
* Close the userbar when clicking its toggle (Albina Starykova)
2023-02-02 11:36:49 +01:00
* Do not show bulk actions checkbox in page type usage view (Sage Abdullah)
2023-02-02 12:04:33 +01:00
* Prevent account name from overflowing the sidebar (Aman Pandey)
* Ensure edit form is displayed as unlocked immediately after canceling a workflow (Sage Abdullah)
2023-02-03 16:52:14 +01:00
* Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah)
2023-02-02 13:27:19 +01:00
### Documentation
* Document potential data loss for BaseLogEntry migration in 3.0 (Sage Abdullah)
2023-02-03 18:42:02 +01:00
* Add documentation for the reference index mechanism (Daniel Kirkham)