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: b7fc909
Choose a base ref
...
head repository: jquery/jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75f7e96
Choose a head ref
  • 7 commits
  • 16 files changed
  • 3 contributors

Commits on Apr 10, 2019

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

Commits on Apr 17, 2019

  1. Build: Fix unresolved jQuery reference in finalPropName

    Also, prevent further similar breakages by changing our ESLint configuration
    to disallow relying on a global jQuery object in AMD modules.
    
    (cherry-picked from 8740305)
    
    Fixes gh-4358
    Closes gh-4361
    mgol committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    0d4af52 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Build: Test on Node.js 12, stop testing on Node.js 6 & 11

    (cherry-picked from b8d4712)
    
    Closes gh-4369
    mgol committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    b4fadc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Event: Fix handling of multiple async focus events

    Fixes gh-4350
    Closes gh-4354
    gibson042 authored and mgol committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    24d71ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1e7db View commit details
    Browse the repository at this point in the history
  3. Core: Make isAttached work with iOS 10.0-10.2

    The test for Shadow DOM v1 support has been changed to rely on the presence of
    `documentElement.getRootNode` as iOS 10.0-10.2 supports `attachShadow` but
    doesn't support `getRootNode`.
    
    No new test is necessary - iOS 10.0 fails lots of our test suite because of
    this bug.
    
    Fixes gh-4356
    Closes gh-4360
    mgol authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    7dddb19 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. 3.4.1

    timmywil committed May 1, 2019
    Configuration menu
    Copy the full SHA
    75f7e96 View commit details
    Browse the repository at this point in the history
Loading