2025-04-25 13:24:14 +00:00
|
|
|
# Wagtail 7.1 release notes - IN DEVELOPMENT
|
|
|
|
|
|
|
|
|
|
_Unreleased_
|
|
|
|
|
|
|
|
|
|
```{contents}
|
|
|
|
|
---
|
|
|
|
|
local:
|
|
|
|
|
depth: 1
|
|
|
|
|
---
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
|
|
### Other features
|
|
|
|
|
|
2025-04-24 14:13:05 +00:00
|
|
|
* Add iHeart oembed provider (Storm Heg)
|
2025-04-28 18:39:16 +00:00
|
|
|
* Add locale-aware `NumberColumn` to display numbers in universal listings (Baptiste Mispelon)
|
2025-04-30 09:14:32 +00:00
|
|
|
* Add ability for the header breadcrumbs to save their open/closed state across navigation & refresh (Srishti Jaiswal)
|
2025-04-25 13:24:14 +00:00
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
2025-03-25 14:54:38 +00:00
|
|
|
* Handle lazy translation strings as `preview_value` for `RichTextBlock` (Seb Corbin)
|
2025-03-07 14:38:37 +00:00
|
|
|
* Fix handling of newline-separated choices in form builder when using non-windows newline characters (Baptiste Mispelon)
|
2025-04-27 12:14:10 +00:00
|
|
|
* Ensure `WAGTAILADMIN_LOGIN_URL` is respected when logging out of the admin (Antoine Rodriguez, Ramon de Jezus)
|
2025-04-30 23:42:15 +00:00
|
|
|
* Fix behaviour of `ViewSet.inject_view_methods` with multiple methods (Gorlik)
|
2025-04-25 13:24:14 +00:00
|
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
|
|
|
|
* ...
|
|
|
|
|
|
|
|
|
|
### Maintenance
|
|
|
|
|
|
2025-03-02 08:33:34 +00:00
|
|
|
* Refactor `get_embed` to remove `finder` argument which was only used for mocking in unit tests (Jigyasu Rajput)
|
2025-04-25 13:24:14 +00:00
|
|
|
|
|
|
|
|
## Upgrade considerations - changes affecting all projects
|
|
|
|
|
|
|
|
|
|
## Upgrade considerations - deprecation of old functionality
|
|
|
|
|
|
|
|
|
|
## Upgrade considerations - changes affecting Wagtail customizations
|
|
|
|
|
|
|
|
|
|
## Upgrade considerations - changes to undocumented internals
|