# jQuery changelog
> A fast, small, feature-rich JavaScript library.
- Vendor: OpenJS Foundation
- Category: Frameworks & Libraries
- Official site: https://jquery.com
- Tracked by: What's New (https://whatsnew.fyi/product/jquery)
- Harvested from: GitHub (jquery/jquery)
- Entries below: 10 (newest first)
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
## Releases
### 4.0.0 — Release 4.0.0
- Date: 2026-01-18
- Version: 4.0.0
- Original notes: https://github.com/jquery/jquery/releases/tag/4.0.0
- Permalink: https://whatsnew.fyi/product/jquery/releases/4.0.0
- **changed** — Don't treat array data as binary in Ajax requests
- **changed** — Allow processData: true even for binary data
- **added** — Support binary data including FormData in Ajax
- **added** — Support headers for script transport even when cross-domain
- **added** — Support null as success functions in jQuery.get
- **changed** — Don't auto-execute scripts unless dataType provided
- **fixed** — Make responseJSON work for erroneous same-domain JSONP requests
- **changed** — Execute JSONP error script responses
- **fixed** — Avoid CSP errors in the script transport for async requests
- **removed** — Drop the json to jsonp auto-promotion logic
- **fixed** — Overwrite s.contentType with content-type header value if any
- **deprecated** — AJAX event aliases
- **fixed** — Do not execute scripts for unsuccessful HTTP responses
- **changed** — Simplify jQuery.ajaxSettings.xhr
- **changed** — Make .attr(name, false) remove for all non-ARIA attrs
- **fixed** — Don't stringify attributes in the setter
- **removed** — Drop the toggleClass(boolean|undefined) signature
- **changed** — Refactor val(): don't strip carriage return, isolate IE workarounds
- **fixed** — Fix dimensions of table col elements
- **fixed** — Make offsetHeight(true) etc. include negative margins
#### Changelog
https://blog.jquery.com/2026/01/17/jquery-4-0-0/
##### Ajax
- Don't treat array data as binary ([992a1911](https://github.com/jquery/jquery/commit/992a1911d0b6195012edc25fd5a48810d4be64b5))
- Allow `processData: true` even for binary data ([ce264e07](https://github.com/jquery/jquery/commit/ce264e0789116e37fe371503537a217c038dfae8))
- Support binary data (including FormData) ([a7ed9a7b](https://github.com/jquery/jquery/commit/a7ed9a7b6364273b1b964fd2cf9691dec2cbec6b))
- Support `headers` for script transport even when cross-domain ([#5142](https://github.com/jquery/jquery/issues/5142), [6d136443](https://github.com/jquery/jquery/commit/6d1364431b63b0d3bbe1c5fd604131f9db453396))
- Support `null` as success functions in `jQuery.get` ([#4989](https://github.com/jquery/jquery/issues/4989), [74978b7e](https://github.com/jquery/jquery/commit/74978b7e892537559850cda7332bdab8106e6354))
- Don't auto-execute scripts unless dataType provided ([#4822](https://github.com/jquery/jquery/issues/4822), [025da4dd](https://github.com/jquery/jquery/commit/025da4dd343e6734f3d3c1b4785b1548498115d8))
- Make responseJSON work for erroneous same-domain JSONP requests ([68b4ec59](https://github.com/jquery/jquery/commit/68b4ec59c8f290d680e9db4bc980655660817dd1))
- Execute JSONP error script responses ([#4771](https://github.com/jquery/jquery/issues/4771), [a1e619b0](https://github.com/jquery/jquery/commit/a1e619b03a557b47c3e26a5e74af12b63a0d5e73))
- Avoid CSP errors in the script transport for async requests ([#3969](https://github.com/jquery/jquery/issues/3969), [07a8e4a1](https://github.com/jquery/jquery/commit/07a8e4a177550025c1a08d7ac754839733943f55))
- Drop the json to jsonp auto-promotion logic ([#1799](https://github.com/jquery/jquery/issues/1799), [#3376](https://github.com/jquery/jquery/issues/3376), [e7b3bc48](https://github.com/jquery/jquery/commit/e7b3bc488d01d584262e12a7c5c25f935d0d034b))
- Overwrite s.contentType with content-type header value, if any ([#4119](https://github.com/jquery/jquery/issues/4119), [7fb90a6b](https://github.com/jquery/jquery/commit/7fb90a6beaeffe16699800f73746748f6a5cc2de))
- Deprecate AJAX event aliases, inline event/alias into deprecated ([23d53928](https://github.com/jquery/jquery/commit/23d53928f383b0e7440bf4b08b7524e6af232fad))
- Do not execute scripts for unsuccessful HTTP responses ([#4250](https://github.com/jquery/jquery/issues/4250), [50871a5a](https://github.com/jquery/jquery/commit/50871a5a85cc802421b40cc67e2830601968affe))
- Simplify jQuery.ajaxSettings.xhr ([#1967](https://github.com/jquery/jquery/issues/1967), [abdc89ac](https://github.com/jquery/jquery/commit/abdc89ac2e581392b800c0364e0f5f2b6a82cdc6))
##### Attributes
- Make `.attr( name, false )` remove for all non-ARIA attrs ([#5388](https://github.com/jquery/jquery/issues/5388), [063831b6](https://github.com/jquery/jquery/commit/063831b6378d518f9870ec5c4f1e7d5d16e04f36))
- Shave off a couple of bytes ([b40a4807](https://github.com/jquery/jquery/commit/b40a4807b604efbde51faf075d11e25441af1990))
- Don't stringify attributes in the setter ([#4948](https://github.com/jquery/jquery/issues/4948), [4250b628](https://github.com/jquery/jquery/commit/4250b628783d7bfa92ec6c5550c6e4b22fab6034))
- Drop the `toggleClass(boolean|undefined)` signature ([#3388](https://github.com/jquery/jquery/issues/3388), [a4421101](https://github.com/jquery/jquery/commit/a4421101fd6d9d7b0550210f8e8690641733dd9a))
- Refactor val(): don't strip carriage return, isolate IE workarounds ([ff281991](https://github.com/jquery/jquery/commit/ff2819911da6cbbed5ee42c35d695240f06e65e3))
- Don't set the type attr hook at all outside of IE ([9e66fe9a](https://github.com/jquery/jquery/commit/9e66fe9acf0ef27681f5a21149fc61678f791641))
##### CSS
- Fix dimensions of table `
` elements ([#5628](https://github.com/jquery/jquery/issues/5628), [eca2a564](https://github.com/jquery/jquery/commit/eca2a56457e1c40c071aeb3ac87efeb8bbb8013e))
- Dro
_[Truncated at 4000 characters — full notes: https://github.com/jquery/jquery/releases/tag/4.0.0]_
### 4.0.0-rc.2 — Release 4.0.0-rc.2
- Date: 2026-01-18
- Version: 4.0.0-rc.2
- Original notes: https://github.com/jquery/jquery/releases/tag/4.0.0-rc.2
- Permalink: https://whatsnew.fyi/product/jquery/releases/4.0.0-rc.2
- Labels: Pre-release
- **fixed** — Remove the workaround for :has; test both on iPhone & iPad
- **fixed** — Fix Chrome beta tests
- **fixed** — Update jtr to 0.2.8; fixes Edge in IE mode
- **fixed** — Fix the "outside view position" test in Headless Chrome
- **fixed** — Fix selector tests in Chrome 141
- **fixed** — Fix module/nomodule tests flakiness
- **changed** — Update glob from 10.4.5 to 10.5.0
- **changed** — Upgrade all dev dependencies (except sinon & eslint)
- **changed** — Separate Node.js & Browser Tests, update tested Node.js versions
- **changed** — Update browsers tested in BrowserStack
- **changed** — Migrate lockbot to GitHub Actions
- **changed** — Simplify caching in CI, use npm ci
- **added** — Add periodic tests on beta versions of browsers
- **added** — Post beta browser tests errors to jquery/dev on Matrix
#### Changelog
https://blog.jquery.com/2026/01/17/jquery-4-0-0/
##### Build
- De-dupe three authors via mailmap ([5fe9c298](https://github.com/jquery/jquery/commit/5fe9c298c0538f7cffc1c92c3abc8fadca644dde))
- Post beta browser tests errors to jquery/dev on Matrix ([afdd032f](https://github.com/jquery/jquery/commit/afdd032fdbc90e22f49a69627f4dec0dd3a2f0a4))
- Bump the github-actions group with 4 updates ([546a1eb0](https://github.com/jquery/jquery/commit/546a1eb03c345e1bafb72ae1aeb898abb5b3e51b))
- Fix Chrome beta tests ([ec738b31](https://github.com/jquery/jquery/commit/ec738b3190a3b67d08f51451e1faa15f1f4bf916))
- Add periodic tests on beta versions of browsers ([c28c26ae](https://github.com/jquery/jquery/commit/c28c26aef0b3238f578690d73703382951cb355d))
- Bump the github-actions group with 2 updates ([f513413a](https://github.com/jquery/jquery/commit/f513413ac81acabe68769e8879ce19c10eff1f59))
- Update glob form 10.4.5 to 10.5.0 ([4dbe321a](https://github.com/jquery/jquery/commit/4dbe321ad8bfc3ae199385db36dae0063a7ca509))
- Upgrade all dev dependencies (except sinon & eslint) ([9572ae8a](https://github.com/jquery/jquery/commit/9572ae8a645c4d0c91a4a1f65e909420d9bbde0f))
- Update jtr to 0.2.8; fixes Edge in IE mode ([5169d8f0](https://github.com/jquery/jquery/commit/5169d8f03c7a45bc005435437091d22fc1f81f67))
- Verify release using dist repo tarball; Node 24.x (#5719) ([dda0a022](https://github.com/jquery/jquery/commit/dda0a0229f26ac48a0f4a3bd98c00642d57aea3a))
- Bump the github-actions group with 2 updates (#5718) ([fa41fe50](https://github.com/jquery/jquery/commit/fa41fe50e70f61f2d5872bcc8ce18adccbda7e4e))
- Separate Node.js & Browser Tests, update tested Node.js versions ([98cc8c83](https://github.com/jquery/jquery/commit/98cc8c837ed39c0a4dfb9ce3255754029a8c2a4f))
- Update browsers tested in BrowserStack ([1c297241](https://github.com/jquery/jquery/commit/1c29724140966e2817b7ee75307f5a066c1d3f6d))
- Bump the github-actions group with 2 updates ([d6c1e238](https://github.com/jquery/jquery/commit/d6c1e2388420d97b5291f9bd45f362bedc0a8bcd))
- Migrate lockbot to GitHub Actions ([ef743289](https://github.com/jquery/jquery/commit/ef743289e635b1634ba7678c33699ecd387c80f8))
- Simplify caching in CI, use `npm ci` ([110e4657](https://github.com/jquery/jquery/commit/110e46572a85f070700f68d70df2e4f7fc2574ef))
- Bump the github-actions group with 3 updates ([607b25eb](https://github.com/jquery/jquery/commit/607b25eb0835bc9a78fe59da2ac8a0f9fb40f2f2))
- Bump tmp and @inquirer/editor ([9c84195b](https://github.com/jquery/jquery/commit/9c84195b9445645ba22f1c88d464d0b7d5ba22dd))
##### Docs
- Fix some minor issues in comments ([e4d4dd81](https://github.com/jquery/jquery/commit/e4d4dd81bfb0c27a9c557746035738319253a30c))
- update herodevs link in README ([#5695](https://github.com/jquery/jquery/issues/5695), [093e63f9](https://github.com/jquery/jquery/commit/093e63f92a5843c2d73fd953454cc6307fe8025c))
##### Release
- Update AUTHORS.txt ([c128d5d8](https://github.com/jquery/jquery/commit/c128d5d8a8fd9e9b3dcd3efa493e71f6a1649bd8))
- Fix release issues uncovered during the 4.0.0-rc.1 release ([a5b0c431](https://github.com/jquery/jquery/commit/a5b0c4318df748e5a0fe27d23820c60029d26b90))
- remove dist files from main branch ([9d06c6dd](https://github.com/jquery/jquery/commit/9d06c6dd6f84bb0ae49e7c7445282ebb93b7b226))
##### Selector
- Remove the workaround for `:has`; test both on iPhone & iPad ([65e35450](https://github.com/jquery/jquery/commit/65e35450c9954173dc1ddd3576242a913d8efb88))
##### Tests
- Fix the "outside view position" test in Headless Chrome ([23d72cb1](https://github.com/jquery/jquery/commit/23d72cb1db8f2846ac49579f420afffe99d65fcb))
- Fix selector tests in Chrome 141 ([25a1b080](https://github.com/jquery/jquery/commit/25a1b080ae5b6cc57382ed1c29958fcbaa3475d3))
- Increase nomodule test timeout for IE from 1s to 5s ([5eab0a3c](https://github.com/jquery/jquery/commit/5eab0a3cb2d9617167db1bac0a5befe48ce7d143))
- Fix module/nomodule
_[Truncated at 4000 characters — full notes: https://github.com/jquery/jquery/releases/tag/4.0.0-rc.2]_
### 4.0.0-rc.1 — Release 4.0.0-rc.1
- Date: 2025-08-11
- Version: 4.0.0-rc.1
- Original notes: https://github.com/jquery/jquery/releases/tag/4.0.0-rc.1
- Permalink: https://whatsnew.fyi/product/jquery/releases/4.0.0-rc.1
- Labels: Pre-release
#### Changelog
https://blog.jquery.com/2025/08/11/jquery-4-0-0-release-candidate-1/
##### Build
- Make the sed usage portable across Linux & macOS ([a848611f](https://github.com/jquery/jquery/commit/a848611f9a3ac48b81c5fdcfdc1e8bd8b9de62a6))
- Bump form-data from 4.0.2 to 4.0.4 ([70ee64fc](https://github.com/jquery/jquery/commit/70ee64fc95780799cbc2b78185b05b00268f6377))
- Test on Safari 18 & 17 instead of "latest-1" ([958369f0](https://github.com/jquery/jquery/commit/958369f08815618b02e485bc29fac81cf4f2e1f6))
- Bump github/codeql-action in the github-actions group ([19621e99](https://github.com/jquery/jquery/commit/19621e99443d1a399a627ee535314d65398d1b89))
- Update the jQuery license link in comment headers ([ec9a387e](https://github.com/jquery/jquery/commit/ec9a387ee0c90e057227f44d34f7654fc3d87f1d))
- Try to unpack Firefox ESR via xz, fall back to bzip2 ([dc5d1f7c](https://github.com/jquery/jquery/commit/dc5d1f7c61bea9e415cda89f677355eb8217a057))
- Bump github/codeql-action in the github-actions group ([0ef60202](https://github.com/jquery/jquery/commit/0ef6020295b670ad91fba530c854f863faa97a90))
- Bump undici and release-it ([b668be0f](https://github.com/jquery/jquery/commit/b668be0fdc0d369e779840ef57033ea3fe040cb7))
- Bump the github-actions group with 2 updates ([bd6b453b](https://github.com/jquery/jquery/commit/bd6b453b7effa78b292812dbe218491624994526))
- Bump the github-actions group with 3 updates ([de2ecfc0](https://github.com/jquery/jquery/commit/de2ecfc092fcb6b9d08dc2dc141d389bbfe61c2d))
- ESLint: Remove the `outerIIFEBody` exception to `indent` ([50ca9571](https://github.com/jquery/jquery/commit/50ca957192e891afe37a7080a7c6c08ad1d469e7))
- Bump the github-actions group with 2 updates ([447432f4](https://github.com/jquery/jquery/commit/447432f4a3b182cd6032930fea0685010e7a9d9c))
- upgrade dependencies, including jtr@0.2.5 ([047f8683](https://github.com/jquery/jquery/commit/047f8683cba4efa800436de9fa30e44a32c20947))
- Bump the github-actions group with 2 updates ([667321eb](https://github.com/jquery/jquery/commit/667321eb2d1c4328b993c25fbe2342a01ec4f87f))
- Bump the github-actions group across 1 directory with 2 updates ([098591e6](https://github.com/jquery/jquery/commit/098591e6fd3222e64b59af92c8849f5d8963d43c))
- Test on iOS 18, no longer test on iOS 15 ([75b48e6a](https://github.com/jquery/jquery/commit/75b48e6a2bff1258ca4d85ab7887e78772a67a69))
- Bump github/codeql-action from 3.27.0 to 3.27.5 in the github-actions group ([03e183c4](https://github.com/jquery/jquery/commit/03e183c4ccf22bf4031920c3270c9f113cb72d1d))
- Report Brotli sizes in compareSize ([e4b5e622](https://github.com/jquery/jquery/commit/e4b5e6227717039a9c695b12e40d3f73ffec31b0))
- Fix pre release matching in compare size regex ([041f6e34](https://github.com/jquery/jquery/commit/041f6e347b621227822b900a7a821d341f0c5d53))
- Make middleware-mockserver not crash on reading nonexistent files ([d5ebb464](https://github.com/jquery/jquery/commit/d5ebb464debab6ac39fe065e93c8a7ae1de8547e))
- Bump the github-actions group with 4 updates ([07c9f02b](https://github.com/jquery/jquery/commit/07c9f02bd6cf27c0e1e38345c97f5c3e2718134f))
- Run tests on Node 22 & 23 ([19716254](https://github.com/jquery/jquery/commit/19716254877870ecd649272cadd00a0d0ff8be01))
- Enforce ECMAScript 5 in tests via ESLint ([#5542](https://github.com/jquery/jquery/issues/5542), [d74fc265](https://github.com/jquery/jquery/commit/d74fc265de2bca3060da2e6f5ec00371b16e43ca))
- Bump the github-actions group with 3 updates ([3ebe89f6](https://github.com/jquery/jquery/commit/3ebe89f6be21469702108c85b726a70284adbb91))
- Bump rollup from 4.19.0 to 4.22.4 ([147964e1](https://github.com/jquery/jquery/commit/147964e162f9dd62267f997a81d810ec18f6f9fa))
- Bump webpack from 5.93.0 to 5.94.0 ([3658caf1](https://github.com/jquery/jquery/commit/3658caf129bcf02b39b849dd4040e4fbf53b5d50))
- Bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group ([a6feeaa7](https://github.com/jquery/jquery
_[Truncated at 4000 characters — full notes: https://github.com/jquery/jquery/releases/tag/4.0.0-rc.1]_
### 4.0.0-beta.2 — Release 4.0.0-beta.2
- Date: 2024-07-17
- Version: 4.0.0-beta.2
- Original notes: https://github.com/jquery/jquery/releases/tag/4.0.0-beta.2
- Permalink: https://whatsnew.fyi/product/jquery/releases/4.0.0-beta.2
- Labels: Pre-release
#### Changelog
https://blog.jquery.com/2024/07/11/second-beta-of-jquery-4-0-0/
##### Attributes
- Make `.attr( name, false )` remove for all non-ARIA attrs ([#5388](https://github.com/jquery/jquery/issues/5388), [063831b6](https://github.com/jquery/jquery/commit/063831b6378d518f9870ec5c4f1e7d5d16e04f36))
##### Build
- Bump the github-actions group with 2 updates ([3a98ef91](https://github.com/jquery/jquery/commit/3a98ef91dfa0b4897df7562f40bfd1715f5fc30e))
- upgrade dependencies; fix bundler tests on windows ([cb8ab6cc](https://github.com/jquery/jquery/commit/cb8ab6ccdb8a7b843301793d4b7138a5a3750d6b))
- improve specificity of eslint config; add ecma versions ([74970524](https://github.com/jquery/jquery/commit/74970524e5e164c72ec0415267b1e057280c9455))
- Bump the github-actions group with 2 updates ([46b9e480](https://github.com/jquery/jquery/commit/46b9e4803ec3506e830ea6b49541ea29717ed460))
- Group dependabot PRs updating GitHub Actions ([3cac1465](https://github.com/jquery/jquery/commit/3cac1465b4b5539bb679a517fbb52e5419c1866e))
- Bump actions/cache, actions/checkout & github/codeql-action ([df1df950](https://github.com/jquery/jquery/commit/df1df9503afad78bec3ba5217f9a9efce49fe634))
- Bump express from 4.18.3 to 4.19.2 ([691c0aee](https://github.com/jquery/jquery/commit/691c0aeeded5dea1ca2a0c5474c7adfdb1dadffe))
- make compare size cache readable for manual edits ([783c9d69](https://github.com/jquery/jquery/commit/783c9d6958fd20a6a9a199aeecad605a59686992))
- fix size comparison for slim files when the branch is dirty ([8a3a74c4](https://github.com/jquery/jquery/commit/8a3a74c475f92148675af4ee3f77e3d1746e6e88))
- migrate more uses of fs.promises; use node: protocol ([ae7f6139](https://github.com/jquery/jquery/commit/ae7f6139cc8e21a7116e8de30d26ca38426bde0b))
- Bump github/codeql-action from 3.24.0 to 3.24.6 ([ae67ace6](https://github.com/jquery/jquery/commit/ae67ace649fd2ac49eb74709c3d0a5952d0dc3bb))
- Bump actions/cache from 4.0.0 to 4.0.1 ([68f772e0](https://github.com/jquery/jquery/commit/68f772e003ee0f39cf0f755070fb4e9ec9e90973))
- drop support for Node 10 ([5aa7ed88](https://github.com/jquery/jquery/commit/5aa7ed888ddf314fba3c4f8750b891cb6427c9c2))
- add GitHub Actions workflow to update Filestash ([0293d3e3](https://github.com/jquery/jquery/commit/0293d3e30dd68bfe92be1d6d29f9b9200d1ae917))
- update jenkins script to only build ([c21c6f4d](https://github.com/jquery/jquery/commit/c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24))
- Bump actions/cache & github/codeql-action (#5402) ([bf11739f](https://github.com/jquery/jquery/commit/bf11739f6c6926bc9bc1b5a1460505d3b7ef8b01))
##### CSS
- Tests: Fix tests & support tests under CSS Zoom ([#5489](https://github.com/jquery/jquery/issues/5489), [071f6dba](https://github.com/jquery/jquery/commit/071f6dba6bd1d8db3f36ce4694aab5ff437b9e36))
##### Core
- Fix the exports setup to make bundlers work with ESM & CommonJS ([#5416](https://github.com/jquery/jquery/issues/5416), [60f11b58](https://github.com/jquery/jquery/commit/60f11b58bfeece6b6d0189d7d19b61a4e1e61139))
##### Docs
- Update remaining HTTP URLs to HTTPS ([7cdd8374](https://github.com/jquery/jquery/commit/7cdd8374234b77a3c70dd511a1b06066afb146bb))
##### Event
- Increase robustness of an inner native event in leverageNative ([#5459](https://github.com/jquery/jquery/issues/5459), [527fb3dc](https://github.com/jquery/jquery/commit/527fb3dcf0dcde69302a741dfc61cbfa58e99eb0))
##### Offset
- Increase search depth when finding the 'real' offset parent ([556eaf4a](https://github.com/jquery/jquery/commit/556eaf4a193287c306d163635cbb5f5c95a22a84))
##### Release
- ensure builds have the proper version ([3e612aee](https://github.com/jquery/jquery/commit/3e612aeeb3821c657989e67b43c9b715f5cd32e2))
- set preReleaseBase in config file ([1fa8df5d](https://github.com/jquery/jquery/commit/1fa8df5dbd5d84cf55882a38eb6e571abd0aa938))
- fix running pre/post release scripts in windows ([5518b2
_[Truncated at 4000 characters — full notes: https://github.com/jquery/jquery/releases/tag/4.0.0-beta.2]_
### 4.0.0-beta — jQuery 4.0.0 BETA!
- Date: 2024-02-06
- Version: 4.0.0-beta
- Original notes: https://github.com/jquery/jquery/releases/tag/4.0.0-beta
- Permalink: https://whatsnew.fyi/product/jquery/releases/4.0.0-beta
- Labels: Pre-release
https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/
### 3.7.1 — jQuery 3.7.1 Released: Reliable Table Row Dimensions
- Date: 2023-08-28
- Version: 3.7.1
- Original notes: https://github.com/jquery/jquery/releases/tag/3.7.1
- Permalink: https://whatsnew.fyi/product/jquery/releases/3.7.1
https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/
### 3.7.0 — jQuery 3.7.0: Staying in Order
- Date: 2023-05-11
- Version: 3.7.0
- Original notes: https://github.com/jquery/jquery/releases/tag/3.7.0
- Permalink: https://whatsnew.fyi/product/jquery/releases/3.7.0
https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/
### 3.6.4 — jQuery 3.6.4 Released: Selector Forgiveness
- Date: 2023-03-08
- Version: 3.6.4
- Original notes: https://github.com/jquery/jquery/releases/tag/3.6.4
- Permalink: https://whatsnew.fyi/product/jquery/releases/3.6.4
https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/
### 3.6.3 — jQuery supports CSS.supports in jQuery 3.6.3
- Date: 2022-12-20
- Version: 3.6.3
- Original notes: https://github.com/jquery/jquery/releases/tag/3.6.3
- Permalink: https://whatsnew.fyi/product/jquery/releases/3.6.3
https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/
### 3.6.2 — jQuery 3.6.2 :has arrived!
- Date: 2022-12-13
- Version: 3.6.2
- Original notes: https://github.com/jquery/jquery/releases/tag/3.6.2
- Permalink: https://whatsnew.fyi/product/jquery/releases/3.6.2
https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/