mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
7999cbf2c4
* Revert "Release notes for #7774" This reverts commite9eadb65c7
. * Revert "Docs for #7774" This reverts commitd00a4c8a65
. * Revert "Automatically create redirects for when pages are moved or have their slug updated" This reverts commit31a7b11932
.
1.2 KiB
1.2 KiB
Wagtail 2.16 release notes - IN DEVELOPMENT
.. contents::
:local:
:depth: 1
What's new
Other features
- Added Aging Pages report (Tidjani Dia)
- Add more SketchFab oEmbed patterns for models (Tom Usher)
- Add collapse option to
StreamField
,StreamBlock
, andListBlock
which will load all sub-blocks initially collapsed (Matt Westcott) - Private pages can now be fetched over the API (Nabil Khalil)
- Added
alias_of
field to the pages API (Dmitrii Faiazov) - Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
- Add
page_url_path_changed
signal for Pages (Andy Babic) - Add
ever_live()
andnever_live()
filters toPageQuerySet
(Andy Babic)
Bug fixes
- Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
- Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
- 'Page move' actions being incorrectly logged as 'Page reorder' under some circumstances (Andy Babic)
Upgrade considerations
Removed support for Python 3.6
Python 3.6 is no longer supported as of this release; please upgrade to Python 3.7 or above before upgrading Wagtail.