jquery / jqueryui.com

jQuery UI web site content
https://jqueryui.com
Other
132 stars 114 forks source link

1.11 upgrade guide #79

Closed jzaefferer closed 10 years ago

jzaefferer commented 10 years ago

We need to start working on the upgrade guide asap. Let's list topics in here, then do a PR.

See http://jqueryui.com/changelog/1.11.0-beta.2/ Reference for a previous guide: http://jqueryui.com/upgrade-guide/1.10/

All:

Accordion:

Core:

Dialog:

Effects:

Menu:

Slider:

Spinner:

  • Spinner: Add isValid method

Widget:

  • Widget Bridge: Make the _init method optional.
  • Widget Factory: Make $.widget return the constructor.
  • Widget: Implement instance method on the bridge to return widget instance
  • Widget: Make .enable() and .disable() act via ._setOptions() instead of ._setOption()
  • Widget: Only remove hover and focus classes when disabling, not enabling.
  • Widget: Stop setting ui-state-disabled and aria by default on setting disabled option
  • Widget: Support events with dashes and colons
jzaefferer commented 10 years ago

I've added a list above based on entries in the changelog that didn't look like bug fixes.