jQuery UI 1.14.1 Changelog
Released on October 30, 2024
link Supported jQuery versions
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.
link Core & Utilities
link Widget Factory
- Fixed: Don't let widget name affect
$.ui
prototype & constructor (d591bdd49)
link Widgets
link Dialog
link Tabs
- Fixed: Use
CSS.escape
for sanitizing selectors (af8adca54)
link Interactions
link Resizable
link Demos
- Fixed: Removed 404 scripts from removeClass demo (f068bf450)
- Fixed: Remove usage of deprecated button APIs (#2295, b8fff16dc)
- Removed: Demos & visual tests of the transfer effect (#2278, 36ed9fc3b)