Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

jQuery UI has been updated from 1.8.6 to the latest version 1.10.2.

Changes in jQuery 1.10

jQuery 1.10 fixes numerous issues with jQuery UI, most notably improving the accessibility of dialogs. API-wise, jQuery UI 1.10 is mostly backwards compatible with 1.9 and 1.8, though some uncommon options to particular widgets have been removed.

See http://jqueryui.com/changelog/1.10.0/ for more information.

Changes in jQuery 1.9

With jQuery UI 1.9 came a naming clean-up of all the components, making it a bit more verbose:

Drupal 7

  drupal_add_library('system', 'ui');
  drupal_add_library('system', 'ui.datepicker');
  drupal_add_library('system', 'ui.dialog');

Drupal 8

  drupal_add_library('system', 'jquery.ui.core');
  drupal_add_library('system', 'jquery.ui.datepicker');
  drupal_add_library('system', 'jquery.ui.dialog');

See http://jqueryui.com/changelog/1.9.0/ for more information.

See also:

Update to jQuery 2.0

Impacts: 
Module developers