1.8.5
click here to add a description
click here to add a homepage
Tagging the 1.8.5 release.
Build: Attempt to fix version replacement for API docs.
Build: Minor tweaks to release automation.
Build: Initial commit for release automation.
Progressbar demos: Coding standards.
Position demos: Coding standards.
Effects .hide() demos: Coding standards.
Droppable demos: Coding standards.
Draggable demos: Coding standards.
Dialog demos: Coding standards.
Datepicker demos: Coding standards.
Button demos: Coding standards.
Demos: Cleanup.
Autocomplete demos: Coding standards.
Effects demos (partial): Coding standards.
Accordion demos: Coding standards.
datepicker: changed parseDate to be case insensitive. Fixed #6036 - datepicker: parseDate is case sensitive.
Core: Avoid layout bug in IE with minHeight support test.
Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - Tabs: Occassionally displays multiple tabs when clicked with rotate control using opacity toggle fx.
Dialog tests: Enabling in TestSwarm.
Core: Improvements to minHeight support test. Thanks jdalton.
Dialog: Fixed test for default title. Some browsers were returning an actual non-breaking space and some were returning the string " ".
Dialog: If the browser doesn't support minHeight, use height to set the minHeight. Fixes #6027 - Dialog: minHeight isn't properly handled on init in IE6.
Core: Added $.support.minHeight. Fixes #6026 - Core: Add jQuery.support.minHeight.
Dialog: Reduced size of dialogs in height/width tests.
Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with an empty href are enabled in IE6/7.
Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for remote tabs does not support foreign languages.
Position: Added visual test for flipping with margin and box-shadow.
Position: Take margin into account when performing collisions. Fixes #5766 - position: collision should take margin into account.
Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Widget: auto-destroy is broken in jQuery 1.4.
Core tests: Enabled TestSwarm.
Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
Core tests: Split .focus() test into two tests to avoid bug in IE with stop() and start().
Core tests: Reordered some elements to avoid some bug in IE.
Position tests: Set a line-height on elements with a height less than 10px. Fixes failing tests in IE6.