Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.2.22.2.2 | Timmy Willison | 2016-03-17 | 4 | -2/+9849 |
| | |||||
* | Attributes: strip/collapse whitespace for set values on selects | Timmy Willison | 2016-03-17 | 2 | -11/+88 |
| | | | | | Fixes gh-2978 Close gh-3002 | ||||
* | Core: Restore 1.x isPlainObject constructor checks | Richard Gibson | 2016-03-14 | 2 | -2/+13 |
| | | | | | | | - Guard isPlainObject against inherited scalar constructors Fixes gh-2982 Close gh-2985 | ||||
* | Attributes: remove redundant parent check | Timmy Willison | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | Attributes: fix setting selected on an option in IE<=11 | Timmy Willison | 2016-03-07 | 2 | -0/+47 |
| | | | | | Fixes gh-2732 Close gh-2840 | ||||
* | Core: restore enumeration behavior in isPlainObject | Timmy Willison | 2016-03-07 | 2 | -5/+20 |
| | | | | | Fixes gh-2968 Close gh-2970 | ||||
* | Core: drop the document.implementation.createHTMLDocument usage | Michał Gołębiowski | 2016-03-02 | 4 | -60/+3 |
| | | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941 | ||||
* | Release: include external/sizzle in releases | Timmy Willison | 2016-02-24 | 1 | -0/+1 |
| | | | | Ref gh-2945 | ||||
* | Build: Updating the 2.2-stable version to 2.2.2-pre. | Timmy Willison | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Build: update AUTHORS | Timmy Willison | 2016-02-22 | 1 | -0/+3 |
| | |||||
* | CSS: fix for disconnected elems on doc fragments in Opera 12 | Timmy Willison | 2016-02-22 | 1 | -5/+8 |
| | |||||
* | Build: use hard-coded path to sizzle in selector-sizzle | Timmy Willison | 2016-02-22 | 3 | -9/+3 |
| | | | | Fixes gh-2898 | ||||
* | Tests: Set Edge's expected support for clearCloneStyle to true | Zack Hall | 2016-02-13 | 1 | -2/+3 |
| | | | | | | | | | This is done for a version 13 or newer as the bug still exists in Edge 12. (cherry-picked from 28f0329a02c453ae26b6bc028b6aaeec578bef6f) Closes gh-2857 | ||||
* | Build: add `npm-debug.log` to `.gitignore` | Oleg Gaidarenko | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | Tests: use `jQuery` variable instead of `$` | Oleg Gaidarenko | 2016-02-13 | 1 | -1/+1 |
| | | | | | | For some reason that works with `amd` but not with builded version Fixes gh-2909 | ||||
* | Build: simplify and correct .editorconfig | Oleg Gaidarenko | 2016-02-11 | 1 | -15/+4 |
| | |||||
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 2 | -0/+42 |
| | | | | | | | Ref ee0f61647cb93d587764280b1278807d9ff86fc9 Ref gh-2828 Ref gh-2836 Fixes gh-2909 | ||||
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 2 | -17/+4 |
| | | | | | | | | | | | | This reverts commit 2d715940b9b6fdeed005cd006c8bf63951cf7fb2. This commit provoked new issues: gh-2836, gh-2828. At the meeting, we decided to revert offending commit (in all three branches - 2.2-stable, 1.12-stable and master) and tackle this issue in 3.x. Fixes gh-2828 | ||||
* | Revert "Manipulation: don't auto-insert tbody" | Timmy Willison | 2016-01-27 | 1 | -6/+6 |
| | | | | | | This reverts commit e984d1c79cc476062818e03df04a366baa13d197. Fixes gh-2861 | ||||
* | CSS: Add test for gh-2867 | Timmy Willison | 2016-01-27 | 1 | -0/+10 |
| | |||||
* | CSS: Make sure elem.ownerDocument.defaultView is not null | Todor Prikumov | 2016-01-27 | 1 | -1/+1 |
| | | | | | Fixes gh-2866 Close gh-2867 | ||||
* | Event: Fix chaining .on() with null handlers | Devin Wilson | 2016-01-15 | 2 | -2/+9 |
| | | | | | Fixes gh-2812 Close gh-2825 | ||||
* | Event: compat -> 1.x in comments | Michał Gołębiowski | 2016-01-11 | 2 | -4/+4 |
| | | | | Ref 3c56eac50725c2548c3abc0159841c3354936ac4 | ||||
* | Release: compat -> 1.x. Remove compat-specific release semantics | Timmy Willison | 2016-01-11 | 2 | -7/+7 |
| | | | | (cherry-picked from 25d0afa51e08c00556c9e6906851d771a851ae23) | ||||
* | Build: Updating the 2.2-stable version to 2.2.1-pre. | Timmy Willison | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Manipulation: re-expose domManip until 3.0 | Timmy Willison | 2016-01-08 | 1 | -0/+4 |
| | | | | Fixes gh-2225 | ||||
* | Release: ensure files are copied to dist | Timmy Willison | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | Release: allow local and github dists | Timmy Willison | 2016-01-08 | 1 | -1/+4 |
| | |||||
* | Release: update AUTHORS.txt | Timmy Willison | 2016-01-08 | 1 | -0/+14 |
| | |||||
* | Tests: hotfix for c1511c673148208ab17cafa0faf37bce3b4ae392 | Michał Gołębiowski | 2016-01-07 | 1 | -1/+1 |
| | | | | Refs c1511c673148208ab17cafa0faf37bce3b4ae392 | ||||
* | Tests: Accept Android 2.3 doesn't fire window.onerror for remote scripts | Michał Gołębiowski | 2016-01-07 | 1 | -1/+4 |
| | | | | A followup to 1a9c9b079177a1d6420efb876e8e66bf1fb4cbe2 | ||||
* | Tests: Disable/relax a few tests failing in Android 2.3 | Michał Gołębiowski | 2016-01-07 | 2 | -5/+27 |
| | | | | | | (cherry-picked from 704de8180f220afa1efd7bd65e9aeb9007a4f238) Fixes gh-1785 | ||||
* | Data: find hyphenated data with camelCased key | Timmy Willison | 2016-01-07 | 2 | -1/+15 |
| | | | | Fixes gh-2779 | ||||
* | CSS: Add animation-iteration-count to cssNumber, fix tests | Jun Sun | 2016-01-07 | 2 | -4/+14 |
| | | | | | Fixes gh-2792 Closes gh-2793 | ||||
* | Tests: fix lint in restored test | Timmy Willison | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Revert "Event: remove guard for falsy handler argument of jQuery#on method" | Timmy Willison | 2016-01-07 | 1 | -0/+15 |
| | | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f. | ||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 2 | -18/+76 |
| | | | | This reverts commit 53f798cf4d783bb813b4d1ba97411bc752b275f3. | ||||
* | Core:CSS: disable 2 tests for Opera 12 | Timmy Willison | 2016-01-06 | 2 | -3/+6 |
| | |||||
* | Revert "Core: make isNumeric limited to strings and numbers" | Oleg Gaidarenko | 2015-12-09 | 2 | -7/+7 |
| | | | | This reverts commit 15ac848868e993dfe5ccd7751a94f5c8edc288bc. | ||||
* | Tests: Fix support tests results for Android 2.3 | Michał Gołębiowski | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Effects: Remove tests for jQuery.Animation & jQuery.Tween | Michał Gołębiowski | 2015-11-17 | 4 | -590/+2 |
| | | | | | | | | | | We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526 | ||||
* | Tests: Fix Safari 5.1 support tests results | Michał Gołębiowski | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | Tests: Blacklist the iframe scrollTop test in Opera 12.1x | Michał Gołębiowski | 2015-11-16 | 1 | -1/+3 |
| | |||||
* | Tests: Fix support tests results | Michał Gołębiowski | 2015-11-16 | 1 | -4/+4 |
| | |||||
* | Build: Change the 2.2-stable version to 2.2.0-pre | Michał Gołębiowski | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Revert "Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support" | Michał Gołębiowski | 2015-11-16 | 6 | -15/+128 |
| | | | | This reverts commit ce3b4a62427c5a3a6669dcb8bf8e27a6287990d5. | ||||
* | Misc: Fix the tests, revert some unneeded/broken reverts | Michał Gołębiowski | 2015-11-16 | 5 | -20/+16 |
| | | | | Refs 65d71843b7c37dbdba2cfcb1bc7055cb522c5af6 | ||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 15 | -33/+93 |
| | | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e. | ||||
* | Release: fix revert artefacts | Oleg Gaidarenko | 2015-11-13 | 5 | -9/+26 |
| | |||||
* | Effects: manually revert two `requestAnimationFrame` commits | Oleg Gaidarenko | 2015-11-13 | 2 | -57/+4 |
| | | | | 72119e0023dcc0d9807caf6d988598b74abdc937 and bbdfbb4ee859fe9319b348d88120ddc2c9efbd63 |