Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Docs: add gitter badge to README.md | Timmy Willison | 2018-07-27 | 1 | -0/+2 | |
| | | | Close gh-4138 | |||||
* | Manipulation: Properly detect HTML elements with single-character names | Richard Gibson | 2018-07-13 | 3 | -2/+21 | |
| | | | | Fixes gh-4124 Closes gh-4125 | |||||
* | Tests: Add support test results for Firefox 61+ | Michał Gołębiowski-Owczarek | 2018-07-09 | 1 | -1/+20 | |
| | | | | | Firefox 61 now passes the reliableMarginLeft test. Closes gh-4122 | |||||
* | Dimensions: fix computing outerWidth on SVGs | Jason Bedard | 2018-06-20 | 2 | -1/+64 | |
| | | | | Fixes gh-3964 Closes gh-4096 | |||||
* | Serialize: jQuery.param: return empty string when given null/undefined | Timmy Willison | 2018-06-20 | 2 | -1/+8 | |
| | | | | Fixes gh-2633 Close gh-4108 | |||||
* | Update node dependencies (sans jsdom, qunit, and sinon) | Timmy Willison | 2018-06-20 | 1 | -15/+15 | |
| | | | Close gh-4098 | |||||
* | Build: Remove unnecessary ESLint exception | Ed S | 2018-06-18 | 1 | -3/+0 | |
| | | | | | The linked-to issue was fixed 2 years ago. Closes gh-4095 | |||||
* | Test: enable a spec testing CSS whitespace preserving in Edge 17 | Michał Gołębiowski-Owczarek | 2018-06-18 | 1 | -2/+2 | |
| | | | | | | | | In Edge 14-16 setting a style property to a whitespace-only value resets it to the default, forcing us to skip a relevant CSS test in Edge. Now that Edge 17 has fixed the issue we can re-enable this test there. Ref gh-3204 Closes gh-4101 | |||||
* | Misc: Add config for lockbot | Dave Methvin | 2018-06-17 | 1 | -0/+13 | |
| | ||||||
* | CSS: Don't auto-append "px" to CSS variables (#4064) | Michał Gołębiowski-Owczarek | 2018-06-04 | 2 | -1/+18 | |
| | | | | Fixes gh-4063 Closes gh-4064 | |||||
* | README: Add FOSSA license scan status badge | Kris Borchers | 2018-05-15 | 1 | -0/+2 | |
| | ||||||
* | squash! Set attributes all at once, src last | Dave Methvin | 2018-05-14 | 2 | -13/+8 | |
| | ||||||
* | Ajax: Allow custom attributes when script transport is used | Dave Methvin | 2018-05-14 | 2 | -3/+26 | |
| | | | | | | | Fixes gh-3028 Ref gh-2612 Useful, for example, to add `nonce`, `integrity`, or `crossorigin`. | |||||
* | Misc: Update license prolog/epilog to placate Github checker | Dave Methvin | 2018-05-14 | 1 | -16/+0 | |
| | ||||||
* | Traversing: $.fn.contents() support for object | Luis Emilio Velasco Sanchez | 2018-05-14 | 5 | -51/+96 | |
| | | | | | Fixes gh-4045 Closes gh-4046 | |||||
* | CSS: Correctly detect scrollbox support with non-default zoom | Richard Gibson | 2018-05-07 | 4 | -12/+21 | |
| | | | | Fixes gh-4029 Closes gh-4030 | |||||
* | CSS: Ensure camel- vs kebab-cased names are not collapsed for CSS vars | Michał Gołębiowski-Owczarek | 2018-05-02 | 1 | -0/+2 | |
| | | | Closes gh-4062 | |||||
* | CSS: Skip the px-appending logic for animations of non-element props | Michał Gołębiowski-Owczarek | 2018-04-30 | 2 | -1/+13 | |
| | | | | | | | Without this change animating properties from jQuery.cssNumber on non-elements throws an error. Ref gh-4055 Closes gh-4061 | |||||
* | Build: Test on Node 10, stop testing on Node 4 & 9 | Michał Gołębiowski-Owczarek | 2018-04-25 | 1 | -2/+1 | |
| | | | | | Node.js 4 & 9 are ending their life, Node.js 10 has just been released. Closes gh-4057 | |||||
* | Tests: ensure support tests are failed by at least one tested browser | Michał Gołębiowski-Owczarek | 2018-04-23 | 1 | -205/+253 | |
| | | | | | | | | A whitelist is available so that some tests can be allowed to always succeed. This is used only for ajax for now as it can be manually disabled in IE but is enabled by default. Closes gh-4052 | |||||
* | Event: Add "code" property to Event object | tmybr11 | 2018-04-17 | 1 | -0/+1 | |
| | | | | | Fixes gh-3978 Closes gh-3998 | |||||
* | Dimensions: avoid fetching boxSizing when setting width/height | Jason Bedard | 2018-03-25 | 1 | -2/+7 | |
| | | | | | | - this avoids forcing a reflow in some cases Fixes #3991 | |||||
* | CSS: Avoid filling jQuery.cssProps | Dave Methvin | 2018-03-19 | 3 | -39/+48 | |
| | | | | | | | | Fixes gh-3986 Closes gh-4005 Avoids filling jQuery.cssProps by introducing a second internal prop cache. This allows jQuery Migrate to detect external usage. | |||||
* | Build: Don't require sudo on Travis, use sandboxless headless Chrome | Michał Gołębiowski-Owczarek | 2018-03-19 | 2 | -7/+12 | |
| | | | | | | The Chrome sandbox doesn't work on Travis unless sudo is enabled. Instead, we're disabling the Chrome sandbox. Closes gh-4011 | |||||
* | Build: remove artefact from previous commit | Oleg Gaydarenko | 2018-03-07 | 1 | -1/+0 | |
| | | | | Follow-up for 09684ba3f210594e41ecddf369ac94c688d53ccb | |||||
* | Core: Use isAttached to check for attachment of element | Saptak Sengupta | 2018-03-05 | 5 | -14/+27 | |
| | | | | | | | This change replaces the use of contains to check for attachment by isAttached function Closes gh-3977 Ref gh-3504 | |||||
* | Build: Seasonal update of uglify and its options | Oleg Gaydarenko | 2018-03-05 | 2 | -2/+2 | |
| | | | | | | | | raw gz Compared to last run = = dist/jquery.js -294 -88 dist/jquery.min.js Closes gh-3994 | |||||
* | Tests: Fix Android 4.0 Deferred tests | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -1/+3 | |
| | | | Closes gh-3967 | |||||
* | Tests: Disable native abort test in Android 4.0 | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -18/+20 | |
| | | | | | | The test works on its own when checked manually but mysteriously fails in TestSwarm only in Android 4.0. Let's just disable it there. Closes gh-3968 | |||||
* | Build: Updating the master version to 3.3.2-pre. | Timmy Willison | 2018-01-20 | 1 | -1/+1 | |
| | ||||||
* | Build: Updating the master version to 3.3.1-pre. | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Release: update version to 3.3.0-pre | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Release: add new authors to AUTHORS.txt | Timmy Willison | 2018-01-19 | 1 | -0/+12 | |
| | ||||||
* | Tests: skip test with invalid selector for selector-native tests | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Build: Add "-debug" suffix to name of karma debug tasks | Timo Tijhof | 2018-01-17 | 1 | -12/+15 | |
| | | | | | Ref gh-3922 Close gh-3936 | |||||
* | Filter: Use direct filter in winnow | Saptak Sengupta | 2018-01-17 | 1 | -12/+2 | |
| | | | | | | | for both simple and complex selectors Fixes gh-3272 Closes gh-3910 | |||||
* | Tests: ensure that module assertions run on supported browsers | Timmy Willison | 2018-01-16 | 3 | -9/+25 | |
| | | | | | | - Also fixes tests for karma, where the URL for the module is different Ref gh-3871 | |||||
* | Tests: fix tests in AMD mode | Timmy Willison | 2018-01-16 | 2 | -7/+7 | |
| | ||||||
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 6 | -5/+37 | |
| | | | | | Fixes gh-3871 Close gh-3869 | |||||
* | Tests: correctly set sudo in travis config, not karma config | Timmy Willison | 2018-01-16 | 2 | -8/+6 | |
| | ||||||
* | Tests: temporarily require sudo access for karma:main on travis | Timmy Willison | 2018-01-16 | 1 | -1/+7 | |
| | | | | | - This should fix the broken travis build on Node 8 - See https://github.com/travis-ci/travis-ci/issues/8836 | |||||
* | Tests: fix number of expected assertions in basic core | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | ||||||
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 12 | -87/+85 | |
| | | | | | Fixes gh-3605 Close gh-3895 | |||||
* | Tests: fix weird flaky attributes test in Edge 16 | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | | | | | Fixes gh-3867 Close gh-3931 | |||||
* | Tests: fix weird failure in Edge 16 CSS | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | | | | | Fixes gh-3866 Close gh-3932 | |||||
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 6 | -95/+92 | |
| | | | | | Fixes gh-2960 Closes gh-3888 | |||||
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 2 | -3/+34 | |
| | | | | | Fixes gh-3438 Closes gh-3781 | |||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 4 | -88/+79 | |
| | | | | Fixes gh-3214 | |||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 29 | -237/+268 | |
| | | | | Fixes gh-3609 | |||||
* | Build: Remove CRLF line endings to fix builds on Windows | Dave Methvin | 2018-01-09 | 1 | -1/+1 | |
| | | | Close gh-3929 |