jQuery UI 1.14.2 released
jQuery UI 1.14.2 has been released. It includes a fix for tabs with unicode characters in tab IDs and adds support for tabs on pages with URL credentials (issue #2344, issue #2213, PR #2345), drops dependency on the jQuery Mousewheel plugin (PR #2338 + PR #2342).
Apart from that, easing demos were fixed (PR #2320) and the test infrastructure has been migrated to jquery-test-runner (PR #2325).
If you're still on jQuery UI 1.13.x, see the jQuery UI 1.14.0 release blog post to learn about the changes in the 1.14.x line.
Supported jQuery versions
This release has been tested against jQuery 1.12.4, 2.2.4, 3.6.4, 3.7.1 & 4.0.0. Since jQuery follows semver, newer jQuery <5 versions within each major version line should generally work as well.
jQuery UI 1.14.2 triggers no jQuery Migrate messages except for its initialization one when running its test suite against jQuery 4.0.0 with jQuery Migrate 4.0.2 or jQuery 3.7.1 with jQuery Migrate 3.6.0, i.e. the latest versions at the time of this release.
Reminder about maintenance state
Please remember jQuery UI is in a maintenance state: we’ll make sure the library is compatible with new jQuery releases and that security issues are fixed but no new significant feature work is planned. We’ll also try to fix important regressions from jQuery UI 1.12.1 or newer; older long-standing bugs may not get fixed. Note that this does not affect jQuery Core which is still actively maintained.
Download
File Downloads
- Development Bundle: https://jqueryui.com/resources/download/jquery-ui-1.14.2.zip
- Themes Package: https://jqueryui.com/resources/download/jquery-ui-themes-1.14.2.zip
Git (contains source files, with @VERSION replaced with 1.14.2, base theme only)
Install via npm
- npm install jquery-ui@1.14.2
Install via bower
- bower install jquery/jquery-ui#1.14.2
jQuery CDN
- Uncompressed: https://code.jquery.com/ui/1.14.2/jquery-ui.js
- Compressed: https://code.jquery.com/ui/1.14.2/jquery-ui.min.js
- Themes: black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.
Google Ajax Libraries API (CDN)
- Uncompressed: https://ajax.googleapis.com/ajax/libs/jqueryui/1.14.2/jquery-ui.js
- Compressed: https://ajax.googleapis.com/ajax/libs/jqueryui/1.14.2/jquery-ui.min.js
- Themes: black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.
Custom Download Builder
Changelog
See the 1.14 Upgrade Guide for a list of changes that may affect you when upgrading from 1.13.x. For full details on what’s included in this release see the 1.14.2 Changelog.
Thanks
Thanks to all who helped with this release, specifically: Michał Gołębiowski-Owczarek, Timmy Willison & Felix Nagel.
Comments
Note: please report bugs to the jQuery UI Bug Tracker; support questions should be posted on Stack Overflow with the jquery-ui tag.