Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery/jquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.3
Choose a base ref
...
head repository: jquery/jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.4
Choose a head ref
  • 12 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 5, 2016

  1. Copy the full SHA
    49f830a View commit details

Commits on Apr 26, 2016

  1. CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues

    IE 11 used to have an issue where if an element inside an iframe was put
    in fullscreen mode, the element dimensions started being 100 times too small;
    we've added a workaround that would multiply them by 100. However, the IE 11
    issue has been unexpectedly fixed and since our detection was really detecting
    the browser and not a bug, we've started breaking the browser instead of fixing
    it.
    
    Since there's no good way to detect if the bug exists, we have to back the
    workaround out completely.
    
    Refs ff1a082
    Fixes gh-3041
    Refs gh-1764
    Refs gh-2401
    Refs 90d828b
    mgol committed Apr 26, 2016
    Copy the full SHA
    fb9adb9 View commit details
  2. Build: test on Node.js 6

    mgol committed Apr 26, 2016
    Copy the full SHA
    70025d0 View commit details

Commits on May 2, 2016

  1. Tests: take Safari 9.1 into account

    Safari 9.1 shares its support test results with Safari 9.0 but it's been
    excluded from the regex catching Safari 9.0. This has been fixed.
    
    (cherry-picked from 234a2d8)
    mgol committed May 2, 2016
    Copy the full SHA
    b9272aa View commit details
  2. Tests: Make the regex catching Safari 9.0/9.1 more resilient

    The word boundary character will prevent iOS from being a false positive.
    
    (cherry-picked from 7f2ebd2)
    mgol committed May 2, 2016
    Copy the full SHA
    b052e16 View commit details

Commits on May 13, 2016

  1. Copy the full SHA
    f4253b8 View commit details
  2. Copy the full SHA
    a15da41 View commit details

Commits on May 19, 2016

  1. Event: don't execute native stop(Immediate)Propagation from simulation

    In Firefox, called `stop(Immediate)Propagation` methods,
    in capturing phase prevents receiving focus
    
    Cherry-picked from 94efb79
    Fixes gh-3111
    markelog committed May 19, 2016
    Copy the full SHA
    66b8406 View commit details
  2. Build: Bump qunit version

    So it would correspond to one in master
    markelog committed May 19, 2016
    4
    Copy the full SHA
    afe2727 View commit details

Commits on May 20, 2016

  1. Revert "Build: Bump qunit version"

    This reverts commit afe2727.
    markelog committed May 20, 2016
    Copy the full SHA
    4ed8b49 View commit details
  2. Copy the full SHA
    30536d3 View commit details
  3. 2.2.4

    timmywil committed May 20, 2016
    Copy the full SHA
    f541672 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 2.2.3...2.2.4