jQuery UI 1.10.0

Posted on by

Continuing with the jQuery anniversary announcements, we’re happy to announce the first stable release of jQuery UI 1.10. While, 1.10 doesn’t add any new widgets, it does continue the API redesigns and fixes dozens of bugs.

API Redesign: Dialog

The dialog widget has undergone an API redesign, making it more consistent with other widgets and providing better stacking and modal support. Make sure to read the upgrade guide so you can migrate away from the deprecated APIs.

API Redesign: Progressbar

The progressbar widget has undergone an API redesign, though there are no breaking changes. The only significant change was the addition of support for indeterminate progressbars. Check out the upgrade guide for more information.

Improved Accessibility

We put a lot of effort into making dialog and progrssbar as accessibile as possible. Unfortunately ARIA still needs some work before it can be used without hacks, but we’re working closely with standards bodies, browser vendors, and the accessibility community to improve web accessibility beyond jQuery.

Deprecated APIs

As mentioned above, dialog went through an API redesigns which resulted in some existing APIs being deprecated. These APIs will be removed in 1.11.0. The 1.10.0 release includes a flag to disable all deprecated APIs, allowing you to determine if your code is ready for 1.11.0 even before it is released. There are full details on how to use the flag in the upgrade guide.

Removed 1.8 Back Compat

Several APIs were deprecated in 1.9.0 and have now been removed. If you haven’t already prepared for this change, make sure to read the upgrade guide so you can migrate away from the now obsolete APIs.

Supported jQuery Versions and Browsers

jQuery UI 1.10.0 supports jQuery 1.6 and newer. That’s 13 versions! Multiply that by the number of supported browsers and you’ve got quite a support matrix. Speaking of supported browsers, jQuery UI no longer provides support for IE6.

Download

File Downloads

Git (contains source files, with @VERSION not yet replaced with 1.10.0, base theme only)

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.0 Upgrade Guide for a list of changes that may affect you when upgrading from 1.9.x. For full details on what’s included in this release see the 1.10.0 Changelog. You can read more about the API redesigns in a previous blog post.

Thanks

Thanks to all who helped with this release, specifically: adovenmuehle, adurante, ahuseynov, ajcrews, alistaircobalt, AlmogBaku, Anika Henke, atrigent, aubrey, Avinash R, bavanyo, bchiasson, bdh92123, Bethrezen, bgould, bigorangemachine, Bjørn Johansen, bolerao, borgenk, braddunbar, brian123zx, captdragon, casey, catapricop, chadn, chintsu, chuvikovsky, clifforama, CloudStrife, conradirwin, Corey Frang, Cory Gackenheimer, cowtownfarmboy, dalekocian, danbhfive, davenaeder, David Petersen, David Souther, David.Sullivan, davidmurdoch, dcarrith, developer123, dittodhole, DJtomy, Dominic Barnes, dracos, drakes, drew.waddell, drewkimrey, dutts, eason, ednark, eirc, elisy, emeerson, epascarello, eriz, Ethan Romba, ezufelt, Fabrício Matté, fedot, feugy, fgutmann, fofanafi, fontzter, fracmak, GoZ, gusaroni, homelands, htrex, ilanco, j2jensen, jajo, jamesbathgate, Jay Merrifield, jemunk, jjoemb, jpka, jprell, Juan Pablo Kaniefsky, julienw, jupeter, Jörn Zaefferer, kalou, kenaniah, kenjiyamamoto, KopiasCsaba, Kris Borchers, Krisp PL, kristopolous, kwhat, kyle.davis, larowlan, lisaj, Liv32Inspir3, Lucky, lukepage, lukoff, M.Gaetan89, maciejmrozinski, madogai, maets, mankyd, marcelklomp, MarcoSarti, mariuspuiu, Marshals, Mathias Stenbom, MatteS75, Matthieu Penant, may, mblaney, meotimdihia, MetalArend, Mike Sherov, mikepelley, Mikko Rantanen, misterdai, mjpowersjr, mmartin, MrBigDog2U, mrfr0g, Nate Eagle, nicholashall, Nodens, NovaYear, ollie2893, ours, paul, Pavel Selitskas, Pawel Maruszczyk, PhoenixFnX, pifantastic, PlanetPratt, prinzdezibel, probins, Rafael Xavier de Souza, raphinesse, rdworth, richwag, robmonie, Roman Salnikov, RwwL, salnikov, Samuel Bovée, samycookie, saulotoledo, sc0rchin, Scott González, scoulibaly, Sergey Kartashov, shadowman131, silesianlordt, Simon1979, sjonne, slolife, Spider, sslavic, ssoorriiin, swalke16, symve, techtangents, TheDoci, ThiefMaster, tibi7000, Timo Tijhof, TJ VanToll, tomcastleman, tomjung, uibugger123, Ult Combo, ushi, Viktor Kojouharov, vol7ron, watanabe, wfsiew, wichert, Xar, Xavi, zbapoc, zniki.ru, zoggy.

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 final release for jQuery UI 1.10.0, feel free to leave a comment below. Thank you.

jQuery UI 1.9.0

Posted on by

The jQuery UI team has been pretty busy for the past two and a half years. With more than 500 bug fixes spread over two dozen releases, we’ve been working hard to make jQuery UI as stable and flexible as possible. Last year, we announced a lofty goal:

Our goal is to have a completely refreshed project with the 2.0 release. We will have a much simpler API, better stability, full documentation and a full test suite for every plugin.

Today, we’re proud to announce the first major step toward reaching that goal. jQuery UI 1.9.0 is now available with hundreds of bug fixes, a bigger and better test suite, and improved APIs. In addition to the code, we’ve also deployed all new sites and improved documentation.

New Widget: Menu

The menu widget was technically released in 1.8, but it was bundled inside the autocomplete widget and mostly hidden from users. Menu is now a first class citizen in jQuery UI and is great for inline or popup menus, as well as a great starting point for more complex menu systems. Check out the menu demos and menu documentation for more details.

New Widget: Spinner

The spinner, or number stepper, widget is perfect for handling all kinds of numeric input. Spinners allow users to type a value directly or modify an existing value by spinning with the keyboard, mouse or scrollwheel. When combined with Globalize, you can even spin currencies and dates in a variety of locales. Check out the spinner demos and spinner documentation for more details.

New Widget: Tooltip

The tooltip widget supports a wide variety of uses: local and remote content, custom positioning and animation, mouse tracking, event delegation, and more. Check out the tooltip demos and tooltip documentation for more details.

API Redesign: Accordion

The accordion widget has undergone an API redesign, making it more consistent with other widgets and providing better animation support. Make sure to read the upgrade guide so you can migrate away from the deprecated APIs.

API Redesign: Tabs

The tabs widget has undergone an API redesign, making it more consistent with other widgets and providing better ajax support. Make sure to read the upgrade guide so you can migrate away from the deprecated APIs.

API Redesign: Position

The position utilty has undergone an API redesign, providing better collision detection and support for percent-based offsets. Make sure to read the upgrade guide so you can migrate away from the deprecated APIs.

Improved Widget Factory

We’ve added a lot of functionality to the widget factory, especially related to instantiation and inheritance. There are lots of new features for widget developers and a few new APIs and improvements for widget users as well. Check out the upgrade guide for more details.

Improved Accessibility

We put a lot of effort into making accordion, autocomplete, tabs, menu, spinner, and tooltip as accessibile as possible. Unfortunately ARIA still needs some work before it can be used without hacks, but we’re working closely with standards bodies, browser vendors, and the accessibility community to improve web accessibility beyond jQuery. Our documentation site now includes details about keyboard navigation for each widget.

Renamed Effects Files

All effects files have been renamed to match the jquery.ui.*.js naming pattern. If you’re using individual effect files, you’ll need to update your file references.

Deprecated APIs

As mentioned above, many plugins went through API redesigns. As a result, many existing APIs were deprecated. These APIs will be removed in 1.10.0. The 1.9.0 release includes a flag to disable all deprecated APIs, allowing you to determine if your code is ready for 1.10.0 even before it is released. There are full details on how to use the flag in the upgrade guide.

Supported jQuery Versions

jQuery UI 1.9.0 supports jQuery 1.6 and newer. That’s 11 versions! Multiply that by the number of supported browsers and you’ve got quite a support matrix.

New Sites

Assuming you’re not reading this in a feed reader or some other syndicated format, you’ve probably already noticed that our web site has a brand new look. The sites are still under development, so please bear with us as we add more content and improve upon the design. We’ve also deployed a brand new API documentation site which includes a lot of information that was missing from the old site. If you’re interested in helping improve any of our sites, they’re all hosted on GitHub now, with the repository names matching the domain names. For example, the repository for jqueryui.com is https://github.com/jquery/jqueryui.com.

Download

File Downloads

Git (contains source files, with @VERSION not yet replaced with 1.9.0, base theme only)

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.9 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.x. For full details on what’s included in this release see the 1.9.0 Changelog. You can read more about the API redesigns in a previous blog post.

Thanks

Thanks to all who helped with this release, specifically: 2Toad, aaronpeterson, acheetham, acimeha, acwhite, Adam Baratz, adam j. sontag, Adam Parod, aidan, aifam5, Alberto Fernández Capel, Alberto Monteiro, Alex Dovenmuehle, Alex Rhea, AlexW, Amir E. Aharoni, Andrew Newcomb, Andrew Powell, artyv, aschild, asgeo1, AsherMaximum, awgy, AzaToth, azendal, Azhrei, Baoju Yuan, basti, beatryder, bekok, Ben Boyle, Ben Hollis, Benjamin Sterling, Bernhard Sirlinger, Bertjh, bluecabbie, BobbyStealz, borsuk, bruce511, bthompson00, bugbegone, Campbell, Carl Fürstenberg, carl@stonefintech.com, Carson McDonald, certator, cherif, Chris Kelly, Christopher McCulloh, clear00, Cloudream, coling, collin, coredan, Corey Frang, cosmicnet, Courthead, cozydozy, creage, crumbles, cs94njw, CTAPbIuMABP, ctrlaltdev, cyberboy, d.wachss, dalibor983, Dan Heberden, danbhfive, Daniel Steigerwald, Danny Trunk, dannyzit, Dave Methvin, Dave Stein, David De Sloovere, David Leal, David Murdoch, David Petersen, David Soms, dblood, dclawson, dcohn, ddstreet, deckberg, Den, dennydaugherty, Diego, dkiselev, dlee, dmcmeans, dmitriy.paramoshkin, Dmitry Petrov, dominiquevincent, doomedelite, Doug Neiner, DouglasKing, dwebb66, dwt, ebspromo, Eddie Monge, eduyanez, Edward Faulkner, efoster, Eike Send, Eneko Illarramendi, epascarello, ergec, eric.muyser, ericw, EungJun Yi, Everett Zufelt, ExplosionPills, eXtreme, fdemmer, feklee, Felix Nagel, fernando1124, fiance, Florian Gutmann, fofanafi, G Karunakar, Garrison Locke, garyz, Gaëtan Muller, George Marshall, Gilmore Davidson, Giovanni Giacobbi, Glenn Goodrich, gpbmike, gromo, guettli, Guillaume Gautreau, haeberle, Hans Hillen, haraldo, Harri Kilpio, Heiko Henning, Herbalite, Hogan Long, Holger Rüprich, hoxworth, huemorgan, hughlomas, hyperlink, iainxt, idavemm, igor milla, Ildefonse, Infeligo, irrational, israelrios, itsadok, Ivan Peters, J. Ryan Stinnett, j.hermsen, Jack Hsu, JackT, Jacob, James Khoury, jamiejag, Jared A. Scheel, jaredwilli, Jason Davies, Jason Moon, Jason Prell, JasonBerry, Jasvir Nagra, Jay Merrifield, Jay Oster, jbergenthal, jdalton, jdart1, jdomnitz, jdufresne, Jean-Francois Remy, Jeff Remy, Jeff Roush, Jelly, Jellyfrog, jenters, Jesse Baird, jgv, Jiayi Yang, jihohan, jitter, jjross, Jo Liss, joaoeiras, John Firebaugh, John Resig, john.culviner, johnashenfelter, johntrepreneur, jomyjohn, Jon Palmer, Jorge Barreiro, jorisdekinder, josh3736, jquery@pvt, jsgoupil, JustinMacCarthy, Ján Suchal, Jörn Zaefferer, kapouer, Karl Kirch, Karl Swedberg, Kato Kazuyoshi, kbwood, Ken Penn, keturn, Kevin Dalman, Khaled AlHourani, KhoaTon, Klaus Hartl, kliehm, kobrigo, kolak, Kouhei Sutou, kradmiy, Kris Borchers, Kyle Florence, Kyle Wilkinson, Lado Lomidze, Lee Rowlands, levushka, lex1982, liangent, Lim Chee Aun, Lopo, lorak110786, lorife, lotjuh, lschult2, Luis Dalmolin, lukas.olson, Lukasz Lipinski, lukebrookhart, m157y, macarthy, Maciej Mroziński, maggiewachs, maljub01, malsup, Marcel Toele, marcis20@yahoo.com, marcneuwirth, marcos.sousa, Marian Rudzynski, Mario Visic, Mark Aaron Shirley, Mark Johnson, marteadrian, Martin Hoch, Martin Solli, martinf55, Marwan Al Jubeh, maspwr, Matt Hoskins, Max Schnur, MaxPower15, mdellanoce, meh-cfl, Michael DellaNoce, Michael P. Jung, michaelmwu, Michel Weimerskirch, midlis, Mike Hollis, Mike Sherov, Mike Stay, milan, millman, mirv, mkemmerling, mkowalski, mofle, mohdyusuf, monoblaine, moxen, mpetrovich, mriffault, MrMaxx, MSwaff, mwlang, myr, Nate Ferrero, neil.pugh, Nick_Craver, NielsJanssen, ninjaxify, nirvanaforu, nogwater, nonplus, offnight, ohlavacek, Olson.dev, onaiggac, oojacoboo, ORIGINALUSRNM, ornicar, ostgals, pantsmann, paul, Paul Irish, Pavel Stetina, pegomes, pheiberg, Philip Graham, Philipp Benjamin Köppchen, Phillip Barnes, Pierre-Henri Ausseil, piouPiouM, pkruithof, pmawhinney, polomoshnov, poplix, Probot, pulpulpullie, qicboy, r2363c, Rafael Xavier de Souza, Ralph Whitbeck, reedmaniac, Richard D. Worth, Rick Waldron, ripper234, Rob Loach, RobinHerbots, Robson Braga Araujo, RobWilkinsonUK, rockwild, roman.chizhevsky, ronchalant, rozwell, rp, RR1000, rthapar, rubyruy, ryanolton, Saji, saks, Samuel Cormier-Iijima, sc0rchin, Scott González, scott.moore, scr4ve, sergids, sexconker, sgruenholz, shadwdrgn, Shahyar G, Shannon, sigmasquirrel, Simon, Sindre Sorhus, SineSwiper1, sixhead, skeetergraphics, skorpan, snb, snover, sp, speaktorob, spekary, SpoonNZ, stafil, stefanlivens, steptom, stevee@gmail.com, Steven Roussey, stojce, stringfold, Stéphane Raimbault, sunaku, suner, sunshine, synek, T.Lindig, t34, tadudek, tashekelahi, teaspoon000, techtangents, tfotherby, thedoc, thomsbg, ThrushAAX, Tiago Freire, ticketmaster, tillkruess, Timmy Willison, Timo Tijhof, TJ VanToll, Tobias Brunner, Todd Parker, tomgallacher, tomykaira, Tony Ross, Trey Hunner, trixta, tyron, tzkuei, victorq10, Viktar Varvanovich, vrtxf, watanabe, Wesley Walser, whittet, William Griffiths, William Kevin Manire, wkmanire, xaav, Xavi, xirzec, yourfavorite, ZeK, Ziling Zhao.

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 final release for jQuery UI 1.9.0, feel free to leave a comment below. Thank you.

jQuery UI 1.8.24

Posted on by

The twenty fourth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Datepicker, Draggable, Droppable and Sortable, as well as adding support for jQuery 1.8.2. This is likely to be the last release in the 1.8 family; you can expect 1.9.0 very soon. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.24, all themes)

Git (contains source files, with @VERSION not yet replaced with 1.8.24, base theme only)

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.8.24 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.23. For full details on what’s included in this release see the 1.8.24 Changelog.

Thanks

Thanks to all who helped with this release, specifically: andri, carlos.vara, Eli, Jared A. Scheel, Jiayi Yang, Jörn Zaefferer, keppla, Martin Hoch, Philipp Benjamin Köppchen, rtwo, Scott González, tonimahoni, tr0829.

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 fourth maintenance release for jQuery UI 1.8, feel free to leave a comment below. Thank you.

jQuery UI 1.9 RC

Posted on by

The first release candidate for jQuery UI 1.9 is out! Since the beta release, we’ve upgraded to jQuery Core 1.8.0 and jQuery Color 2.0.0 and landed quite a few more bug fixes. We’re getting close to a final release, but we’re still pretty busy working on our new infrastructure. We’re working on a new web site, new download builder, and new documentation site to accompany the new release.

For a list of the major changes between 1.8 and 1.9, check out the beta release announcement. Keep in mind that 1.9 brings a lot of API changes, but we’re committed to having 1.9 fully support the 1.8 APIs even though many of them are deprecated. You can read more about the API redesigns in a previous blog post. For a full list of changes, see the list of 1.9.0 fixed tickets. We’re working on a full changelog and upgrade guide for the final release.

Download

File Downloads

Git (contains source files, with @VERSION not yet replaced with 1.9.0-rc.1, base theme only)

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 first release candidate for jQuery UI 1.9, feel free to leave a comment below. Thank you.

jQuery UI 1.8.23

Posted on by

The twenty third maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Datepicker, Dialog, Draggable, and Position, as well as adding support for jQuery 1.8. We know we made the same claim about 1.8.22, but there were some changes between the jQuery UI 1.8.22 release and the jQuery 1.8.0 release that caused regressions. 1.8.23 fixes all known issues with jQuery 1.8.0. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.23, all themes)

Git (contains source files, with @VERSION not yet replaced with 1.8.23, base theme only)

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.8.23 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.22. For full details on what’s included in this release see the 1.8.23 Changelog.

Thanks

Thanks to all who helped with this release, specifically: Brennan Roberts, crimsondr, jakecigar, jarkaruus, marianoguerra, matzes, Scott González, shnitz, staticdream.

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 third maintenance release for jQuery UI 1.8, feel free to leave a comment below. Thank you.

jQuery UI 1.8.22

Posted on by

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

Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.22, all 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.

jQuery UI 1.8.21

Posted on by

The twenty first maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Autocomplete, Datepicker, Draggable, Position, Progressbar, and Sortable, as well as fixing some issues with ThemeRoller. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.21, all themes)

Git (contains source files, with @VERSION not yet replaced with 1.8.21, base theme only)

Custom Download Builder

Changelog

See the 1.8.21 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.20. For full details on what’s included in this release see the 1.8.21 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 first maintenance release for jQuery UI 1.8, feel free to leave a comment below. Thank you.

jQuery UI 1.9 Milestone 8 – Position

Posted on by

The eighth milestone release for jQuery UI 1.9 is out. There are quite a few improvements and changes since the last milestone release. Most notably, the Position utility redesign is done.

What’s a Milestone Release?

A milestone release makes it easier to try out the latest development code of jQuery UI without necessarily having to check out code from GitHub.

With a milestone release you can try out new widgets that are pretty far along (though not yet final) and provide feedback based on released code with a specific version number.

Position

The Position redesign is now fully implemented. The using option now provides information about where the element is relative to the target. This information is useful for a variety of reasons, such as knowing where to render an arrow if you want the element to point to the target (think of tooltip with callouts). This information is passed in a second parameter to the using callback.

Accessibility

The Tooltip and Autocomplete widgets have been updated for full ARIA support. Getting these widgets to be fully accessible with various browsers and assistive technology was quite difficult. A huge thanks goes out to Hans Hillen and Everett Zufelt for their help with testing and implementation.

A ton of bug fixes

A lot of components have seen a lot of bug fixes. While we continue to maintain the 1.8 branch, a lot of bugs get only fixed in master. Here are all tickets fixed in 1.9, by component.

Download

You can download the jQuery UI 1.9 Milestone 8 – Position release as a zip file or via git:

File Downloads

Git

How to Provide Feedback

wiki page

To help with the testing of the Position utility, visit the Position page on our Development & Planning wiki.

forum

If the comments section on the wiki page doesn’t provide enough room for your feedback, post to the Developing jQuery UI Forum and tag the post:

How to Contribute Code

If you have code changes for the Position utility, fork jQuery UI on GitHub and submit a pull request.

If you’re new to git or GitHub, see our guide: How to submit a fix to jQuery UI – The Easy Way.

Comments

Note: please do NOT use the comments section of this blog post for feedback on the Position utility. This discussion should occur on the wiki page and the forum (see How to Provide Feedback, above).

If you have feedback on us doing our eighth milestone release, feel free to leave a comment below. Thank you.

jQuery UI 1.8.20

Posted on by

The twentieth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Datepicker, Draggable, and Sortable, as well as fixing some issues with our build process. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.20, all themes)

Git (contains source files, with @VERSION not yet replaced with 1.8.20, base theme only)

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.8.20 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.19. For full details on what’s included in this release see the 1.8.20 Changelog.

Thanks

Thanks to all who helped with this release, specifically: Bertjh, G Karunakar, Jason Moon, jiliwi, martinkoutny, Scott González, TJ VanToll.

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 twentieth maintenance release for jQuery UI 1.8, feel free to leave a comment below. Thank you.

jQuery UI 1.8.19

Posted on by

The nineteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Autocomplete, Button, Datepicker, Mouse, Position, Resizable, Sortable, and Tabs. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Svn (contains final files as they are in the zip, with @VERSION replaced with 1.8.19, all themes)

Git (contains source files, with @VERSION not yet replaced with 1.8.19, base theme only)

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.8.19 Upgrade Guide for a list of changes that may affect you when upgrading from 1.8.18. For full details on what’s included in this release see the 1.8.19 Changelog.

Thanks

Thanks to all who helped with this release, specifically: acme, Amir E. Aharoni, ArtemGovorov, Bertjh, Corey Frang, drumrock, ergec, felix, Gilmore Davidson, gromo, gw128, Harri Kilpiö, Jasvir Nagra, jngeist, Jörn Zaefferer, kswedberg, Lado Lomidze, lalalamoo, Licensed to Gil, Mamen, mdibbets, meh-cfl, paulscheltema, quasipickle, rdworth, Richard D. Worth, Rick Waldron, Scott González, sexconker, Simon, stojce.

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 nineteenth maintenance release for jQuery UI 1.8, feel free to leave a comment below. Thank you.