jQuery UI 1.8.1 Changelog
Released on April 21, 2010
link Build
- Moved to using Google Closure Compiler from YUI Compressor. (062f034)
link Core & Utilities
link UI Core
- Added: $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete (40e3637)
link Widget Factory
- Fixed: $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful (#5443)
link Position
- Fixed: ui.position generates different position in static context (#5280)
link Interactions
- Added: shopping cart demo for integration of accordion, draggable, droppable and sortable (c9a877e)
link Draggable
- Fixed: Draggable/Stackable Demo broken and docs need to be updated (36cb3f7)
link Sortable
- Fixed: disabled should not have the ui-state-disabled class (#5501)
link Widgets
link Autocomplete
- Removed: width:100%; from menu-item styles - was there for icon-support, which was dropped. (e7c2eb4)
- Added: demos for multiple values (5c55462, dbc9add)
- Fixed: Don't trigger a search when the left or right arrow keys are used. (#5289)
- Fixed: menu items have no default-state-class, need to override font-weight (#5491)
- Fixed: Change event doesn't provide selected item (#5490)
- Fixed: Refactor menu rendering for more customizing (#5188)
- Fixed: Add option to allow form submission when option is chosen (#5343)
- Fixed: Menu plugin fires select when border is clicked (#5376)
- Fixed: combobox demo look weird in opera 10.50 (#5338)
- Fixed: combobox demo doesn't remove invalid values (#5453)
- Fixed: combobox demo should use $.ui.autocomplete.escapeRegex (#5436)
link Datepicker
link Dialog
- Fixed: Dialog explicit height doesn't match given value from set option (#5392)
link Slider
- Fixed: value not aligned to step when set programatically (#5471)
- Fixed: event start not cancelable (#5472)
link Tabs
- Added: demo using cookie option for persistence (af2296b)
- Fixed: ui-tabs-panel border override should be border-width, not border (#5475)
link CSS Framework
- Fixed: Anchor font color inside ui widget header not theme color (#5386)