jQuery UI 1.9 Upgrade Guide

Overview API Redesigns Preparing for jQuery UI 1.10 Core Added .uniqueId() and .removeUniqueId() methods Deprecated .disableSelection() and .enableSelection() Deprecated $.ui.contains Removed modifier keys from $.ui.keyCode Changed naming convention for .data() keys Accordion Added data to the create event Headers no longer require a child anchor element Deprecated changestart event; renamed to beforeActivate Allow Canceling the … Continue reading

jQuery UI 1.8 Upgrade Guide

Overview Accordion Datepicker Dialog Draggable Droppable Widget Widget prototype changes Properties moved from $.ui.foo to $.ui.foo.prototype Other changes New Widget Method Example code link OverviewThis guide will assist in upgrading from jQuery UI 1.7.x to jQuery UI 1.8.x. All changes are listed below, organized by plugin, along with how to upgrade your code to work … Continue reading

jQuery UI 1.8.6 Upgrade Guide

Overview Widget Added ability to define new methods for gathering options on initialization Widgets no longer throw errors for invalid method calls Autocomplete Allow default behavior on enter when menu is open but inactive Split menu resizing logic into its own method Dialog Don’t change DOM position on open Progressbar Added complete event Effects Allow … Continue reading

jQuery UI 1.8.5 Upgrade Guide

Overview Button disabled attribute is read on initialization Datepicker Date parsing is now case-insensitive Dialog Improved button option Position The of option now accepts jQuery objects containing a document or window Collision now takes margin into account Tabs Ability to contain lists inside a tab Widget Widgets now throw errors for invalid method calls link … Continue reading

jQuery UI 1.7 Upgrade Guide

Overview Accordion Datepicker Dialog Draggable Droppable Sortable Selectable Slider Resizable Tabs link OverviewThis guide will assist in upgrading from jQuery UI 1.5.x to jQuery UI 1.7.x. All changes are listed below, organized by plugin, along with how to upgrade your code to work with jQuery UI 1.7. link Accordion Renamed alwaysOpen option to collapsible (alwaysOpen … Continue reading

jQuery UI 1.12 Upgrade Guide

Overview API Redesigns Preparing for jQuery UI 1.14 General changes Removed IE7 workarounds Discontinued IE8, IE9, and IE10 support Font size changes New default theme Dropped support for jQuery 1.6 Split core.js into small modules Moved widgets and effects source files into folders Explicit CSS dependencies Official package on npm Core Removed .focus( delay ) … Continue reading

jQuery UI 1.11 Upgrade Guide

Overview General changes Renamed files AMD support Bower support Simplified custom and quick downloads Discontinued IE7 Support Core Deprecated .focus( n ) Deprecated .zIndex() Removed $.ui.hasScroll() Removed $.ui.keyCode.NUMPAD_*. Accordion Removed content property in create event Dialog Removed deprecated position handling Switch back to shuffling z-index, but only look at ui-front siblings. Position Removed offset option; … Continue reading

jQuery UI 1.10 Upgrade Guide

Overview API Redesigns Preparing for jQuery UI 1.11 Removed support for IE6 Improved download builder Core Removed $.ui.isOver() and $.ui.isOverAxis() methods Removed $.ui.contains() method; use $.contains() Accordion Added ability to add/remove panels Removed changestart event; use beforeActivate Removed change event; use activate Removed resize method; use refresh Removed animated option; use animate Removed icons.headerSelected option; … Continue reading

jQuery UI 1.9.2 Changelog

Released on November 23, 2012 link Core & Utilitieslink UI Core Moved old jQuery support code to the bottom (above deprecated). (177d0f2) Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2. (310dff1) link Widget Factory Fixed: Ability to use _on() even when disabled. (#8800, f8c154b) Fixed: Bridge fails if widgetFullName is not supplied. (#8775, 8f098d8) … Continue reading

jQuery UI 1.9.0 Changelog

Released on October 5, 2012 link General Added: Menu widget. Added: Spinner widget. Added: Tooltip widget. Added: Consistent effects support across plugins. (#3772) Fixed: Store version numbers on instances. (#7436, 6a5b21f) Fixed: Use .toggleClass() instead of [ bool ? “addClass” : “removeClass” ](). (#6764, 956697b) Fixed: Consistent naming convention for .data() keys. (#7810, 3a0b8b8, 45ca20f, … Continue reading