2018-01-30 17:36:19 +01:00
==========================================
Wagtail 2.1 release notes - IN DEVELOPMENT
==========================================
.. contents ::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
2018-02-14 10:37:44 +01:00
* Persist tab hash in URL to allow direct navigation to tabs in the admin interface (Ben Weatherman)
2016-10-11 10:14:31 +02:00
* Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani)
2018-01-30 17:36:19 +01:00
Bug fixes
~~~~~~~~~
2018-01-30 20:03:34 +01:00
* Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston))
2018-02-10 00:56:30 +01:00
* Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto)
2018-02-19 09:14:36 +01:00
* Move image editor action buttons to the bottom of the form on mobile (Julian Gallo)
* StreamField icons are now correctly sorted into groups on the 'append' menu (Tim Heap)
2018-01-30 17:36:19 +01:00
Upgrade considerations
======================
2018-02-02 12:34:12 +01:00
Image format `` image_to_html `` method has been updated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The internal API for rich text image format objects (see :ref: `rich_text_image_formats` ) has been updated; the `` Format.image_to_html `` method now receives the `` extra_attributes `` keyword argument as a dictionary of attributes, rather than a string. If you have defined any custom format objects that override this method, these will need to be updated.