kopia lustrzana https://github.com/wagtail/wagtail
Release note for #1821
rodzic
55e98db83a
commit
bb8894aa6c
|
@ -22,6 +22,7 @@ Changelog
|
||||||
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
|
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
|
||||||
* Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions
|
* Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions
|
||||||
* The `first_published_at` and `latest_revision_created_at` fields on page models are now available as filter fields on search queries
|
* The `first_published_at` and `latest_revision_created_at` fields on page models are now available as filter fields on search queries
|
||||||
|
* Rich text fields now strip out HTML comments
|
||||||
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
|
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
|
||||||
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)
|
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)
|
||||||
* Fix: request.site now set correctly on page preview when the page is not in the default site
|
* Fix: request.site now set correctly on page preview when the page is not in the default site
|
||||||
|
|
|
@ -54,6 +54,7 @@ Minor features
|
||||||
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
|
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
|
||||||
* The ``first_published_at`` and ``latest_revision_created_at`` fields on page models are now available as filter fields on search queries
|
* The ``first_published_at`` and ``latest_revision_created_at`` fields on page models are now available as filter fields on search queries
|
||||||
* Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions
|
* Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions
|
||||||
|
* Rich text fields now strip out HTML comments
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
Ładowanie…
Reference in New Issue