0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00
wagtail/docs/releases/2.9.rst

39 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2020-01-23 12:56:35 +01:00
==========================================
Wagtail 2.9 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
2020-02-16 22:18:11 +01:00
* Skip page validation when unpublishing a page (Samir Shah)
* Added :ref:`streamfield_multiplechoiceblock` block type for StreamField (James O'Toole)
* ChoiceBlock now accepts a ``widget`` keyword argument (James O'Toole)
* Reduced contrast of rich text toolbar (Jack Paine)
* Support the rel attribute on custom ModelAdmin buttons (Andy Chosak)
* Server-side page slug generation now respects ``WAGTAIL_ALLOW_UNICODE_SLUGS`` (Arkadiusz Michał Ryś)
2020-01-23 12:56:35 +01:00
Bug fixes
~~~~~~~~~
2020-01-23 16:33:19 +01:00
* Added ARIA alert role to live search forms in the admin (Casper Timmers)
2020-01-23 16:59:43 +01:00
* Reordered login form elements to match expected tab order (Kjartan Sverrisson)
2020-01-23 17:21:43 +01:00
* Re-added 'Close Explorer' button on mobile viewports (Sævar Öfjörð Magnússon)
2020-01-24 16:56:34 +01:00
* Added a more descriptive label to Password reset link for screen reader users (Casper Timmers, Martin Coote)
2020-01-24 21:51:30 +01:00
* Improved Wagtail logo contrast by adding a background (Brian Edelman, Simon Evans, Ben Enright)
* Prevent duplicate notification messages on page locking (Jacob Topp-Mugglestone)
2020-02-16 22:39:20 +01:00
* Rendering of non field errors for InlinePanel items (Storm Heg)
2020-01-23 12:56:35 +01:00
Upgrade considerations
======================