2.0.2 is out: http://blog.jquery.com/2013/05/30/jquery-1-10-1-and-2-0-2-released/
We missed 2.0.1 which had a more significant changelog: http://blog.jquery.com/2013/05/24/jquery-1-10-0-and-2-0-1-released/
Doesn't look like it breaks any core JS.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | jquery-changelog.patch | 507 bytes | tstoeckler |
| #1 | core-js-update-jquery-2.0.3-2012142.patch | 46.34 KB | nod_ |
| core-js-update-jquery-2.0.2.patch | 42.23 KB | nod_ |
Comments
Comment #1
nod_2.0.3 is out.
Comment #2
nod_Comment #3
wim leersThe number of changes in between 2.0.2 and 2.0.3 is extremely minimal: http://blog.jquery.com/2013/07/03/jquery-1-10-2-and-2-0-3-released/.
Comment #4
webchickLet's get a quick round of manual testing on at least some of the stuff at https://drupal.org/node/1777342.
Comment #5
wim leers.
Comment #6
ioskevich commentedComment #7
ioskevich commentedFailed following tests from https://drupal.org/node/1777342:
Views UI filter checkboxes
No console errors in both cases.
OLD STUFF THAT NEEDS UPDATING section
node/add/article - user autocompleted field - only returns Admin user, doesn't search for others, so might be a BE bug? No console errros.
OpenID - SKIPPED, N/A
Sticky table header - tested on permissions page, doesn't appear. No console errors.
Clean URLS - SKIPPED, N/A
"Banana" JS snippet - failed, output was "foobar banana !foobar" (Drupal.t() changed?)
All tests performed on Chrome 28.0.1500.95, OSX 10.8.4
Comment #8
ioskevich commentedComment #9
nod_I'm curious to know if the issue exists currently too.
Comment #10
nod_All of those are not a bug with jQuery 2.0.3, they exist currently too.
views ui filter checkbox, seems like legit js bug, probably my fault: #1839130: Refactor modules/views_ui/js/views-admin.js but don't revert it, I'll fix it today.
sticky headers markup doesn't even appear, looks like an issue from PHP
Banana test, no idea, Drupal.t doesn't even use jQuery.
Awesome work ioskevich, thanks :)
Comment #11
nod_#2049681: User permissions table header is no longer sticky
Turns out, views filter issue, totally not my fault :) #1967800: 'Select all' in exposed filter settings should be checked if all values are checked
Comment #12
webchickCool, thanks for checking!
Committed and pushed to 8.x. https://drupal.org/node/1966536 already covers the fact that we upgraded to jQuery 2.0, so I think we're done here.
Comment #13
tstoecklerThis missed the CHANGELOG.txt entry.
Comment #14
wim leersOh, good catch! I had forgotten this was in the change log.
Comment #15
catchComment #16
webchick<-- nooob. :P
Committed and pushed that to 8.x too. :)
Comment #17
catchI totally cross-posted with the original commit, sorry!