wagtail/docs/releases/7.1.md

38 wiersze
821 B
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-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)
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