jQuery UI 1.14.0 released
Briefly

jQuery UI 1.14 finally drops support for all versions of Internet Explorer & Edge Legacy. Only the latest version of Chrome, Firefox, Safari & Edge are officially supported. Contrary to what we did in past releases, code supporting unsupported browsers has been deleted.
Support for jQuery 1.7-1.11, 2.0-2.1 & 3.0-3.5 has been dropped. This release has been tested against jQuery 1.12.4, 2.2.4, 3.6.4 & 3.7.1.
Backward compatibility with the 1.11 API is disabled by default. To enable it (restoring the default 1.13 behavior), set the jQuery.uiBackCompat flag to true. A few APIs have been removed as they were no longer needed after dropping IE support.
Feature: aria-modal support in the dialog widget. Modal dialogs now get the aria-modal="true" attribute added, causing elements outside of the dialog to be excluded from t.
Read at Jqueryui
[
|
]