Revert "Upgrade modernizr" back to v2.6.2

This partially reverts commit 50f55507d8.
Fixes #7625
pull/7629/head
LB Johnston 2021-10-18 19:53:22 +10:00 zatwierdzone przez Matt Westcott
rodzic f819d975dc
commit e8285b99f3
5 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -46,7 +46,7 @@ Changelog
* Introduce, `autocomplete`, a separate method which performs partial matching on specific autocomplete fields. This is useful for suggesting pages to the user in real-time as they type their query. (Karl Hobley, Matt Westcott)
* Use SVG icons in modeladmin headers and StreamField buttons/headers (Jérôme Lebleu)
* Add tags to existing Django registered checks (LB Johnston)
* Upgrade admin frontend JS libraries jQuery to 3.6.0 and Modernizr to 2.8.3 (Fabien Le Frapper)
* Upgrade admin frontend JS libraries jQuery to 3.6.0 (Fabien Le Frapper)
* Added `request.preview_mode` so that template rendering can vary based on preview mode (Andy Chosak)
* Fix: Delete button is now correct colour on snippets and modeladmin listings (Brandon Murch)
* Fix: Ensure that StreamBlock / ListBlock-level validation errors are counted towards error counts (Matt Westcott)

Wyświetl plik

@ -112,7 +112,7 @@ Other features
* Introduce, ``autocomplete``, a separate method which performs partial matching on specific autocomplete fields. This is useful for suggesting pages to the user in real-time as they type their query. (Karl Hobley, Matt Westcott)
* Use SVG icons in modeladmin headers and StreamField buttons/headers (Jérôme Lebleu)
* Add tags to existing Django registered checks (LB Johnston)
* Upgrade admin frontend JS libraries jQuery to 3.6.0 and Modernizr to 2.8.3 (Fabien Le Frapper)
* Upgrade admin frontend JS libraries jQuery to 3.6.0 (Fabien Le Frapper)
* Added ``request.preview_mode`` so that template rendering can vary based on preview mode (Andy Chosak)
Bug fixes

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<script src="{% versioned_static 'wagtailadmin/js/vendor/modernizr-2.8.3.min.js' %}"></script>
<script src="{% versioned_static 'wagtailadmin/js/vendor/modernizr-2.6.2.min.js' %}"></script>
<link rel="stylesheet" href="{% versioned_static 'wagtailadmin/css/normalize.css' %}" />