Skip to content
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 23 commits into from
Sep 25, 2019
Merged

bump jquery to 3.1.1 #1229

merged 23 commits into from
Sep 25, 2019

Commits on Jan 25, 2018

  1. bump jquery to 3.0

    jennifer-shehane committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    6fa1edc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    d817137 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    7407149 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    eb3cb61 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. 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)
    bahmutov committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    cc3cf34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389f7fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f20da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f0af22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    388f1cb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    b132875 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    9a8260a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    9266739 View commit details
    Browse the repository at this point in the history
  2. bump jquery to 3.4.1

    chrisbreiding committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    8b2641a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    d900c32 View commit details
    Browse the repository at this point in the history
  2. 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.
    chrisbreiding committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    72c543e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91fdbde View commit details
    Browse the repository at this point in the history
  4. Revert "try should instead of then"

    This reverts commit 91fdbde.
    chrisbreiding committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    abe5620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054ede8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2ee1e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    b715b9a View commit details
    Browse the repository at this point in the history
  2. try jquery 3.3.1

    chrisbreiding committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    69256dc View commit details
    Browse the repository at this point in the history
  3. try jquery 3.2.1

    chrisbreiding committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    beac9e4 View commit details
    Browse the repository at this point in the history
  4. try jquery 3.1.1

    chrisbreiding committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    81d15f7 View commit details
    Browse the repository at this point in the history