jQuery UI 1.12.1

Posted on by

We’re proud to announce our latest stable release. jQuery UI 1.12 features two new widgets, an updated base theme, overhauled effects, improved environment support and numerous bug fixes!

What happened to 1.12.0?

You may have noticed that even though 1.12.0 was released back in July, there was never any announcement. We had several issues surrounding the release, some code issues, but mostly infrastructure issues. Because the infrastructure issues took so long to resolve, we decided to wait until the 1.12.1 release to officially announce 1.12.

The big changes in 1.12 are:

  • New theme: Our long-time default grayscale theme Smoothness has been succeeded by a modern theme with some colors, less gradients and some other improvements. The new theme is already live on ThemeRoller (where you can also find the ‘Smoonthness’ under the Gallery tab).
  • New widgets: Controlgroup replaces buttonset and adds support for selectmenu and the new checkboxradio widget. You can see the new widgets in action in the controlgroup and checkboxradio demos.
  • New classes option: All widgets got a new option, called classes. This gives a lot more control over visual styling and custom theming. For example, building a Bootstrap theme for jQuery UI is now a lot easier. See the Learning jQuery article for more information.
  • New method: The .labels() method finds all label elements associated with the first selected element, mimicking the native labels property.
  • API redesign: Button: The button widget has undergone an API redesign, splitting out functionality for different types of buttons into separate components (see the new widgets mentioned above). Make sure to read the upgrade guide so you can migrate away from the deprecated APIs. The generated markup has also changed, so any custom styling may need to be updated as well.
  • npm/browserify/webpack support: The jquery-ui package on npm is now owned and maintained by the jQuery UI team. In addition, we’ve updated package.json and changed the directory structure to work better with tools like browserify and webpack. See Jörn Zaefferer’s demo for webpack usage information.
  • Effects overhaul: The effects API has received a major overhaul, introducing many new APIs and rewriting effects to use CSS clip for smoother and less error-prone animations. In addition, the transfer effect has been replaced with a .transfer() method.
  • Dropped jQuery 1.6.x support: jQuery UI 1.12 officially supports jQuery 1.7.0 – 3.1.0.
  • Reduced old IE support: jQuery UI 1.11 officially dropped support for IE7 but left all the existing workarounds in place. jQuery UI 1.12 has removed all of the IE7 workarounds. In addition, official support for IE8, IE9, and IE10 have been removed, but the workarounds are still in place and will be removed in 1.13. This coincides with Microsoft’s end of regular (non-extended) support for these browsers which occurred in January.
  • Bug fixes: Over 100 bugs have been fixed!

Download

File Downloads

Git (contains source files, with @VERSION replaced with 1.12.1, base theme only)

Install via bower

  • bower install jquery/jquery-ui#1.12.1

jQuery CDN, powered by MaxCDN

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.12 Upgrade Guide for a list of changes that may affect you when upgrading from 1.11.x. For full details on what’s included in this release see the 1.12.0 Changelog and 1.12.1 Changelog.

Thanks

Thanks to all who helped with this release, specifically: abacada, Ablay Keldibek, acwolff, Adam Foster, afercia, agcolom, aldra, Alexander Schmitz, alexandis, Alexey Balchunas, aliedtke, allenstyle, Alyosha Pushak, Amanpreet Singh, Amine HADDAD, Anne-Gaelle Colom, apeterson, apushak, Atletismo343, atomiomi, baton, bchiasson, Ben Mosher, Benjamin Albert, bernhardsirlinger, bleshik, bmorearty, Bruno Pérel, camurai, ChaseWagoner, Chen Eshchar, chkpnt, christianbalz, ckn, cok666n, Dan Strohl, Daniel Owens, daniel-o, darodaro, davenaeder, dcherman, dmack, dmethvin, DSB, dstrohl, eccenux, epascarello, Eric Lee Carraway, euyuil, eXaminator, ezufelt, ezyang, Fahad Ahmad, feedbloo, Felix Nagel, fercsi, Francesc Baeta, G-rom, Gabriel Schulhof, gf3, ggkovacs, gibe, Giovanni Giacobbi, gnarf, Gruewo, Hannah Methvin, harpojaeger, HikingMike, igrunert, Jaegers, janom, Jasper de Groot, jazzyCamel, jclarke, jga8, jhfrench, Jiabao Wu, jnik, Johannes Schäfer, Jyoti Deka, Jörn Zaefferer, kbwood, kiechii, kiro, Konstantin Dinev, kzys, Leonardo Balter, Liran Sharir, Lisa Seacat DeLuca, llehmann, lucas.ams, Luke Page, m-berling, Macavelli, Maksim Ryzhikov, Mani Mishra, mar10w, Marco Ziech, Marcus Warren, Matt Brundage, mattbasta, mfazekas, Michael Lelli, Michael Orchard, michaelcm, Michał Gołębiowski, Mike Sherov, Mohammed Alshehri, mohs8421, monojp, mpetrovich, Mukul Hase, Myeongjin Lee, Nils Heuermann, orfc, Patricia Juarez, Patrick1701, Peter Dave Hello, Peter Kehl, petersendidit, pgpp05, Piotr Baran, piuccio, PutKettleOn, Rafael Xavier de Souza, ramijarrar, Rand Scullard, rden, rdworth, rjollos, rmacfadyen, romain-granai, Ryan Oriecuia, sandygettings, Scott González, sebfz1, sephii, shannonhochkins, shokkobon, Siebrand Mazeland, sp2, sparkybg, Spencer Davis, Spetnik, spjonez, Statocaster, stew, sup, tasso85, teh-botol, Thomas Applencourt, Thomas Meyer, Timo Tijhof, TJ VanToll, tristian2, urkle, Victor Homyakov, Ville Skyttä, Weston Ruter, WickedDevils, zerocrates.

The Road Ahead

In parallel to this release we’ve been working on several significant rewrites that will make it into future releases:

  • Datepicker and Globalize: We’re working on a full rewrite of the datepicker widget. The rewrite will feature a far simpler API that will make customizations a lot easier. The rewrite builds on top of the rewritten Globalize library, which builds on top of CLDR, a comprehensive source for globalization data.
  • Interactions: We’re working on a rewrite of our interactions like draggable, on top of pointer events, along with a polyfill to map mouse and touch events to pointer events. This will put the new interactions on an event model that works on all devices.

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

jQuery UI 1.12.0 Beta 1

Posted on by

The first beta release for jQuery UI 1.12 is out with numerous bug fixes, updated environment support, an updated base theme, overhauled effects, new methods, and new widgets!

The big changes:

  • New widgets: Controlgroup replaces buttonset and adds support for selectmenu and the new checkboxradio widget. You can see the new widgets in action in the controlgroup and checkboxradio demos.
  • New method: The .labels() method finds all label elements associated with the first selected element, mimicking the native labels property.
  • npm/browserify/webpack support: The jquery-ui package on npm is now owned and maintained by the jQuery UI team. In addition, we’ve updated package.json and changed the directory structure to work better with tools like browserify and webpack. See Jörn Zaefferer’s demo for webpack usage information.
  • Effects overhaul: The effects API has received a major overhaul, introducing many new APIs and rewriting effects to use CSS clip for smoother and less error-prone animations. In addition, the transfer effect has been replaced with a .transfer() method.
  • Dropped jQuery 1.6.x support: jQuery UI 1.12 officially supports jQuery 1.7.0 – 2.1.4.
  • Reduced old IE support: jQuery UI 1.11 officially dropped support for IE7 but left all the existing workarounds in place. jQuery UI 1.12 has removed all of the IE7 workarounds. In addition, official support for IE8, IE9, and IE10 have been removed, but the workarounds are still in place and will be removed in 1.13. This coincides with Microsoft’s end of support for these browsers which occurred earlier this month.
  • Bug fixes: Over 50 bugs have been fixed!

For the first time, we have our upgrade guide and API documentation ready during the pre-release phase. For a full list of changes in jQuery UI 1.12, see the list of fixed tickets. And to see what’s coming next, check out our roadmap.

Download

File Downloads

Git (contains source files, with @VERSION not yet replaced with 1.12.0-beta.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 beta release for jQuery UI 1.12, feel free to leave a comment below. Thank you.

jQuery UI 1.11.4

Posted on by

The fourth maintenance release for jQuery UI 1.11 is out. This update brings bug fixes for Draggable, Resizable, Sortable, Accordion, Dialog, Slider, and Tooltip. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Git (contains source files, with @VERSION replaced with 1.11.4, base theme only)

Install via bower

  • bower install jquery/jquery-ui#1.11.4

jQuery CDN, powered by MaxCDN

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: Ablay Keldibek, AdamRMerrifield, avatarus, Ben Mosher, bugtester, creage, dsargent@gmail.com, EleventyOne, EliW, foodbaby, groonya, jamesh, joern.zaefferer, jonaslewin, ka3yc, lotjuh, Marco Ziech, Mike Sherov, Mikko Rantanen, Nils Heuermann, Patricia Juarez, Scott González, shivamtandon24, Spencer Davis, stoychev, TheDude, Timo Tijhof, TJ VanToll, totszwai, zigshanklin.

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

jQuery UI 1.11.3

Posted on by

The third maintenance release for jQuery UI 1.11 is out. This update brings bug fixes for Core, Position, Resizable, Sortable, Accordion, Datepicker, Selectmenu, Slide, and Tabs. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Git (contains source files, with @VERSION replaced with 1.11.3, base theme only)

Install via bower

  • bower install jquery/jquery-ui#1.11.3

jQuery CDN, powered by MaxCDN

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: Aaronius, Adam Foster, Anne-Gaelle Colom, Bruno Pérel, Chen Eshchar, Deocarlos, dralshehri, dylanb, eithed, eshcharc, Giovanni Giacobbi, Jyoti Deka, Jörn Zaefferer, k_borchers, Kamilche, keith.abramo, Luke Page, Marcus Warren, meyertee, Mike Sherov, mikedehaan, mnadalin, Mohammed Alshehri, olejorgenb, Scott González, scottadmi, Thomas Meyer, 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 third maintenance release for jQuery UI 1.11, feel free to leave a comment below. Thank you.

jQuery UI 1.11.2

Posted on by

The second maintenance release for jQuery UI 1.11 is out. This update brings bug fixes for Mouse, Widget Factory, Draggable, Droppable, Sortable, Accordion, Datepicker, Menu, Selectmenu, Slider, Tabs, and Tooltips. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

Git (contains source files, with @VERSION replaced with 1.11.2, base theme only)

Install via bower

  • bower install jquery/jquery-ui#1.11.2

jQuery CDN, powered by MaxCDN

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: Alexander Schmitz, Andrei Picus, Aradesh, azaozz, Bacher, BardMorgan, Bob Stein, Dave Stein, dekajp, djbutler, dmitry_f, domnulnopcea, fejesjoco, fnagel, gnarf, grea, Jérémy M, julien.pacchiarotti, Jyoti Deka, Jörn Zaefferer, kyleguate, marcel.jackwerth, Mike Sherov, mlms13, NiGhTTraX, Nikos Kalogridis, petersendidit, raziel057, Richard Gibson, rosenfeld, saluce65, Scott González, Simen Bekkhus, Skaffen, sronsiek, tapapax, ThiefMaster, TJ VanToll, Trainmaster, traviscooper, Trisha Crowley, Uri Gilad, vesoljc, Xenon.

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

jQuery UI 1.11.0-beta.1

Posted on by

The first beta release for jQuery UI 1.11 is out with numerous bug fixes, improved environment support, and a new widget!

The big changes:

  • New widget: Selectmenu duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select. You can see it in action in the default and the custom rendering demos.
  • AMD Support: jQuery UI now ships with support for AMD in each of its widgets and components. For more information, including examples, see our guide to using jQuery UI with AMD.
  • Bower Support: jQuery UI now ships with Bower support. For examples, see our guide to using jQuery UI with Bower.
  • Discontinued IE7 Support: As of this release we are no longer accepting bug reports for IE7 issues. We have also removed IE7 from our testing infrastructure. The IE7 workarounds are still present in the code, but we will remove them for jQuery UI 1.12.
  • Bug Fixes: Over 45 bugs have been fixed!

For a full list of changes in jQuery UI 1.11, see the list of fixed tickets. And to see what’s coming next, check out our roadmap.

Download

File Downloads

Git (contains source files, with @VERSION not yet replaced with 1.11.0-beta.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 beta release for jQuery UI 1.11, feel free to leave a comment below. Thank you.

jQuery UI 1.10.4

Posted on by

The fourth maintenance release for jQuery UI 1.10 is out. This update brings bug fixes for Widget Factory, Position, Droppable, Resizable, Accordion, Autocomplete, Button, Datepicker, Dialog, Menu, Slider, Spinner, Tabs, and the CSS Framework. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.10 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.4 Changelog.

Thanks

Thanks to all who helped with this release, specifically: Andrei Picus, bannmann, bchiasson, Bruno M. Custódio, Christian Klammer, Cody, darkdev, dekajp, EleventyOne, Eric Dahl, eruiz, Fabrício Matté, Gan Eng Chin, gaumup, Gruewo, hadley, Imants Horsts, Jacob McCutcheon, Jasper de Groot, johnneed, johumber, Jyoti Deka, Jörn Zaefferer, Kris Borchers, kungfu71186, larsch, ljani, lukerichison, meyertee, Mike Sherov, Mohsen Ekhtiari, Monika Piotrowicz, mr-x-123, muzzamo, net147, networksolution, Ondrej Novy, paftek38, petersendidit, pixelwiz, Qwy, Rafael Xavier de Souza, rcogswell, roeycohen@gmail.com, Scott González, shnitz, Siebrand Mazeland, SledgehammerPL, Steven Luscher, Thomas Meyer, Timo Tijhof, TJ VanToll, tom.vandenberge, Toshi MARUYAMA, Ult Combo, victor-homyakov, Vilhjálmur Skúlason, wch, wibber, xlefebvre, 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 fourth maintenance release for jQuery UI 1.10, feel free to leave a comment below. Thank you.

jQuery UI 1.10.3

Posted on by

The third maintenance release for jQuery UI 1.10 is out. This update brings bug fixes for Draggable, Sortable, Accordion, Autocomplete, Button, Datepicker, Menu, and Progressbar. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.10 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.3 Changelog.

Thanks

Thanks to all who helped with this release, specifically: be.davestein, chri33s, chrisdew, fetis, gdonkers, gtraxx, Jason Moon, jmelis, Jörn Zaefferer, krampstudio, Mamen, maxgalbu, Mike Sherov, mls81, msjolund, NamelessOne, netbucket@yahoo.com.cn, paftek38, Rafael Xavier de Souza, Scott González, Suhail Alkowaileet, TJ VanToll, toc1979, truppo, tyron, vakopian, Woody Gilk, Zbigniew Motyka, zmszaman.

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

jQuery UI 1.10.2

Posted on by

The second maintenance release for jQuery UI 1.10 is out. This update brings bug fixes for Position, Draggable, Droppable, Sortable, Autocomplete, Datepicker, Dialog, Spinner, Tabs, Effects, and CSS Framework. As of this release, the base theme is no longer available on the CDNs (use the smoothness theme; it’s the same). For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.10 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.2 Changelog.

Thanks

Thanks to all who helped with this release, specifically: aaronp55426, albi, arpowers, bg100, BlazeCell, Boucman, Christian Wenz, CR, Daazku, djQuery, Drew Waddell, drulia, fracmak, gneier99, jdk, jeff.hagen, John Chen, Jörn Zaefferer, koobin, marventus.wp, Mike Sherov, Nathanael Silverman, Oskar, petersendidit, phloopy, pk_745, psyafter, Rafael Xavier de Souza, rdworth, Scott González, silesianlordt, Skaffen, soulhunter, Steve Urmston, tfs, TJ VanToll, tony@trirand.com, verifier, voithos, whittet@gmail.com, Zaven Muradyan, zerxer, zhizhangchen.

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

jQuery UI 1.10.1

Posted on by

The first maintenance release for jQuery UI 1.10 is out. This update brings bug fixes for Accordion, Autocomplete, Datepicker, Dialog, Menu, Slider, Draggable, Position, Effects and CSS Framework. As of this release, minified CSS files are also available on the CDNs. For the full list of changes, see the changelog. You can download it here:

Download

File Downloads

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

See the 1.10 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.1 Changelog.

Thanks

Thanks to all who helped with this release, specifically: ajcrews, antix70517, arcana666, Bruno M. Custódio, C6AC165B-7B1E-445F-804B-A1BFED06162F, David Petersen, David Sullivan, dcarrith, deap82, djQuery, dmethvin, eminence, gnarf, janesconference, jashugan, jbabey, jesse.voogt, JMGrange, Jörn Zaefferer, Kris Borchers, kruncher, limitstudios, mbehm, Mike Sherov, mjrjweb, mollw3, mziech, olejorgenb, qabi@qabi.dk, Rafael Xavier de Souza, rdworth, Scott González, sheu, Shikyo, thayyil, Thomas Jaggi, TJ VanToll, Travis Carden, Vahid Sohrabloo, watanabe, Yerel.

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