1.6rc2
click here to add a description
click here to add a homepage
changed version to 1.6rc2
Dialog: Added an id to the title span (needed for ARIA support).
Set svn:eol-style to native for new plugins.
Progressbar .text() added, improvements
Sortables - Avoid inline script execution on every sort
Fixed #3454 - Sortable .createHelper() bug
Reverted r695.
Remove Trailing Spaces
slider: use preventDefault on click event on handle instead of returning false (see #3228)
resizable: aspect ratio was switched (width/height ratio was height/width ratio), fixes #3450
Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent closing the dialog by returning false).
accordion: trigger changestart event when the animation starts (implements 2932)
accordion: removed deprecated method fn.activate for 1.6
core: enableSelection/disableSelection now return the chain (implements #3174)
droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the actual droppable (instead of true) in the case of a drop.
dragging handle won't fire onunload event anymore (fixes #3228)
sortable: default value for forcePlaceholderSize
sortable: Refactored a bunch of stuff, moved over some fixes from draggable
draggable, resizable, sortable: proper usage of _mouseCapture, fixes interaction issues when many plugins are used on the same element (Fixes #3164)
sortable: Fixed the floating functional demo, implemented forcePlaceholderSize
draggable: destroy method now properly removes the class ui-draggable (Fixes 3424)
core: hasScroll now checks for overflow hidden, since then the users wants scroll to be hidden
datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)
use $.isFunction instead of checking the constructor
Setting data.accept now works fine (Fixes #3386)
- kickass draggable refactoring - fixes many bugs, many edge case issues
Dialog: Reordered functions.
Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.
Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.
Dialog: Partial fix for #3327: When opening a dialog, give focus to the first tabbable element inside the dialog.