kopia lustrzana https://github.com/wagtail/wagtail
Update jQuery UI to version 1.13.2 (#9308)
- see security risk https://security.snyk.io/package/npm/jquery-ui/1.12.1 - https://jqueryui.com/changelog/1.13.0/ - https://jqueryui.com/changelog/1.13.1/ - https://jqueryui.com/changelog/1.13.2/ - fixes #9298pull/9303/head
rodzic
2e8709e0d6
commit
b276b835e9
|
@ -38,6 +38,7 @@ Changelog
|
|||
* Adopt `wagtail.admin.views.generic.EditView` for the User edit view (Mehrdad Moradizadeh)
|
||||
* Add `button-secondary bicolor` variants to the pattern library and styleguide (Adinapunyo Banerjee)
|
||||
* Add better support for non-integer / non-`id` primary keys into Wagtail's generic views, including for Snippets and custom User models (Mehrdad Moradizadeh)
|
||||
* Upgrade jQuery UI to version 1.13.2 (LB (Ben) Johnston)
|
||||
* Fix: Prevent `PageQuerySet.not_public` from returning all pages when no page restrictions exist (Mehrdad Moradizadeh)
|
||||
* Fix: Ensure that duplicate block ids are unique when duplicating stream blocks in the page editor (Joshua Munn)
|
||||
* Fix: Revise colour usage so that privacy & locked indicators can be seen in Windows High Contrast mode (LB (Ben Johnston))
|
||||
|
|
|
@ -60,6 +60,7 @@ This feature was developed by Karl Hobley and Matt Westcott.
|
|||
* Adopt generic class based views for the create User create view, User edit view, user delete view and Users index listing / search results (Mehrdad Moradizadeh)
|
||||
* Add `button-secondary bicolor` variants to the pattern library and styleguide (Adinapunyo Banerjee)
|
||||
* Add better support for non-integer / non-`id` primary keys into Wagtail's generic views, including for custom Snippets and User models (Mehrdad Moradizadeh)
|
||||
* Upgrade jQuery UI to version 1.13.2 (LB (Ben) Johnston)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,7 @@
|
|||
})(document, window);
|
||||
</script>
|
||||
<script src="{% versioned_static 'wagtailadmin/js/vendor/jquery-3.6.0.min.js' %}"></script>
|
||||
<script src="{% versioned_static 'wagtailadmin/js/vendor/jquery-ui-1.12.1.min.js' %}"></script>
|
||||
<script src="{% versioned_static 'wagtailadmin/js/vendor/jquery-ui-1.13.2.min.js' %}"></script>
|
||||
<script src="{% versioned_static 'wagtailadmin/js/vendor/jquery.datetimepicker.js' %}"></script>
|
||||
<script src="{% versioned_static 'wagtailadmin/js/vendor/jquery.autosize.js' %}"></script>
|
||||
<script src="{% versioned_static 'wagtailadmin/js/vendor/bootstrap-transition.js' %}"></script>
|
||||
|
|
Ładowanie…
Reference in New Issue