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.

4 thoughts on “jQuery UI 1.11.4

  1. radision on said:

    I can not install jquery-ui@1.11.4 with npm install.

    Errors like:

    npm ERR! Error: version not found: jquery-ui@1.11.1
    npm ERR! at /usr/local/lib/node_modules/npm/lib/cache/add-named.js:125:12
    npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:167:7)
    npm ERR! at Object.oncomplete (fs.js:107:15)
    npm ERR! If you need help, you may report this *entire* log,
    npm ERR! including the npm and node versions, at:
    npm ERR!

  2. radision on said:

    Command like this:

    npm install jquery-ui@1.11.4

    Errors like:

    npm ERR! Error: version not found: jquery-ui@1.11.4
    npm ERR! at /usr/local/lib/node_modules/npm/lib/cache/add-named.js:125:12
    npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:167:7)
    npm ERR! at Object.oncomplete (fs.js:107:15)
    npm ERR! If you need help, you may report this *entire* log,
    npm ERR! including the npm and node versions, at:
    npm ERR!

  3. Naresh J on said:

    It will be nice to see some good examples of Tabs event handling to show how the ui parameter can be used.