========================================== Wagtail 2.1 release notes - IN DEVELOPMENT ========================================== .. contents:: :local: :depth: 1 What's new ========== Other features ~~~~~~~~~~~~~~ * Persist tab hash in URL to allow direct navigation to tabs in the admin interface (Ben Weatherman) * Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani) * Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison) * Remove support for IE6 to IE9 from project template (Samir Shah) * Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas) * Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas) * Removed ``assert`` statements from Wagtail API (Kim Chee Leong) Bug fixes ~~~~~~~~~ * Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston)) * Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto) * 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) * Draftail now supports features specified via the ``WAGTAILADMIN_RICH_TEXT_EDITORS`` setting (Todd Dembrey) * Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage) * ``UserAttributeSimilarityValidator`` is now correctly enforced on user creation / editing forms (Tim Heap) * Focal area removal not working in IE11 and MS Edge (Thibaud Colas) * Rewrite password change feedback message to be more user-friendly ( Casper Timmers) * Correct dropdown arrow styling in Firefox, IE11 (Janneke Janssen, Alexs Mathilda) * Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops) * Fix a typo within documentation for pages (DanAtShenTech) Upgrade considerations ====================== 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.