0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs/releases/4.0.md
Christian Franke 7d6240a489 Throw error if images.Filter.run cannot create output (#8508)
If Filter.run is requested to create an unknown output format,
it should not fail silently without writing any output, but instead
throw an exception.

Fixes #8503
2022-05-12 14:20:45 +01:00

1.6 KiB

Wagtail 4.0 release notes - IN DEVELOPMENT

---
local:
depth: 1
---

What's new

Other features

  • Add clarity to confirmation when being asked to convert an external link to an internal one (Thijs Kramer)
  • Convert various pages in the documentation to Markdown (Daniel Kirkham)
  • Add base_url_path to ModelAdmin so that the default URL structure of app_label/model_name can be overridden (Vu Pham, Khanh Hoang)
  • Add full_url to the API output of ImageRenditionField (Paarth Agarwal)
  • Use InlinePanel's label when available for field comparison label (Sandil Ranasinghe)
  • Drop support for Safari 13 by removing left/right positioning in favour of CSS logical properties (Thibaud Colas)

Bug fixes

  • Fix issue where ModelAdmin index listings with export list enabled would show buttons with an incorrect layout (Josh Woodcock)
  • Fix typo in ResumeWorkflowActionFormatter message (Stefan Hammer)
  • Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)

Upgrade considerations

base_url_path keyword argument added to AdminURLHelper

The wagtail.contrib.modeladmin.helpers.AdminURLHelper class now accepts a base_url_path keyword argument on its constructor. Custom subclasses of this class should be updated to accept this keyword argument.

Dropped support for Safari 13

Safari 13 will no longer be officially supported as of this release, this deviates the current support for the last 3 version of Safari by a few months and was required to add better support for RTL languages.