2023-06-27 |
Michał Gołębiowski... | Tests: Disable the ":lang respects escaped backslashes... Ref https://github.com/w3c/csswg-drafts/issues/8720...
|
commit | commitdiff | tree |
2023-06-23 |
Timmy Willison | Docs: remove stale gitter badge from readme
|
commit | commitdiff | tree |
2023-06-13 |
Gabriela Gutierrez | Build: Reference GitHub Actions by commit SHAs Build: Reference GitHub Actions by commit SHAs https://github.com/github/codeql-action/releases... https://github.com/github/codeql-action/commit... https://github.com/actions/checkout/releases... https://github.com/actions/checkout/commit/8e5e7e5ab8b... https://github.com/actions/cache/releases/tag... https://github.com/actions/cache/commit/88522ab9f39a2e... https://github.com/actions/setup-node/releases... https://github.com/actions/setup-node/commit...
|
commit | commitdiff | tree |
2023-06-12 |
Michał Gołębiowski... | Selector: Re-expose jQuery.find.{tokenize,select,compile...
|
commit | commitdiff | tree |
2023-05-31 |
Michał Gołębiowski... | Build: Switch the minifier from UglifyJS to Terser
|
commit | commitdiff | tree |
2023-05-31 |
Michał Gołębiowski... | Docs: Remove the "Grunt build" section from the PR... Now that unit tests are run on GitHub Actions in all three major
|
commit | commitdiff | tree |
2023-05-31 |
Michał Gołębiowski... | Build: Make the `eslint:dev` task not lint the `dist...
|
commit | commitdiff | tree |
2023-05-22 |
Michał Gołębiowski... | Deprecated: Define `.hover()` using non-deprecated...
|
commit | commitdiff | tree |
2023-05-22 |
Michał Gołębiowski... | Build: Test on Node.js 20, stop testing on Node.js...
|
commit | commitdiff | tree |
2023-04-04 |
Michał Gołębiowski... | CSS: Make `offsetHeight( true )`, etc. include negative...
|
commit | commitdiff | tree |
2023-04-03 |
Michał Gołębiowski... | Event: Avoid collisions between jQuery.event.special...
|
commit | commitdiff | tree |
2023-04-03 |
Michał Gołębiowski... | Event: Simplify the check for saved data in leverageNative
|
commit | commitdiff | tree |
2023-03-27 |
Michał Gołębiowski... | Event: Make trigger(focus/blur/click) work with native...
|
commit | commitdiff | tree |
2023-03-27 |
Michał Gołębiowski... | Event: Simulate focus/blur in IE via focusin/focusout
|
commit | commitdiff | tree |
2023-03-20 |
Michał Gołębiowski... | Ajax: Don't treat array data as binary
|
commit | commitdiff | tree |
2023-03-20 |
Michał Gołębiowski... | Build: Only install Playwright dependencies when needed
|
commit | commitdiff | tree |
2023-03-20 |
Michał Gołębiowski... | Ajax: Allow `processData: true` even for binary data
|
commit | commitdiff | tree |
2023-03-15 |
Michał Gołębiowski... | Tests: Test AJAX deprecated event aliases properly
|
commit | commitdiff | tree |
2023-03-14 |
Michał Gołębiowski... | Deferred: Rename `getStackHook` to `getErrorHook`
|
commit | commitdiff | tree |
2023-03-09 |
Timmy Willison | Release: add support for md5 sums in windows
|
commit | commitdiff | tree |
2023-02-14 |
Michał Gołębiowski... | Selector: Stop relying on CSS.supports( "selector(...
|
commit | commitdiff | tree |
2023-02-13 |
Michał Gołębiowski... | Selector: Backport jQuery selection context logic to...
|
commit | commitdiff | tree |
2023-02-02 |
dependabot[bot] | Build: Bump actions/setup-node from 3.5.1 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3... - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com>
|
commit | commitdiff | tree |
2023-02-01 |
Michał Gołębiowski... | Ajax: Support binary data (including FormData)
|
commit | commitdiff | tree |
2023-02-01 |
Michał Gołębiowski... | Deferred: Respect source maps in jQuery.Deferred.exceptionHook
|
commit | commitdiff | tree |
2023-02-01 |
Michał Gołębiowski... | Ajax: Support `headers` for script transport even when...
|
commit | commitdiff | tree |
2023-01-23 |
Michał Gołębiowski... | Build: Run GitHub Action browser tests on Playwright... Build: Run GitHub Action browser tests on Playwright... ...been running browser tests on GitHub Actions in Chrome ...Regular Safari is not available in GitHub Actions but With this change, our GitHub CI & local test runs will invoke... Also, our GitHub Actions browser tests are now...
|
commit | commitdiff | tree |
2023-01-23 |
Michał Gołębiowski... | Build: Migrate middleware-mockserver to modern JS
|
commit | commitdiff | tree |
2022-12-20 |
Timmy Willison | Build: remove stale Insight package from custom builds
|
commit | commitdiff | tree |
2022-12-19 |
Michał Gołębiowski... | Selector: Make selector lists work with `qSA` again * https://w3c.github.io/csswg-drafts/css-conditional... * https://w3c.github.io/csswg-drafts/selectors-4/#typedef... * https://w3c.github.io/csswg-drafts/selectors-4/#typedef...
|
commit | commitdiff | tree |
2022-12-12 |
Michał Gołębiowski... | Core:Selector: Move jQuery.contains from the selector...
|
commit | commitdiff | tree |
2022-12-01 |
Alex | Build: Limit permissions for GitHub workflows Build: Limit permissions for GitHub workflows [^1]: https://docs.github.com/en/actions/using-workflows... [^2]: https://docs.github.com/en/actions/security-guides... [^3]: https://securitylab.github.com/research/github-actions-preventing... [^4]: https://securitylab.github.com/research/github-actions-untrusted... [^5]: https://github.com/ossf/scorecard/blob/main/docs... [^6]: https://docs.github.com/en/actions/using-jobs/assigning...
|
commit | commitdiff | tree |
2022-11-28 |
Michał Gołębiowski... | Selector: Implement the `uniqueSort` chainable method
|
commit | commitdiff | tree |
2022-11-24 |
Michał Gołębiowski... | Tests: Indicate Firefox 106+ passes the `cssSupportsSelector...
|
commit | commitdiff | tree |
2022-11-21 |
Michał Gołębiowski... | Selector: Re-introduce selector-native.js
|
commit | commitdiff | tree |
2022-11-17 |
Michał Gołębiowski... | Build: Test on Node.js 18 & 19, stop testing on Node 12
|
commit | commitdiff | tree |
2022-11-01 |
dependabot[bot] | Build: Bump actions/setup-node from 3.5.0 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3... - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare... ...off-by: dependabot[bot] <support@github.com> ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com>
|
commit | commitdiff | tree |
2022-10-24 |
Timmy Willison | Docs: Remove stale badge from README
|
commit | commitdiff | tree |
2022-10-17 |
Michał Gołębiowski... | Ajax: Support `null` as success functions in `jQuery...
|
commit | commitdiff | tree |
2022-10-11 |
Michał Gołębiowski... | Selector: Drop support for legacy pseudos, test custom...
|
commit | commitdiff | tree |
2022-10-10 |
Michał Gołębiowski... | Manipulation: Extract domManip to a separate file
|
commit | commitdiff | tree |
2022-10-03 |
Michał Gołębiowski... | Build: Update Grunt from 1.4.1 to 1.5.3 * Path Traversal in Grunt: https://github.com/advisories/GHSA-j383-35pm... * Race Condition in Grunt: https://github.com/advisories/GHSA-rm36-94g8...
|
commit | commitdiff | tree |
2022-10-03 |
Michał Gołębiowski... | Docs: Update the README of the published package
|
commit | commitdiff | tree |
2022-10-03 |
Michał Gołębiowski... | Tests: Remove a workaround for a Firefox XML parsing...
|
commit | commitdiff | tree |
2022-10-03 |
Michał Gołębiowski... | CSS: Return `undefined` for whitespace-only CSS variable...
|
commit | commitdiff | tree |
2022-10-03 |
dependabot[bot] | Build: Bump actions/setup-node from 3.4.1 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3... - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare... ...off-by: dependabot[bot] <support@github.com> ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com>
|
commit | commitdiff | tree |
2022-09-19 |
Anders Kaseorg | CSS: Don’t trim whitespace of undefined custom property
|
commit | commitdiff | tree |
2022-09-19 |
Michał Gołębiowski... | Selector: Use jQuery `:has` if `CSS.supports(selector... https://github.com/w3c/csswg-drafts/issues/7280...
|
commit | commitdiff | tree |
2022-09-12 |
dependabot[bot] | Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3... - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare... ...off-by: dependabot[bot] <support@github.com> ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com>
|
commit | commitdiff | tree |
2022-08-29 |
Michał Gołębiowski... | Core: Drop the root parameter of jQuery.fn.init
|
commit | commitdiff | tree |
2022-08-29 |
Michał Gołębiowski... | Tests: Fix the link to QUnit CSS file
|
commit | commitdiff | tree |
2022-07-12 |
Baoshuo Ren | Docs: Remove git.io from a GitHub Actions comment Docs: Remove git.io from a GitHub Actions comment See https://github.blog/changelog/2022-04-25-git...
|
commit | commitdiff | tree |
2022-07-12 |
Simon Legner | Docs: Update webpack website in README
|
commit | commitdiff | tree |
2022-06-28 |
Michał Gołębiowski... | Tests: Exclude tests based on compilation flags, not...
|
commit | commitdiff | tree |
2022-06-27 |
Michał Gołębiowski... | Build: Update GitHub Actions Build: Update GitHub Actions * Build(deps): Bump github/codeql-action from 1 to 2 Bumps [github/codeql-action](https://github... - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob... - [Commits](https://github.com/github/codeql-action/compare... - dependency-name: github/codeql-action Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.... Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2... - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare... Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main... - [Commits](https://github.com/actions/checkout/compare/v2... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com>
|
commit | commitdiff | tree |
2022-06-27 |
Christian Oliff | Build: Add dependabot.yml config (GitHub Actions) Build: Add dependabot.yml config (GitHub Actions) GitHub Action versions monthly.
|
commit | commitdiff | tree |
2022-06-27 |
Timmy Willison | Docs: add link to patchwelcome and help wanted issues
|
commit | commitdiff | tree |
2022-03-14 |
Michał Gołębiowski... | Build: Test on Node 17, update Grunt & `karma-*` packages
|
commit | commitdiff | tree |
2022-03-01 |
Michał Gołębiowski... | Effects: Remove jQuery.fx.interval
|
commit | commitdiff | tree |
2022-02-28 |
Michał Gołębiowski... | Tests: Workaround an XML parsing bug in Firefox
|
commit | commitdiff | tree |
2022-01-31 |
Timmy Willison | Docs: add link to preview the new CLAs
|
commit | commitdiff | tree |
2022-01-24 |
Michał Gołębiowski... | CSS: Skip falsy values in `addClass( array )`, compress...
|
commit | commitdiff | tree |
2022-01-24 |
Bruno PIERRE | Core: Don't rely on splice being present on input
|
commit | commitdiff | tree |
2022-01-12 |
Michał Gołębiowski... | Docs: Fix incorrect `trac-NUMBER` references
|
commit | commitdiff | tree |
2022-01-07 |
Timmy Willison | Docs: remove expired links from old jquery source ...
|
commit | commitdiff | tree |
2022-01-04 |
Michał Gołębiowski... | Docs: Remove links to Web Archive from source
|
commit | commitdiff | tree |
2022-01-04 |
Michał Gołębiowski... | Build: Separate the install step from running tests... ...install step from running tests in GitHub Actions
|
commit | commitdiff | tree |
2022-01-04 |
Michał Gołębiowski... | Docs: Replace `#NUMBER` Trac issue references with... The GitHub UI treats `#NUMBER` as referring... Sizzle GitHub bug tracker. Those have been replaced...
|
commit | commitdiff | tree |
2022-01-03 |
Richard Gibson | CSS: Justify use of rtrim on CSS property values
|
commit | commitdiff | tree |
2021-12-13 |
Timmy Willison | Build: remove travis.yml and travis mentions from core...
|
commit | commitdiff | tree |
2021-12-01 |
Michał Gołębiowski... | Tests: Skip ETag AJAX tests on TestSwarm
|
commit | commitdiff | tree |
2021-12-01 |
Michał Gołębiowski... | Tests: Allow statusText to be "success" in AJAX tests
|
commit | commitdiff | tree |
2021-11-30 |
ygj6 | Build: Migrate CI to GitHub Actions Build: Migrate CI to GitHub Actions
|
commit | commitdiff | tree |
2021-11-18 |
Michał Gołębiowski... | Docs: Update the URL to the latest jQuery build in...
|
commit | commitdiff | tree |
2021-11-01 |
Michał Gołębiowski... | Attributes: Don't stringify attributes in the setter
|
commit | commitdiff | tree |
2021-10-29 |
Michał Gołębiowski... | Tests: Make Karma browser timeout larger than the QUnit one
|
commit | commitdiff | tree |
2021-10-29 |
Michał Gołębiowski... | Build: Update ESLint & eslint-plugin-import, fixing...
|
commit | commitdiff | tree |
2021-10-18 |
Michał Gołębiowski... | Docs: Remove the CLA checkbox in the pull request template
|
commit | commitdiff | tree |
2021-09-30 |
Michał Gołębiowski... | Core:Manipulation: Add basic TrustedHTML support
|
commit | commitdiff | tree |
2021-09-29 |
Michał Gołębiowski... | Tests: Don't remove csp.log in the cspClean action...
|
commit | commitdiff | tree |
2021-09-23 |
fecore1 | CSS: Trim whitespace surrounding CSS Custom Properties...
|
commit | commitdiff | tree |
2021-09-05 |
fecore1 | Docs: update irc to Libera and fix LAMP dead link
|
commit | commitdiff | tree |
2021-07-19 |
Michał Gołębiowski... | Manipulation: Don't remove HTML comments from scripts
|
commit | commitdiff | tree |
2021-07-12 |
Michał Gołębiowski... | Build: Test on Node.js 16 instead of 15
|
commit | commitdiff | tree |
2021-05-24 |
Timo Tijhof | Tests: Switch background image from online file to...
|
commit | commitdiff | tree |
2021-05-10 |
Michał Gołębiowski... | Event: Don't break focus triggering after `.on(focus...
|
commit | commitdiff | tree |
2021-04-13 |
Michał Gołębiowski... | Tests: Strip untypical callback parameter characters...
|
commit | commitdiff | tree |
2021-04-13 |
Michał Gołębiowski... | Tests: Make more tests run natively in Chrome & Firefox
|
commit | commitdiff | tree |
2021-04-13 |
Michał Gołębiowski... | Build: Take core-js-bundle from the external directory...
|
commit | commitdiff | tree |
2021-03-24 |
Michał Gołębiowski... | Build: Restore the external directory
|
commit | commitdiff | tree |
2021-02-17 |
Timmy Willison | Support: ensure display is set to block for the support div
|
commit | commitdiff | tree |
2021-02-05 |
Michał Gołębiowski... | Build: Rename master to main across the repository
|
commit | commitdiff | tree |
2021-01-26 |
Michał Gołębiowski... | Ajax: Don't auto-execute scripts unless dataType provided
|
commit | commitdiff | tree |
2021-01-12 |
Michał Gołębiowski... | Deferred: Rename master to primary
|
commit | commitdiff | tree |
2021-01-11 |
Michał Gołębiowski... | Tests: Fix tests for not auto-executing scripts without...
|
commit | commitdiff | tree |
2021-01-11 |
Timmy Willison | Dimensions: Add offset prop fallback to FF for unreliable...
|
commit | commitdiff | tree |
2020-12-08 |
Michał Gołębiowski... | Core: Report browser errors in parseXML
|
commit | commitdiff | tree |
2020-12-07 |
Michał Gołębiowski... | Core: Make jQuery.isXMLDoc accept falsy input
|
commit | commitdiff | tree |
2020-12-07 |
Michał Gołębiowski... | Event: Make focus re-triggering not focus the original...
|
commit | commitdiff | tree |
2020-11-11 |
Michał Gołębiowski... | Build: Test on Node.js 15
|
commit | commitdiff | tree |