jQuery UI 1.11.1 Changelog
Released on August 13, 2014
link Build
- Changed: Upgrade to jquery-mousewheel 3.1.12 (1071346)
link Core & Utilities
link UI Core
- Added: provide "includeHidden" parameter in $.ui.scrollParent (67e4b44)
- Fixed: Fix focusable detection for image maps (d6d15b4)
link Widget Factory
link Position
link Interactions
link Draggable
- Fixed: Only apply ui-draggable-handle within the draggable instance (#10212, 7594a31)
- Fixed: consider offsets from overflow:hidden parents (#10147, e9efbc2)
- Fixed: ignore overflow:hidden containers with scroll option (bbf9ea0)
- Fixed: Manage ui-draggable-handle correctly in nested instances (3ca32b2)
link Droppable
link Resizable
- Fixed: Fix containment calculation with relative parent (#10140, 2779212)
- Fixed: Fix size/position changes in resize event (#10351, 5beae72)
- Fixed: account for padding & border in grids. (#10437, 7c8790d)
- Fixed: Remove accidental exposure of internal data in events (#10148, ffe60e3)
- Fixed: Fix containment width with relative parent. (750a8fd)
link Widgets
link Autocomplete
- Fixed: ESCAPE should not change content of a MultiLine (#9790, 930bc7d)
- Fixed: Fix styling for combobox demo (#10059, d1e327c)
- Fixed: Use
$.trim
instead ofjQuery.trim
for consistency (#10525, 36e4bfd)
link Datepicker
- Fixed: Set explicit button text in demo (#9626, bb29287)
- Fixed: reject dates with two year digits when expecting 'yy' (#8353, 5730374)
- Fixed: Abstract mouseover logic to avoid explicit event trigger (#10319, c399f1f)
- Fixed: Show year/month on the same line (#7953, 98583a6)
link Dialog
- Fixed: Track the instance as soon as the dialog is opened (#10152, 69f25db)
- Fixed: Fix stacking of modal dialog overlays (#10138, acfda4b)
link Progressbar
link Selectmenu
- Fixed: Properly set width for button (#10145, 45e13ed)
- Fixed: Preserve text selection when interacting with the widget (#10144, 749a6a5)
link Slider
link Spinner
link Tabs
link Tooltip
- Fixed: Treat the tooltip as closing until it's fully removed (32bef7a)
link Effects
link CSS Framework
- Added: Add support comments for filter properties (1b4f615)