2019-04-10 17:23:00 +02:00
==========================================
Wagtail 2.6 release notes - IN DEVELOPMENT
==========================================
.. contents ::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
2019-04-10 22:29:41 +02:00
* Added support for `` short_description `` for field labels in modeladmin's `` InspectView `` (Wesley van Lee)
2019-01-02 00:11:47 +01:00
* Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
2019-05-03 17:56:46 +02:00
* Added support for specifying cell alignment on TableBlock (Samuel Mendes)
2019-04-14 01:43:11 +02:00
* Added more informative error when a non-image object is passed to the `` image `` template tag (Deniz Dogan)
2019-05-14 13:55:12 +02:00
* Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies)
2019-05-21 19:09:22 +02:00
* Added ButtonHelper examples in the modelAdmin primer page within documentation (Kalob Taulien)
2019-05-22 23:42:56 +02:00
* Multiple clarifications, grammar and typo fixes throughout documentation (Dan Swain)
* Use correct URL in API example in documentation (Michael Bunsen)
2019-05-09 16:46:43 +02:00
* Move datetime widget initialiser JS into the widget's form media instead of page editor media (Matt Westcott)
2019-05-15 13:16:11 +02:00
* Add form field prefixes for input forms in chooser modals (Matt Westcott)
2019-05-23 17:57:40 +02:00
* Increase font-size across the whole admin (Beth Menzies, Katie Locke)
* Improved text color contrast across the whole admin (Beth Menzies, Katie Locke)
2019-05-28 12:52:42 +02:00
* Added consistent focus outline styles across the whole admin (Thibaud Colas)
2019-06-04 22:51:18 +02:00
* Removed version number from the logo link’ s title. The version can now be found under the Settings menu (Thibaud Colas)
2019-04-10 17:23:00 +02:00
Bug fixes
~~~~~~~~~
2019-04-12 17:52:53 +02:00
* ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
2019-04-24 16:40:09 +02:00
* The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
2019-02-11 19:01:30 +01:00
* Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate)
2019-04-20 12:24:03 +02:00
* Revised test decorator to ensure TestPageEditHandlers test cases run correctly (Alex Tomkins)
2019-04-14 00:02:40 +02:00
* Wagtail bird animation in admin now ends correctly on all browsers (Deniz Dogan)
2019-02-07 21:02:25 +01:00
* Explorer menu no longer shows sibling pages for which the user does not have access (Mike Hearn)
2019-05-10 15:31:10 +02:00
* Fixed occurences of invalid HTML across the CMS admin (Thibaud Colas)
2019-05-01 16:27:19 +02:00
* Admin HTML now includes the correct `` dir `` attribute for the active language (Andreas Bernacca)
2019-05-09 02:41:35 +02:00
* Fix type error when using `` --chunk_size `` argument on `` ./manage.py update_index `` (Seb Brown)
2019-04-18 19:17:49 +02:00
* Avoid rendering entire form in EditHandler's `` repr `` method (Alex Tomkins)
2019-05-20 16:22:07 +02:00
* Add empty alt attributes to HTML output of Embedly and oEmbed embed finders (Andreas Bernacca)
* Add empty alt attributes to all images in the CMS admin (Andreas Bernacca)
* Make URL generator preview image alt translateable (Thibaud Colas)
2019-05-22 23:42:56 +02:00
* Clear pending AJAX request if error occurs on page chooser (Matt Westcott)
2019-05-23 17:57:40 +02:00
* Prevent text from overlapping in focal point editing UI (Beth Menzies)
2019-06-04 22:51:18 +02:00
* Screen readers now announce "Dashboard" for the main nav’ s logo link instead of Wagtail’ s version number (Thibaud Colas)
2019-04-10 17:23:00 +02:00
Upgrade considerations
======================
2019-04-10 17:37:08 +02:00
Removed support for Python 3.4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python 3.4 is no longer supported as of this release; please upgrade to Python 3.5 or above before upgrading Wagtail.