jQuery UI 1.13.2 released
We’re happy to announce the second patch release to jQuery UI 1.13 is out. It includes a security fix for the Checkboxradio widget, a few localization updates for Datepicker and some fixes for issues submitted by the community. Built jQuery UI files are now included in the npm package; this was important to some CDNs that rely on it as the source of truth.
More details about the security issue fixed:
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; 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.13.2.zip
- Themes Package: https://jqueryui.com/resources/download/jquery-ui-themes-1.13.2.zip
Git (contains source files, with @VERSION replaced with 1.13.2, base theme only)
Install via npm
- npm install jquery-ui@1.13.2
Install via bower
- bower install jquery/jquery-ui#1.13.2
- Uncompressed: https://code.jquery.com/ui/1.13.2/jquery-ui.js
- Compressed: https://code.jquery.com/ui/1.13.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.13.2/jquery-ui.js
- Compressed: https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.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.
Microsoft Ajax CDN (CDN)
- Uncompressed: https://ajax.aspnetcdn.com/ajax/jquery.ui/1.13.2/jquery-ui.js
- Compressed: https://ajax.aspnetcdn.com/ajax/jquery.ui/1.13.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.13 Upgrade Guide for a list of changes that may affect you when upgrading from 1.12.x. For full details on what’s included in this release see the 1.13.2 Changelog.
Thanks
Thanks to all who helped with this release, specifically: Adam Lidén Hällgren, Christian Oliff, Denny Septian Panggabean, Felix Nagel, James Hinderks, Michał Gołębiowski-Owczarek.
Comments
Note: please report bugs to the jQuery UI Bug Tracker; support questions should be posted on Stack Overflow with the jquery-ui tag. Please don’t use comments to report bugs.
If you have feedback on us doing our release for jQuery UI 1.13.2, feel free to leave a comment below. Thank you.
I am now getting undefined (reading ‘regional’) from jquery-ui-i18n.min.js. It was working fine in 1.13.1.
Tim: as indicated at the end of the blog post, please report bugs on GitHub, not here.