2018-05-08 15:50:53 +02:00
|
|
|
==========================================
|
2018-05-17 15:20:01 +02:00
|
|
|
Wagtail 2.2 release notes - IN DEVELOPMENT
|
2018-05-08 15:50:53 +02:00
|
|
|
==========================================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
Other features
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
|
2018-05-25 18:07:40 +02:00
|
|
|
* Added ``annotate_score`` support to PostgreSQL search backend (Bertrand Bordage)
|
2018-05-29 11:31:14 +02:00
|
|
|
* Pillow's image optimisation is now applied when saving PNG images (Dmitry Vasilev)
|
2018-05-30 17:08:08 +02:00
|
|
|
* JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott)
|
2018-06-04 10:56:46 +02:00
|
|
|
* The ``{% slugurl %}`` template tag is now site-aware (Samir Shah)
|
2018-05-04 19:13:33 +02:00
|
|
|
* Added ``file_size`` field to documents (Karl Hobley)
|
2018-06-14 17:33:36 +02:00
|
|
|
* Added ``file_hash`` field to images (Karl Hobley)
|
2018-06-10 04:52:10 +02:00
|
|
|
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
|
2018-06-11 20:02:18 +02:00
|
|
|
* Added ``defer`` flag to ``PageQuerySet.specific`` (Karl Hobley)
|
2018-06-14 13:19:39 +02:00
|
|
|
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
|
2018-06-06 20:24:10 +02:00
|
|
|
* Increased max length of redirect URL field to 255 (Michael Harrison)
|
2018-06-16 23:13:38 +02:00
|
|
|
* Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson)
|
2018-06-18 18:56:07 +02:00
|
|
|
* Added accessible colour contrast guidelines to the style guide (Catherine Farman)
|
2018-05-08 15:50:53 +02:00
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2018-04-12 13:12:51 +02:00
|
|
|
* Handle all exceptions from ``Image.get_file_size`` (Andrew Plummer)
|
2017-11-15 18:58:50 +01:00
|
|
|
* Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))
|
2018-06-14 10:26:09 +02:00
|
|
|
* Remove duplicate border radius of avatars (Benjamin Thurm)
|
2018-06-17 23:51:26 +02:00
|
|
|
* Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
2018-04-12 13:12:51 +02:00
|
|
|
|
2018-05-08 15:50:53 +02:00
|
|
|
Upgrade considerations
|
|
|
|
======================
|