0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/releases/2.16.md
Karl Hobley 7999cbf2c4
Revert "Add signal handler for automatic redirect creation (RFC 34) (3 of 3)" (#7795)
* Revert "Release notes for #7774"

This reverts commit e9eadb65c7.

* Revert "Docs for #7774"

This reverts commit d00a4c8a65.

* Revert "Automatically create redirects for when pages are moved or have their slug updated"

This reverts commit 31a7b11932.
2021-12-18 16:54:04 +00:00

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, and ListBlock 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() and never_live() filters to PageQuerySet (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.