Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:3.7.0
Choose a base ref
Loading
...
head repository:jquery/jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:3.7.1
Choose a head ref
Loading
  • 20commits
  • 47files changed
  • 6contributors

Commits on May 11, 2023

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

Commits on May 22, 2023

  1. Build: Test on Node.js 20, stop testing on Node.js 14 & 19

    Closesgh-5250(cherry picked from commit6616acf)
    @mgol
    mgol committedMay 22, 2023
    Configuration menu
    Copy the full SHA
    b473729View commit details
    Browse the repository at this point in the history
  2. Deprecated: Define.hover() using non-deprecated methods

    Make the deprecated `.hover()` method not rely on other deprecatedmethods: `.mouseenter()` & `.mouseleave()`. Use `.on()` instead.Closesgh-5251(cherry picked from commitfd6ffc5)
    @mgol
    mgol committedMay 22, 2023
    Configuration menu
    Copy the full SHA
    7287894View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Docs: Remove the "Grunt build" section from the PR template

    Now that unit tests are run on GitHub Actions in all three majorengines and for multiple custom jQuery builds, the request for PRauthors to run unit tests locally and confirm they pass is needlessoverhead; let's drop the checkbox.Closesgh-5261(cherry picked from commit988a568)
    @mgol
    mgol committedMay 31, 2023
    Configuration menu
    Copy the full SHA
    992a665View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Selector: Re-expose jQuery.find.tokenize (3.x version)

    `Sizzle.tokenize` is an internal Sizzle API, but exposed. As a result,it has historically been available in jQuery via `jQuery.find.tokenize`.That got dropped during Sizzle removal; this change restores the API.In addition to that, Sizzle tests have been backported for the followingAPIs:* `jQuery.find.matchesSelector`* `jQuery.find.matches`* `jQuery.find.compile`* `jQuery.find.select`A new test was also added for `jQuery.find.tokenize` - even Sizzle wasmissing one.Fixesgh-5259Closesgh-5260Refgh-5263Refjquery/sizzle#242Refgh-5113Refgh-4395Refgh-4406
    @mgol
    mgol authoredJun 12, 2023
    Configuration menu
    Copy the full SHA
    13a870bView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c56f8View commit details
    Browse the repository at this point in the history
  3. Tests: Skip a new.text() test in IE 9

    The test depends on `DOMParser`'s `parseFromString` called with `text/html`which is not supported in IE 9.
    @mgol
    mgol committedJun 12, 2023
    Configuration menu
    Copy the full SHA
    b84146cView commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Build: Reference GitHub Actions by commit SHAs

    The SHAs are verified to come from the original repositories and not forks.For reference:https://github.com/actions/checkout/releases/tag/v3.5.2actions/checkout@8e5e7e5https://github.com/actions/cache/releases/tag/v3.3.1actions/cache@88522abhttps://github.com/actions/setup-node/releases/tag/v3.6.0actions/setup-node@64ed1c7Fixesgh-5266Closesgh-5269Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>(cherry picked from commit784b9ba)
    @gabibguti@mgol
    gabibguti authored andmgol committedJun 13, 2023
    Configuration menu
    Copy the full SHA
    0ea85daView commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 27, 2023

  1. Tests: Disable the ":lang respects escaped backslashes" test

    Firefox 114+ no longer match on backslashes in `:lang()`, even when escaped.It is an intentional change as `:lang()` parameters are supposed to be validBCP 47 strings. Therefore, we won't attempt to patch it.We'll keep this test here until other browsers match the behavior.Fixesgh-5271Closesgh-5277Refhttps://bugzilla.mozilla.org/show_bug.cgi?id=1839747#c1Refw3c/csswg-drafts#8720 (comment)(cherry picked from commit62b9a25)
    @mgol
    mgol committedJun 27, 2023
    Configuration menu
    Copy the full SHA
    5aa7d93View commit details
    Browse the repository at this point in the history
  2. Docs: Fix typos found by codespell

    Closesgh-5165(cherry picked from commit620870a)
    @DimitriPapadopoulos@mgol
    DimitriPapadopoulos authored andmgol committedJun 27, 2023
    Configuration menu
    Copy the full SHA
    4a29888View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Build: Build: Bump actions/checkout from 3.5.2 to 3.5.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@8e5e7e5...c85c95e)---updated-dependencies:- dependency-name: actions/checkout  dependency-type: direct:production  update-type: version-update:semver-patch...Closesgh-5283(cherry picked from commit4a13266)
    @dependabot@mgol
    dependabot[bot] authored andmgol committedJul 2, 2023
    Configuration menu
    Copy the full SHA
    a370d7dView commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    72ae577View commit details
    Browse the repository at this point in the history
  2. Build: Make sure*.cjs &*.mjs files use UNIX line endings as well

    We've had this rule for `*.js` files so far but we now have two new JSextensions.Closesgh-5290(cherry picked from commit198b41c)
    @mgol
    mgol committedJul 10, 2023
    Configuration menu
    Copy the full SHA
    3c18c1fView commit details
    Browse the repository at this point in the history
  3. Selector: Only attach the unload handler in IE & Edge Legacy

    Both IE & Edge Legacy need the workaround of calling `setDocument()` in an`unload` handler to avoid "permission denied" errors. However, due to not beingpossible to feature-detect this issue, the handler has been applied in allbrowsers for windows different than the one in which jQuery was loaded.jQuery 4.0, which drops Edge Legacy support, guards this workaround witha `document.documentMode` check. This won't work in the 3.x line due to stillsupporting Edge Legacy but we can check for`document.documentElement.msMatchesSelector` instead as that API issupported in IE 9+ and all Edge Legacy versions.Fixesgh-5281Closesgh-5282Refgh-4792
    @mgol
    mgol authoredJul 10, 2023
    1Configuration menu
    Copy the full SHA
    87467a6View commit details
    Browse the repository at this point in the history
  4. CSS: Make the reliableTrDimensions support test work with Bootstrap C…

    …SS (3.x version)Bootstrap 5 includes the following CSS on the page:```css*,*::before,*::after {  box-sizing: border-box;}```That threw our `reliableTrDimensions` support test off. This change fixes thesupport test and adds a unit test ensuring support test values on a pageincluding Bootstrap 5 CSS are the same as on a page without it.Fixesgh-5270Closesgh-5279Refgh-5278
    @mgol
    mgol authoredJul 10, 2023
    1Configuration menu
    Copy the full SHA
    a288838View commit details
    Browse the repository at this point in the history
  5. Build: Generate the slim build ongrunt & runcompare_size on it

    Summary of the changes:* expand `node_smoke_tests` to test the full & slim builds* run `compare_size` on all built minified files; don't run it anymore on  unminified files where they don't provide lots of valueThe main goal of this change is to make it easier to compare sizes of both thefull & slim builds between the `3.x-stable` & `main` branches.Closesgh-5291Refgh-5255(partially cherry-picked from commit8be4c0e)
    @mgol
    mgol authoredJul 10, 2023
    1Configuration menu
    Copy the full SHA
    763ade6View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Release: update authors

    @timmywil
    timmywil committedAug 28, 2023
    1Configuration menu
    Copy the full SHA
    f85d521View commit details
    Browse the repository at this point in the history
  2. Release: revert change that broke release

    763ade6#diff-ba51b2c9ce2527b1f191cb2c210748a4f18cccc38893f7ffe1597fb1d23ce027L72The above change did not work because makeArchives wasnot made to return a Promise
    @timmywil
    timmywil committedAug 28, 2023
    1Configuration menu
    Copy the full SHA
    399b201View commit details
    Browse the repository at this point in the history
  3. 3.7.1

    @timmywil
    timmywil committedAug 28, 2023
    1Configuration menu
    Copy the full SHA
    f79d5f1View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp