Upgrade to jQuery v3
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 22 Nov 2016 01:52:30 +0000 (17:52 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 13 Apr 2017 04:07:37 +0000 (21:07 -0700)
commitbf69459d5011f7970c159ae752ac399df174ccb3
tree7424111bfa3aa37c1ddc9640de584b2d3d5df0d8
parent8407bf92437f841dbec35053cfa9e52b385a8006
Upgrade to jQuery v3

Source code:
 https://code.jquery.com/jquery-3.2.1.js
 https://code.jquery.com/jquery-migrate-3.0.0.js

Documentation:
 https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/
 https://jquery.com/upgrade-guide/3.0/

This is not a breaking change because jQuery Migrate covers
all breaking changes.

However some extensions (especially unit tests) may've relied
on undocumented behaviour. For that reason, and due to unresolved
upsteam issues this is still behind a feature flag for now.

It is true by default to ensure this has wide exposure to discover
issues as quickly as possible. If this is not resolved before
the end of the 1.29 release cycle it should be turned off again.

Bug: T124742
Change-Id: I3c3dedaa9a9d449eaa2b7e5d24b4540e7fa421c0
RELEASE-NOTES-1.29
includes/DefaultSettings.php
resources/Resources.php
resources/lib/jquery/jquery.migrate.js [new file with mode: 0644]
resources/lib/jquery/jquery3.js [new file with mode: 0644]