wagtail/docs/releases/7.1.md

42 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

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
* 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
* Handle lazy translation strings as `preview_value` for `RichTextBlock` (Seb Corbin)
* Fix handling of newline-separated choices in form builder when using non-windows newline characters (Baptiste Mispelon)
* 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
* 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