kopia lustrzana https://github.com/wagtail/wagtail
Release note for #9886
rodzic
4468b55d2d
commit
d7adcec584
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Added StreamField data migration helpers (Sandil Ranasinghe, Jacob Topp-Mugglestone, Joshua Munn, Karl Hobley)
|
||||
* Added ability to lock snippet models with `LockableMixin` (Sage Abdullah)
|
||||
* Create `{% fullpageurl %}` tag for getting the absolute URL of a page (Jake Howard)
|
||||
* Added `MultipleChooserPanel`, a variant of `InlinePanel` with improved editor experience when inserting multiple linked objects (Matt Westcott)
|
||||
* Test assertion util `WagtailPageTestCase.assertCanCreate` now supports the kwarg `publish=True` to check publish redirection (Harry Percival, Akua Dokua Asiedu)
|
||||
* Ensure that the `rebuild_references_index` command can run without console output if called with `--verbosity 0` (Omerzahid Ali, Aman Pandey)
|
||||
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
|
||||
|
|
|
@ -37,6 +37,12 @@ Following feedback from Wagtail users on [rich text UI improvements in Wagtail 4
|
|||
|
||||
Thank you to all who provided feedback, participants to our usability testing sessions, and to Nick Lee and Thibaud Colas for the implementation.
|
||||
|
||||
### Multiple chooser panel
|
||||
|
||||
A new panel type [](multiple_chooser_panel) is available. This is a variant of `InlinePanel` which improves the editor experience when adding large numbers of linked item - rather than creating and populating each sub-form individually, a chooser modal is opened allowing multiple objects to be selected at once.
|
||||
|
||||
This feature was developed by Matt Westcott, and sponsored by [YouGov](https://yougov.com/).
|
||||
|
||||
### Other features
|
||||
|
||||
* Test assertion [`WagtailPageTestCase.assertCanCreate`](testing_reference) now supports the kwarg `publish=True` to check publish redirection (Harry Percival, Akua Dokua Asiedu)
|
||||
|
|
Ładowanie…
Reference in New Issue