1.8.2
click here to add a description
click here to add a homepage
Tagging the 1.8.2 release.
Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.position before ui.core couse ui.core not execute.
Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout
Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in closure compiler. Fixes #5576 - invalid increment operand.
Fixed visual test for Autocomplete to include select event. Test for #5405 Autocomplete: select event not triggered when mousedown duration > blur timeout
Selectable: Creation of helper must conform with style guide.
Selectable: Add default CSS for ui-selectable-helper to CSS framework to allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS
Datepicker: cleaning up the datepicker open transition. fixed #5609 - Datepicker: change default opening animation to fadeIn
Selectable: modified _mouseStart function to unselect event.target if the
Selectable: modified _mouseStart function to unselect event.target if the Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can go outside min and max with keyboard
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong date format for polish regional
Slider: fixed step alignment to handle negative fractional values. Fixed #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.
Slider: trim value to min and max when page_up or page_down is pressed. Fixed #5591 - Slider: can go below its defined minimum with PageDown
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk
Tabs: unit test to verify that number of panels is equal to number of tabs.
added tests for disabled property
Fix 'this.options is undefined' in sortable by using this instead of self
Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid increment operand
more inline widgets and variations added to theme test page
Remove previous text/icon classes when updating buttons.
Updated Show/Hide/Toggle demos since they don't support the Transfer effect. Transfer was removed.
visual test page to demonstrate theme. adapted from the UI download build.
Slider unit tests: Disabled stale tests on Testswarm
Removed case-sensitive .nodeName check.
Revert "Draggable: Don't use computed style for top and left of position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera"
Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock, home, end keys.
Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.
Autocomplete: Changed cache demo to cache all results.
Button: Added missing semicolon.
Draggable: Don't use computed style for top and left of position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera
Updating the master version to 1.9pre
Tagging the 1.8.1 release.
Autocomplete: Added demo for accent folding.
Autocomplete: Added custom rendering for custom data demo.