You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release has been tested against jQuery 1.12.4, 2.2.4, 3.6.4 & 3.7.1. Since jQuery follows semver, newer jQuery <4 versions within each major version line should generally work as well.
jQuery UI 1.14.1 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the time of this release.
Core & Utilities
Widget Factory
Fixed: Don't let widget name affect $.ui prototype & constructor (d591bdd49)
Widgets
Dialog
Added: An option to put the dialog title in a header element (#2271, d564731f2)
Tabs
Fixed: Use CSS.escape for sanitizing selectors (af8adca54)