jQuery UI 1.9 Milestone 7 – Accordion

Posted on by

The seventh milestone release for jQuery UI 1.9 is out. As its been seven months since our last milestone release, we’ve got a lot of improvements and bug fixes to share. Most notably, the Accordion widget 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.

Accordion

The Accordion redesign is now fully implemented. We finally have really solid animations, with no more flickering or jumping of content below. The ARIA implementation also got a lot better. A big thanks goes to Hans Hillen for his contributions.

Menu

Menu now supports other markup than just UL/LI elements. Support for disabled menu items got a lot better, too.

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 7 – Accordion release as a zip file or via git:

File Downloads

Git

How to Provide Feedback

wiki page

To help with the testing of the Accordion widget, visit the Accordion 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 Accordion widget, 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 Accordion widget. 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 sixth milestone release, feel free to leave a comment below. Thank you.

jQuery UI 1.8.18

Posted on by

The eighteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Accordion, Autocomplete, Button, Datepicker, Dialog, Draggable, Position, Resizable, Slider, 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.18, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: 2of11, bmonty, chrissmithet, clear, demimurych, Douglas, espen, gruber76, jdmarshall, jerone, Jörn Zaefferer, juancar74, kbwood, klev, LaurentGoderre, levushka, lucidwayn, Mamen, mereth, mesoconcepts, meyerovb, mikemccaughan, mikeschuld, N3RD, nickolay8, oxez, PatrickM, paul, pstadt, Richard D. Worth, Rick Waldron, runatServer, ryanolton, Scott González, SpoonNZ, stojce, TJ VanToll, tjcrowder, tshinnic, zuckel.

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

jQuery UI 1.8.17

Posted on by

The seventeenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Accordion, Autocomplete, Button, Datepicker, Droppable, Position, Progressbar, Selectable, Sortable, Tabs, and the CSS Framework. The 1.8.17 release also brings support for jQuery 1.7.1. 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.17, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: azomazo, bikeshedder, celtric, cfjedimaster, Corey Frang, David De Sloovere, Gaëtan Muller, ghostd, hunter1728, igor milla, Jason Oster, Kris Borchers, Mamen, maxbarbul, Michael P. Jung, Michel Weimerskirch, millermedeiros, Richard D. Worth, ruskom, Scott González, shnitz, sslotsky, stojce, ToastBusters, TomWolk, ts2do, tucan26, TylerRick, vegancorr2, William Griffiths.

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

jQuery UI 1.9 Milestone 6 – Spinner 2

Posted on by

The sixth milestone release for jQuery UI 1.9 is out, featuring many updates for the Spinner widget. This release also includes updates and bug fixes to existing and new widgets that will not make it into a 1.8.x release.

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.

Note: the API is subject to change as the code is still under active development.

Spinner

The Spinner API has been updated with a few new features and bug fixes. Check out the planning wiki for documentation.

Menu

Menu now handles submenus much better.

Position

Position now has a within option, allowing you to use something other then window for collision detection, e.g., a scrolling div. The collision detection itself got a lot smarter, and has a new mode: flipfit.

Download

You can download the jQuery UI 1.9 Milestone 6 – Spinner 2 release as a zip file or via git:

File Downloads

Git

How to Provide Feedback

wiki page

To help with the testing of the Spinner widget, visit the Spinner 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 Spinner widget, 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 Spinner widget. 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 sixth milestone release, feel free to leave a comment below. Thank you.

jQuery UI 1.8.16

Posted on by

The sixteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Button, Datepicker, Dialog, Draggable, Droppable, Effects, Mouse and Widget Factory. 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.16, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: Andreas Pelme, ash, brazir, Corey Frang, dalugadm, danheberden, fracmak, jabouillei, Jay Merrifield, jbblanchet, joekarl, Jörn Zaefferer, Karl Kirch, kborchers, Krinkle, maxpayne, rdworth, rubyruy, Scott González.

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

jQuery UI 1.8.15

Posted on by

The fifteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Datepicker, Mouse and Slider, as well as support for jQuery 1.6.x. 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.15, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: alexstack, be.davestein, bencoe, brettkiefer, chubyqc, Corey Frang, djmadcat, Encosia, enione, fedehf, jcm, jdufresne, kbwood, marcneuwirth, meh-cfl, peter@synerics.com, Richard D. Worth, Scott González, ThiefMaster, timn@bigfoot.com, TWD.

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

jQuery UI 1.8.14

Posted on by

The fourteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Autocomplete, Button, Datepicker, Dialog, Draggable, Droppable, Resizable Sortable and Effects. 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.14, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: Andrew Powell, andrew1, aut0poietic, Ben Boyle, bohdan.ganicky, danbhfive, danilsomsikov, DEfusion, Doug Neiner, Eike Send, elpy, fracmak, Glenn Goodrich, gnarf, HershelSR, iamunr, JasonC, Jay Merrifield, Jeff Remy, Jesse Baird, jgarber, jgv, Jörn Zaefferer, Kato Kazuyoshi, Kris Borchers, Lino, Mamen, mattramey, MechanisM, morozov, muley, oferwald, olafschneider, orionll, paul, pinkie, r.oosterholt, Richard D. Worth, ruprict, schav, Scott González, Skaffen, spudly, ThiefMaster, thinkterry, tomykaira, xelaris.

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

jQuery UI 1.9 Milestone 5 – Tabs Redesign

Posted on by

The fifth milestone release for jQuery UI 1.9 is out, featuring the updated Tabs widget. This release also includes updates and bug fixes to existing and new widgets that will not make it into a 1.8.x release.

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.

Note: the API is subject to change as the code is still under active development.

Tabs

The Tabs API has been redesigned for simplicity, extensibility and consistency with other widgets in jQuery UI. We’d love to get feedback on any compatibility issues you may have with existing code. Everything supported in 1.8 should work out-of-the-box in 1.9; if something breaks, we will work to fix it before the final release.

Download

You can download the jQuery UI 1.9 Milestone 5 – Tabs Redesign release as a zip file or via git:

File Downloads

Git

How to Provide Feedback

wiki page

To help with the testing of the Tabs redesign, visit the Tabs 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 Tabs widget, 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 Tabs widget. 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 fifth milestone release, feel free to leave a comment below. Thank you.

jQuery UI 1.8.13

Posted on by

The thirteenth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Autocomplete, Button, Datepicker, Draggable, Resizable and Slider. 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.13, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: Adam Baratz, adamlogic, aembler, Andrew Powell, andri, bartaz, Carson McDonald, cdeszaq, cstdenis, daepark, dahlb, dalelarsen, dallaway, damion, danheberden, dmfontz, Ed4, eddiemonge, Edward Faulkner, Eike Send, EricKerby, eric_b, freerange, Garrison Locke, geoffp, glenvan, gnarf, Grismar, hammond13, i8beef, jerry, joern.zaefferer, jorrit, juergen.furrer, Kato Kazuyoshi, kborchers, KrishnarajD, larsomat, lindner@visionet.de, Lockhead, Lopo, m4olivei, machineghost, Mark Johnson, markchagers, MatrixFrog, mike3050, mikeqw, mitjakuscer, mryall, oribani, paul, pitoj, pospi, postb99, pwaring, pwoldberg, rb-cohen, Richard Worth, Scott González, spudly, superboer12, theycallmeswift, ThiefMaster, ThrushAAX, TitAn, utkarsh, VIRGOFX, vitch, whittet, wuzz.

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

jQuery UI 1.8.12

Posted on by

The twelfth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for Autocomplete, Datepicker, Dialog, Progressbar, Resizable, Slider 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.12, all themes)

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

Google Ajax Libraries API (CDN)

Microsoft Ajax CDN (CDN)

Custom Download Builder

Changelog

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

Thanks

Thanks to all who helped with this release, specifically: aperitero, Bluff, chris.rohr, danwellman, fofanafi, Giovanni Giacobbi, jimconte, joern.zaefferer, kabel, Kyle Florence, Ralph Whitbeck, Richard Worth, Scott González, toebens, tyron.

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