jQuery UI 1.8.22
The twenty second maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Datepicker and Sortable, as well as adding support for jQuery 1.8. We’re doing this release while jQuery 1.8 is still in a pre-release state so that we can get better test coverage before the jQuery 1.8 stable release. If you’d like to test against jQuery 1.8, you can use the jquery-git build (updated on every commit) or wait a few days for the Release Candidate to come out. For the full list of changes, see the changelog. You can download it here:
Download
File Downloads
- Development Bundle: http://jquery-ui.googlecode.com/files/jquery-ui-1.8.22.zip
- Themes Package: http://jquery-ui.googlecode.com/files/jquery-ui-themes-1.8.22.zip
Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.22, all themes)
- Tag: http://jquery-ui.googlecode.com/svn/tags/1.8.22/
- Themes: http://jquery-ui.googlecode.com/svn/tags/1.8.22/themes/
Git (contains source files, with @VERSION not yet replaced with 1.8.22, base theme only)
Custom Download Builder
Changelog
See the 1.8.22 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.21. For full details on what’s included in this release see the 1.8.22 Changelog.
Thanks
Thanks to all who helped with this release, specifically: Amir E. Aharoni, coling, Courthead, Courtland, Eneko Illarramendi, gnarf, martinf55, non4eg, pablo.martinez, Pavel Stetina, rdworth, Scott González, SeanMcMillan, sharkodlak, skibler, squeakytoy, thufaila, Viktar Varvanovich, VitalyT.
Comments
Note: please do NOT use the comments section of this blog post for reporting bugs. Bug reports should be filed in the jQuery UI Bug Tracker and support questions should be posted on the jQuery Forum.
If you have feedback on us doing our twenty second maintenance release for jQuery UI 1.8, feel free to leave a comment below. Thank you.
Is this version still safe to use with pre jQuery 1.8 code, e.g. jQuery 1.7.2?
this is the best.tnx
Good news about the update. Thanks guys.
Great work. Thanks
A twenty second release? That’s fast. Wow!
I discovered a bug in using draggable and resizable at the same time.
It fired when dragging the div over right or bottom, it will make the dragger Exceed 1px for each drag.
(Sorry, pool english)
as the following code:
js:
$(function () {
$(“#div”).draggable();
$(“#div”).resizable();
});
css:
.Container
{
left: 100px;
top: 100px;
margin: 0px;
width: 500px;
height: 500px;
border-color:red;
border-width: 1px;
border-style: solid;
position: relative;
}
.div
{
width: 100px;
height: 50px;
border-color:red;
border-width: 1px;
border-style: solid;
position:absolute;
}
html:
I’m missing the jquery-ui-1.8.22.custom.min.js in the customised download zip. this must be an error. no minified custom js no no..
ah sorry, found it. my unzip did not create a new folder… everything is fine!
Seems to be an issue with using dialog from new UI with new jquery. Often the button text seems to be disappearing from the span that holds the text. Using new UI with 1.7.2 jquery and it all works switch to 1.8 and it disappears
When will be a new release of jQuery UI is going to happen? Bring out something new. Using the same UI concept again and again is making us bored here 🙂
I am having the same issue as David. On a dialog box, the button text is not appearing when I use jQuery 1.8 but does appear when I use jQuery 1.7.2.
Any plan to add Bootstrap like theme? Would be helpful for those who want to use Bootstrap with jQuery UI.