1.8rc1
click here to add a description
click here to add a homepage
set trunk version to 1.8rc1
Autocomplete: Removed CSS framework classes from text field. We can add them back in when we have full support for form elements.
Prevent the default styles for resizable elements from totally killing dialog positioning (finally).
$.ui.ddmanager.drop() now works properly for nested droppables.
removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anyway
added w3c standard border-radius properties in prep for IE9 and Opera support
Fix for #5101 - broken dialog visual test page
autocomplete: adding select element to visual test page for bgiframe testing
switched to jQuery 1.4.1
Deprecated beforeclose option instead of removing it for now, fixes reopened #4669 - Dialog: beforeclose option should be beforeClose.
added autocomplete and button to docs build
autocomplete: added xml-parsing demo
Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elements
Datepicker: Fixed #5088 Date picker localization in RO
fixed #5094 - selectable: destroy method doesn't clean up selectees
button: visual default test, log args when console is available
button: handle space "click"
button: add ui-state-active on keydown, further improving keyboard navigation - doesn't yet work properly for anchors and radio/checkbox buttons
dropping intial code for #4957 - too many open issues to get this into 1.8
Datepicker: Fixed #5085 bug in findPos for RTL languages
Datepicker: Use null instead of empty string when showing/hiding without a duration.
Dialog: Added padding and margin to the right side of the titlebar so the title doesn't go behind the close icon.
added class animations (including 1.4 style callbacks) to visual effects test page
base implementation for #4957 - still need to port users of $.ui.element
button: more specific selectors for demo pages, avoiding any other global demo page issues
button: add ui-state-focus on focus, making keyboard navigation possible, and button like 200% more accessible
button: don't log a click on disabled buttons
button: don't style everything, just the demo
set trunk version to 1.8pre
set trunk version to 1.8b1
Happy New Year
eol-style and mime-type
switched to jQuery 1.4
Accordion: Check for division by zero error during animation.
Nested Plugin visual test: sortable accordion inside sortable tabs.