Add release notes for #5359 (#5363)

pull/5368/head
Thibaud Colas 2019-06-07 18:13:04 +01:00 zatwierdzone przez GitHub
rodzic dd1597ea37
commit 63635644cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ Changelog
* Fix: Prevent text from overlapping in focal point editing UI (Beth Menzies)
* Fix: Screen readers now announce "Dashboard" for the main navs logo link instead of Wagtails version number (Thibaud Colas)
* Fix: Screen readers now treat page-level action dropdowns as navigation instead of menus (Helen Chapman)
* Fix: Make icon font implementation more screen-reader-friendly (Thibaud Colas)
2.5.1 (07.05.2019)

Wyświetl plik

@ -51,6 +51,7 @@ Bug fixes
* Prevent text from overlapping in focal point editing UI (Beth Menzies)
* Screen readers now announce "Dashboard" for the main navs logo link instead of Wagtails version number (Thibaud Colas)
* Screen readers now treat page-level action dropdowns as navigation instead of menus (Helen Chapman)
* Make icon font implementation more screen-reader-friendly (Thibaud Colas)
Upgrade considerations
@ -60,3 +61,13 @@ 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.
Icon font implementation changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The icon font implementation has been changed to be invisible, by switching to using `Private Use Areas <https://en.wikipedia.org/wiki/Private_Use_Areas>`_ Unicode code points. All of the icon classes (``icon-user``, ``icon-search``, etc) should still work the same, except for two which have been removed because they were duplicates:
* ``icon-picture`` is removed. Use ``icon-image`` instead (same visual).
* ``icon-file-text-alt`` is removed. Use ``icon-doc-full`` instead (same visual).
For a list of all available icons, please see the :ref:`styleguide`.