2021-10-22 19:30:44 +02:00
# Wagtail 2.16 release notes - IN DEVELOPMENT
```eval_rst
.. contents::
:local:
:depth: 1
```
## What's new
### Other features
2021-11-17 16:49:12 +01:00
* Added Aging Pages report (Tidjani Dia)
2021-10-21 17:03:56 +02:00
* Add more SketchFab oEmbed patterns for models (Tom Usher)
2021-11-28 21:53:21 +01:00
* Add collapse option to `StreamField` , `StreamBlock` , and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
2021-12-02 14:47:52 +01:00
* Private pages can now be fetched over the API (Nabil Khalil)
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
2020-05-27 10:15:44 +02:00
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
2021-12-20 19:10:08 +01:00
* Fixed `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
2021-10-05 23:16:37 +02:00
* Removed WOFF fonts
2021-10-22 19:30:44 +02:00
### Bug fixes
2021-10-20 17:27:06 +02:00
* Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
2021-11-05 19:54:34 +01:00
* Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
2021-12-15 23:39:52 +01:00
* Pages are refreshed from database on create before passing to hooks. Page aliases get correct `first_published_date` and `last_published_date` (Dan Braghis)
2022-01-05 16:35:19 +01:00
* Additional login form fields from `WAGTAILADMIN_USER_LOGIN_FORM` are now rendered correctly (Michael Karamuth)
2021-10-22 19:30:44 +02:00
## Upgrade considerations
2021-11-17 21:19:30 +01:00
### 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.