1.6
click here to add a description
click here to add a homepage
updated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/
Datepicker: Added test for #4055 - onclick events contain references to "jQuery".
Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator is undocumented.
Resizable:
Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - focus on dialog open should be constrained to the contents of the dialog.
Prevent loading core files multiple times. Fixes #4130 - Too much recurson with double include.
datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite)
progressbar: removed unused variables, some whitespace changes (fixes #4052)
draggable: fixed numerous issues with over/out logic on connected sortable lists (fixes #3988)
all: fixed jslint warnings
sortable: if current item was removed by user, it was reappended by the clearing logic (fixes #4088)
core: prevent calling plugins if the node doesn't exist in DOM anymore (has been removed by the user) (fixes #4087)
accordion: chaining breaks if value in height() is negative (fixes #4102)
base theme: fixed typo with the inclusion of a bg texture (fixes #4046)
slider: fixed failing visual test: slider_in_container_with_scrollbars
demos/sortable/connect-lists-through-tabs: quick selector bugfix
Resizable tests: Removed preserveCursor and proportionallyResize options.
Resizable tests: Removed transparent option.
dialog: added some missing defaults
demos/sortable/connect-lists-through-tabs: finetuning
Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element
Resizable: Fixed #4090 - proportionallyResize option should be removed (made internal)
Resizable: Fixed #4092 - preserveCursor option should be removed
Resizable: Fixed #4098 - Remove transparent option
Dialog: Don't allow the height of the content area to be negative.
Resizable: Fixed #4093: Removed disableSelection option.
resizable visual tests: added option preventDefault tests
Removed unused code obsoleted by #3906 and r1754
resizable unit tests: defaults alpha order
droppable visual tests: added option accept tests
droppable: defaults - alpha order
visual tests: added default style for #draggable
Moved #4087 test page from demos/droppable to /tests/visual/droppable
fixed name and location of test page for #4088 - droppable, not sortable issue
sortable visual test: Updated #4088 test page to match visual TEST/ASSERT format