-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump jquery to 3.1.1 #1229
Merged
Merged
bump jquery to 3.1.1 #1229
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6fa1edc - Browse repository at this point
Copy the full SHA 6fa1edcView commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d817137 - Browse repository at this point
Copy the full SHA d817137View commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7407149 - Browse repository at this point
Copy the full SHA 7407149View commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb3cb61 - Browse repository at this point
Copy the full SHA eb3cb61View commit details
Commits on Sep 6, 2019
-
add selector property to the element returned by jQuery query
jQuery v3 has removed the selector property from the returned element, this commit adds it back, making sure the error messages thrown include the selector string. See [jQuery v3 upgrade](https://jquery.com/upgrade-guide/3.0/#breaking-change-deprecated-context-and-selector-properties-removed)
Configuration menu - View commit details
-
Copy full SHA for cc3cf34 - Browse repository at this point
Copy the full SHA cc3cf34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389f7fa - Browse repository at this point
Copy the full SHA 389f7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f20da - Browse repository at this point
Copy the full SHA 57f20daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0af22 - Browse repository at this point
Copy the full SHA 2f0af22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388f1cb - Browse repository at this point
Copy the full SHA 388f1cbView commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b132875 - Browse repository at this point
Copy the full SHA b132875View commit details
Commits on Sep 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a8260a - Browse repository at this point
Copy the full SHA 9a8260aView commit details
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9266739 - Browse repository at this point
Copy the full SHA 9266739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2641a - Browse repository at this point
Copy the full SHA 8b2641aView commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d900c32 - Browse repository at this point
Copy the full SHA d900c32View commit details -
replace instances of $.fn.width/height with respective dom APIs
jQuery 3 changed how it does width and height calculations (it now uses getBoundingClientRect), which takes into account the scaling and returns non-integers. We want the absolute integer value without scaling, so we're better off directly using the DOM properties.
Configuration menu - View commit details
-
Copy full SHA for 72c543e - Browse repository at this point
Copy the full SHA 72c543eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91fdbde - Browse repository at this point
Copy the full SHA 91fdbdeView commit details -
Revert "try should instead of then"
This reverts commit 91fdbde.
Configuration menu - View commit details
-
Copy full SHA for abe5620 - Browse repository at this point
Copy the full SHA abe5620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054ede8 - Browse repository at this point
Copy the full SHA 054ede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ee1e2 - Browse repository at this point
Copy the full SHA b2ee1e2View commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b715b9a - Browse repository at this point
Copy the full SHA b715b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69256dc - Browse repository at this point
Copy the full SHA 69256dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for beac9e4 - Browse repository at this point
Copy the full SHA beac9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d15f7 - Browse repository at this point
Copy the full SHA 81d15f7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.