wagtail/docs/releases/2.9.rst

36 wiersze
1.1 KiB
ReStructuredText
Czysty Zwykły widok Historia

2020-01-23 11:56:35 +00:00
==========================================
Wagtail 2.9 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
* 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 11:56:35 +00:00
Bug fixes
~~~~~~~~~
2020-01-23 15:33:19 +00:00
* Added ARIA alert role to live search forms in the admin (Casper Timmers)
2020-01-23 15:59:43 +00:00
* Reordered login form elements to match expected tab order (Kjartan Sverrisson)
2020-01-23 16:21:43 +00:00
* Re-added 'Close Explorer' button on mobile viewports (Sævar Öfjörð Magnússon)
2020-01-24 15:56:34 +00:00
* Added a more descriptive label to Password reset link for screen reader users (Casper Timmers, Martin Coote)
2020-01-24 20:51:30 +00:00
* Improved Wagtail logo contrast by adding a background (Brian Edelman, Simon Evans, Ben Enright)
2020-01-23 11:56:35 +00:00
Upgrade considerations
======================