v1.1rc1 - Wagtail 2.16, back to alias and more
Pre-release
Pre-release
This release candidate brings in support for Wagtail 2.16 and Django 4.0.
It also brings in preliminary support for ListBlock
s (note: the blocks need to be saved with Wagtail 2.16 in order for the list items to get IDs. ListBlock
nested in StructBlock
support pending #525).
Finally, there are some quality of life improvements such as clearing text fields on sync, clearing the error flag on po import, syncing page privacy settings as well as redirecting to the translated page edit form if submitting for a single translation.
Much of this work was kindly sponsored by Mozilla and Twilio
What's Changed
- Handle text field clearing when syncing by @zerolab in #495
- Sync source page privacy settings with translated page by @zerolab in #496
- Update supported versions and dependencies by @zerolab in #509
- Reset the
has_error
flag on po import by @zerolab in #507 - Fix
edit_string_translation
andedit_override
views when DRF is configured with explicit permission/authentication classes by @zerolab / @bmihelac in #513 - Add support for
ListBlock
by @zerolab in #510 - Redirect to newly translate page's edit view when submitting a translation for a single locale by @mixxorz in #518
- Convert to alias by @zerolab in #515
- Typo fixes by @Tijani-Dia in #504 and @KalobTaulien in #521
New Contributors
- @Tijani-Dia made their first contribution in #504
- @mixxorz made their first contribution in #518
- @KalobTaulien made their first contribution in #521
Full Changelog: v1.0.1...v1.1rc1