]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2023-07-10 Timmy WillisonBuild: switch preferred email for timmywil
2023-07-02 dependabot... Build: Bump github/codeql-action & actions/checkout
2023-06-27 Dimitri Papadopoulos... Docs: Fix typos found by codespell
2023-06-27 Michał Gołębiowski... Build: Drop individual AMD modules
2023-06-27 Michał Gołębiowski... Tests: Disable the ":lang respects escaped backslashes...
2023-06-23 Timmy WillisonDocs: remove stale gitter badge from readme
2023-06-13 Gabriela GutierrezBuild: Reference GitHub Actions by commit SHAs
2023-06-12 Timo TijhofCore: Fix regression in jQuery.text() on HTMLDocument...
2023-06-12 Michał Gołębiowski... Selector: Re-expose jQuery.find.{tokenize,select,compil...
2023-05-31 Michał Gołębiowski... Build: Switch the minifier from UglifyJS to Terser
2023-05-31 Michał Gołębiowski... Docs: Remove the "Grunt build" section from the PR...
2023-05-31 Michał Gołębiowski... Build: Make the `eslint:dev` task not lint the `dist...
2023-05-22 Michał Gołębiowski... Deprecated: Define `.hover()` using non-deprecated...
2023-05-22 Michał Gołębiowski... Build: Test on Node.js 20, stop testing on Node.js...
2023-04-04 Michał Gołębiowski... Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHa...
2023-04-04 Michał Gołębiowski... CSS: Make `offsetHeight( true )`, etc. include negative...
2023-04-03 Michał Gołębiowski... Event: Avoid collisions between jQuery.event.special...
2023-04-03 Michał Gołębiowski... Event: Simplify the check for saved data in leverageNative
2023-03-27 Michał Gołębiowski... Event: Make trigger(focus/blur/click) work with native...
2023-03-27 Michał Gołębiowski... Event: Simulate focus/blur in IE via focusin/focusout
2023-03-20 Michał Gołębiowski... Ajax: Don't treat array data as binary
2023-03-20 Michał Gołębiowski... Build: Only install Playwright dependencies when needed
2023-03-20 Michał Gołębiowski... Ajax: Allow `processData: true` even for binary data
2023-03-15 Michał Gołębiowski... Tests: Test AJAX deprecated event aliases properly
2023-03-14 Michał Gołębiowski... Deferred: Rename `getStackHook` to `getErrorHook`
2023-03-09 Timmy WillisonRelease: add support for md5 sums in windows
2023-02-14 Michał Gołębiowski... Selector: Stop relying on CSS.supports( "selector(...
2023-02-13 Michał Gołębiowski... Selector: Backport jQuery selection context logic to...
2023-02-02 dependabot... Build: Bump actions/setup-node from 3.5.1 to 3.6.0
2023-02-01 Michał Gołębiowski... Ajax: Support binary data (including FormData)
2023-02-01 Michał Gołębiowski... Deferred: Respect source maps in jQuery.Deferred.except...
2023-02-01 Michał Gołębiowski... Ajax: Support `headers` for script transport even when...
2023-01-23 Michał Gołębiowski... Build: Run GitHub Action browser tests on Playwright...
2023-01-23 Michał Gołębiowski... Build: Migrate middleware-mockserver to modern JS
2022-12-20 Timmy WillisonBuild: remove stale Insight package from custom builds
2022-12-19 Michał Gołębiowski... Selector: Make selector lists work with `qSA` again
2022-12-12 Michał Gołębiowski... Core:Selector: Move jQuery.contains from the selector...
2022-12-01 AlexBuild: Limit permissions for GitHub workflows
2022-11-28 Michał Gołębiowski... Selector: Implement the `uniqueSort` chainable method
2022-11-24 Michał Gołębiowski... Tests: Indicate Firefox 106+ passes the `cssSupportsSel...
2022-11-21 Michał Gołębiowski... Selector: Re-introduce selector-native.js
2022-11-17 Michał Gołębiowski... Build: Test on Node.js 18 & 19, stop testing on Node 12
2022-11-14 Michał Gołębiowski... Selector:Manipulation: Fix DOM manip within template...
2022-11-01 dependabot... Build: Bump actions/setup-node from 3.5.0 to 3.5.1
2022-10-24 Timmy WillisonDocs: Remove stale badge from README
2022-10-17 Michał Gołębiowski... Ajax: Support `null` as success functions in `jQuery...
2022-10-11 Michał Gołębiowski... Selector: Drop support for legacy pseudos, test custom...
2022-10-10 Michał Gołębiowski... Manipulation: Extract domManip to a separate file
2022-10-03 Michał Gołębiowski... Build: Update Grunt from 1.4.1 to 1.5.3
2022-10-03 Michał Gołębiowski... Docs: Update the README of the published package
2022-10-03 Michał Gołębiowski... Tests: Remove a workaround for a Firefox XML parsing...
2022-10-03 Michał Gołębiowski... CSS: Return `undefined` for whitespace-only CSS variabl...
2022-10-03 dependabot... Build: Bump actions/setup-node from 3.4.1 to 3.5.0
2022-09-19 Anders KaseorgCSS: Don’t trim whitespace of undefined custom property
2022-09-19 Michał Gołębiowski... Selector: Use jQuery `:has` if `CSS.supports(selector...
2022-09-12 dependabot... Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1
2022-08-29 Michał Gołębiowski... Core: Drop the root parameter of jQuery.fn.init
2022-08-29 Michał Gołębiowski... Tests: Fix the link to QUnit CSS file
2022-07-12 Baoshuo RenDocs: Remove git.io from a GitHub Actions comment
2022-07-12 Simon LegnerDocs: Update webpack website in README
2022-06-28 Michał Gołębiowski... Tests: Exclude tests based on compilation flags, not...
2022-06-27 Michał Gołębiowski... Build: Update GitHub Actions
2022-06-27 Christian OliffBuild: Add dependabot.yml config (GitHub Actions)
2022-06-27 Timmy WillisonDocs: add link to patchwelcome and help wanted issues
2022-03-14 Michał Gołębiowski... Build: Test on Node 17, update Grunt & `karma-*` packages
2022-03-01 Michał Gołębiowski... Effects: Remove jQuery.fx.interval
2022-02-28 Michał Gołębiowski... Tests: Workaround an XML parsing bug in Firefox
2022-01-31 Timmy WillisonDocs: add link to preview the new CLAs
2022-01-24 Michał Gołębiowski... CSS: Skip falsy values in `addClass( array )`, compress...
2022-01-24 Bruno PIERRECore: Don't rely on splice being present on input
2022-01-12 Michał Gołębiowski... Docs: Fix incorrect `trac-NUMBER` references
2022-01-10 Timmy WillisonTests: lock colors version to 1.4.0
2022-01-07 Timmy WillisonDocs: remove expired links from old jquery source ...
2022-01-04 Michał Gołębiowski... Docs: Remove links to Web Archive from source
2022-01-04 Michał Gołębiowski... Build: Separate the install step from running tests...
2022-01-04 Michał Gołębiowski... Docs: Replace `#NUMBER` Trac issue references with...
2022-01-03 Richard GibsonCSS: Justify use of rtrim on CSS property values
2021-12-13 Timmy WillisonBuild: remove travis.yml and travis mentions from core...
2021-12-01 Michał Gołębiowski... Tests: Skip ETag AJAX tests on TestSwarm
2021-12-01 Michał Gołębiowski... Tests: Allow statusText to be "success" in AJAX tests
2021-11-30 ygj6Build: Migrate CI to GitHub Actions
2021-11-18 Michał Gołębiowski... Docs: Update the URL to the latest jQuery build in...
2021-11-01 Michał Gołębiowski... Attributes: Don't stringify attributes in the setter
2021-10-29 Michał Gołębiowski... Tests: Make Karma browser timeout larger than the QUnit one
2021-10-29 Michał Gołębiowski... Build: Update ESLint & eslint-plugin-import, fixing...
2021-10-18 Michał Gołębiowski... Docs: Remove the CLA checkbox in the pull request template
2021-09-30 Michał Gołębiowski... Core:Manipulation: Add basic TrustedHTML support
2021-09-29 Michał Gołębiowski... Tests: Don't remove csp.log in the cspClean action...
2021-09-29 Michał Gołębiowski... Tests: Load the TestSwarm listener via HTTPS
2021-09-23 fecore1CSS: Trim whitespace surrounding CSS Custom Properties...
2021-09-05 fecore1Docs: update irc to Libera and fix LAMP dead link
2021-07-19 Michał Gołębiowski... Manipulation: Don't remove HTML comments from scripts
2021-07-12 Michał Gołębiowski... Build: Test on Node.js 16 instead of 15
2021-05-24 Timo TijhofTests: Switch background image from online file to...
2021-05-10 Michał Gołębiowski... Event: Don't break focus triggering after `.on(focus...
2021-04-13 Michał Gołębiowski... Tests: Strip untypical callback parameter characters...
2021-04-13 Michał Gołębiowski... Tests: Make more tests run natively in Chrome & Firefox
2021-04-13 Michał Gołębiowski... Build: Take core-js-bundle from the external directory...
2021-03-24 Michał Gołębiowski... Build: Restore the external directory
2021-03-01 Timmy WillisonRelease: remove the need to install grunt globally
next