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

  • Fixed: Improve performance of cleanData method (#9546, f7429ed)

link Position

  • Fixed: Support positioning within document with jQuery 1.6.x (#10071, 9bb51d3)

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

  • Fixed: only consider pointer location with tolerance "pointer" (#4977, 87081b8)

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 of jQuery.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

  • Fixed: replace image reference in base CSS with data URI (#10134, e91f38e)

link Selectmenu

  • Fixed: Properly set width for button (#10145, 45e13ed)
  • Fixed: Preserve text selection when interacting with the widget (#10144, 749a6a5)

link Slider

  • Fixed: Reset positioning when orientation changes (#10105, 15baf02)

link Spinner

  • Fixed: Fix inclusion of mousewheel plugin in demos (#10188, bef2c45)

link Tabs

  • Fixed: Work around bad Safari/VoiceOver heuristics (#10098, b4fb511)

link Tooltip

  • Fixed: Treat the tooltip as closing until it's fully removed (32bef7a)

link Effects

  • Effect: Create a local jQuery variable to make jQuery Color work (#10199, 2447cab)

link CSS Framework

  • Added: Add support comments for filter properties (1b4f615)