mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
add changelog for #8625
This commit is contained in:
parent
3be9e7fb9e
commit
a40b82fc05
@ -90,7 +90,8 @@ Changelog
|
||||
* Remove `is_parent` kwarg in various page button hooks as this approach is no longer required (Paarth Agarwal)
|
||||
* Improve security of redirect imports by adding a file hash (signature) check for so that any tampering of file contents between requests will throw a `BadSignature` error (Jaap Roes)
|
||||
* Refresh designs for Home (Dashboard) site summary panels, use theme spacing and colours, add support for RTL layouts and better support for small devices (Paarth Agarwal, LB (Ben) Johnston)
|
||||
* Include all CSS system colors in allowed values in Stylelint's declaration-strict-value rule
|
||||
* Include all CSS system colors in allowed values in Stylelint's declaration-strict-value rule (Thibaud Colas)
|
||||
* Add JavaScript `range` util for (LB (Ben) Johnston)
|
||||
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
|
||||
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
|
||||
* Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)
|
||||
@ -127,6 +128,7 @@ Changelog
|
||||
* Fix: Fix error with string representation of FormSubmission not returning a string (LB (Ben) Johnston)
|
||||
* Fix: Ensure disabled buttons are distinguishable from active buttons in forced colors mode (Anuja Verma)
|
||||
* Fix: Revise usage of `extra_actions` in new changes to shared header template to avoid invalid template variable usage (Paarth Agarwal)
|
||||
* Fix: Ensure that bulk actions correctly support models with non-integer primary keys (id) (LB (Ben) Johnston)
|
||||
|
||||
|
||||
3.0.1 (16.06.2022)
|
||||
|
@ -176,6 +176,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
|
||||
* Resolve accessibility and styling issues with the expanding status panel (Sage Abdullah)
|
||||
* Avoid 503 `AttributeError` when an empty search param `q=` is combined with other filters in the Images index view (Paritosh Kabra)
|
||||
* Fix error with string representation of FormSubmission not returning a string (LB (Ben) Johnston)
|
||||
* Ensure that bulk actions correctly support models with non-integer primary keys (id) (LB (Ben) Johnston)
|
||||
|
||||
|
||||
## Upgrade considerations
|
||||
|
Loading…
Reference in New Issue
Block a user