2019-12-09 |
Michał Gołębiowski... | Build: Auto-convert sources to AMD
|
commit | commitdiff | tree |
2019-12-09 |
Michał Gołębiowski... | Event: Only attach events to objects that accept data...
|
commit | commitdiff | tree |
2019-12-02 |
Michał Gołębiowski... | Build: Fix the Windows build
|
commit | commitdiff | tree |
2019-11-25 |
Michał Gołębiowski... | Build: Require extensions for ES6 imports, prevent...
|
commit | commitdiff | tree |
2019-11-18 |
Michał Gołębiowski... | Selector: Make empty attribute selectors work in IE...
|
commit | commitdiff | tree |
2019-11-18 |
Michał Gołębiowski... | Core: Migrate from AMD to ES modules 🎉
|
commit | commitdiff | tree |
2019-10-22 |
Michał Gołębiowski... | Build: Run tests on Travis only on browsers defined...
|
commit | commitdiff | tree |
2019-10-22 |
Michał Gołębiowski... | Build: Run tests on Node.js 13 in addition to 8, 10...
|
commit | commitdiff | tree |
2019-10-21 |
Michał Gołębiowski... | Build: Run tests on Travis on FirefoxHeadless as well
|
commit | commitdiff | tree |
2019-10-21 |
Michał Gołębiowski... | Selector: Use shallow document comparisons in uniqueSort
|
commit | commitdiff | tree |
2019-10-21 |
Michał Gołębiowski... | Docs: Update most URLs to HTTPS
|
commit | commitdiff | tree |
2019-10-21 |
Michał Gołębiowski... | Selector: Add a test for throwing on post-comma invalid...
|
commit | commitdiff | tree |
2019-10-21 |
Michał Gołębiowski... | Tests: Stop using jQuery.find in tests
|
commit | commitdiff | tree |
2019-10-14 |
Michał Gołębiowski... | CSS: Workaround buggy getComputedStyle on table rows...
|
commit | commitdiff | tree |
2019-10-14 |
Michał Gołębiowski... | Selector: Make selectors with leading combinators use...
|
commit | commitdiff | tree |
2019-10-08 |
Michał Gołębiowski... | Build: Require strict mode in Node.js scripts via ESLint
|
commit | commitdiff | tree |
2019-10-08 |
Michał Gołębiowski... | Manipulation:Selector: Use the nodeName util where...
|
commit | commitdiff | tree |
2019-10-05 |
Michał Gołębiowski... | Build: Support jquery-release --dry-run flag
|
commit | commitdiff | tree |
2019-10-04 |
Michał Gołębiowski... | Build: Stop copying src/core.js to dist on release
|
commit | commitdiff | tree |
2019-09-24 |
Michał Gołębiowski... | Selector: Use shallow document comparisons to avoid...
|
commit | commitdiff | tree |
2019-09-24 |
Michał Gołębiowski... | Core: Remove private copies of push, sort & splice...
|
commit | commitdiff | tree |
2019-09-24 |
Michał Gołębiowski... | Core: Implement .even() & .odd() to replace POS :even...
|
commit | commitdiff | tree |
2019-08-26 |
Michał Gołębiowski... | Selector: reduce size, simplify setDocument
|
commit | commitdiff | tree |
2019-08-26 |
Michał Gołębiowski... | Ajax: Simplify jQuery.ajaxSettings.xhr
|
commit | commitdiff | tree |
2019-08-26 |
Michał Gołębiowski... | Build: Remove the external directory, read from node_modules...
|
commit | commitdiff | tree |
2019-08-20 |
Richard Gibson | Tests: Port changes from Sizzle
|
commit | commitdiff | tree |
2019-08-19 |
Michał Gołębiowski... | Selector: Leverage the :scope pseudo-class where possible
|
commit | commitdiff | tree |
2019-08-19 |
Michał Gołębiowski... | Tests: Fix a comment in testinit.js
|
commit | commitdiff | tree |
2019-08-12 |
Timmy Willison | Tests: update npo.js and include unminified source...
|
commit | commitdiff | tree |
2019-08-09 |
Michał Gołębiowski... | Selector: Bring back querySelectorAll shortcut usage
|
commit | commitdiff | tree |
2019-06-26 |
Michał Gołębiowski... | Selector: Port Sizzle tests to jQuery
|
commit | commitdiff | tree |
2019-05-13 |
Michał Gołębiowski... | Build: ESLint: forbid unused function parameters
|
commit | commitdiff | tree |
2019-05-13 |
Michał Gołębiowski... | Build: Fix the regex parsing AMD var-modules (#4389)
|
commit | commitdiff | tree |
2019-05-13 |
Michał Gołębiowski... | Core: Remove IE-specific support tests, rely on document...
|
commit | commitdiff | tree |
2019-05-08 |
Michał Gołębiowski... | Traversing: Fix `contents()` on `<object>`s with children...
|
commit | commitdiff | tree |
2019-04-30 |
Michał Gołębiowski... | Build: Fix AMD dependencies in curCSS
|
commit | commitdiff | tree |
2019-04-29 |
Michał Gołębiowski... | Core: Drop support for IE <11, iOS <11, Firefox <65...
|
commit | commitdiff | tree |
2019-04-29 |
Michał Gołębiowski... | Core: Remove deprecated jQuery APIs
|
commit | commitdiff | tree |
2019-04-29 |
Michał Gołębiowski... | Event: Stop shimming focusin & focusout events
|
commit | commitdiff | tree |
2019-04-29 |
Michał Gołębiowski... | Data: Separate data & css/effects camelCase implementations
|
commit | commitdiff | tree |
2019-04-23 |
Michał Gołębiowski... | Build: Test on Node.js 12, stop testing on Node.js...
|
commit | commitdiff | tree |
2019-04-17 |
Michał Gołębiowski... | Build: Fix unresolved jQuery reference in finalPropName
|
commit | commitdiff | tree |
2019-04-09 |
Michał Gołębiowski... | Build: Update Sizzle from 2.3.3 to 2.3.4
|
commit | commitdiff | tree |
2019-04-04 |
Michał Gołębiowski... | Tests: Fix the core-js polyfill inclusion method
|
commit | commitdiff | tree |
2019-04-04 |
Michał Gołębiowski... | Build: Update Sinon from 2.3.7 to 7.3.1, other updates
|
commit | commitdiff | tree |
2019-04-02 |
Timmy Willison | Update README.md
|
commit | commitdiff | tree |
2019-03-27 |
Michał Gołębiowski... | Tests: Make Android Browser 4.0-4.3 dimensions tests...
|
commit | commitdiff | tree |
2019-03-27 |
Michał Gołębiowski... | Tests: Make Android Browser 4.0-4.3 AJAX tests green
|
commit | commitdiff | tree |
2019-03-25 |
Michał Gołębiowski... | Core: Prevent Object.prototype pollution for $.extend...
|
commit | commitdiff | tree |
2019-03-18 |
Michał Gołębiowski... | CSS: Avoid forcing a reflow in width/height getters...
|
commit | commitdiff | tree |
2019-03-11 |
Michał Gołębiowski... | Build: Run the basic test suite in jsdom
|
commit | commitdiff | tree |
2019-03-11 |
Michał Gołębiowski... | Build: Remove manual QUnit fixture resetting
|
commit | commitdiff | tree |
2019-03-11 |
Michał Gołębiowski... | Build: Make Promises/A+ tests use the dot reporter...
|
commit | commitdiff | tree |
2019-03-04 |
Michał Gołębiowski... | Build: Update QUnit from 1.23.1 to 2.9.2
|
commit | commitdiff | tree |
2019-03-04 |
Michał Gołębiowski... | Build: Run Karma browser tests on Node.js 10 instead...
|
commit | commitdiff | tree |
2019-03-04 |
Michał Gołębiowski... | Build: Update jsdom; migrate a test with Symbol polyfill...
|
commit | commitdiff | tree |
2019-02-19 |
Michał Gołębiowski... | Build: Remove obsolete globals from ESLint configuration
|
commit | commitdiff | tree |
2019-01-29 |
Michał Gołębiowski... | Build: Advise to create test cases on JS Bin or CodePen...
|
commit | commitdiff | tree |
2019-01-21 |
Michał Gołębiowski... | Core: Support passing nonce through jQuery.globalEval
|
commit | commitdiff | tree |
2019-01-21 |
Michał Gołębiowski... | Manipulation: Respect script nomodule attribute in...
|
commit | commitdiff | tree |
2019-01-14 |
Michał Gołębiowski... | Core: Preserve CSP nonce on scripts in DOM manipulation
|
commit | commitdiff | tree |
2018-12-14 |
Michał Gołębiowski... | Tests: Exclude Android 4.x from repeated header names...
|
commit | commitdiff | tree |
2018-12-13 |
Richard Gibson | Manipulation: Restore _evalUrl jQuery.ajax calls to...
|
commit | commitdiff | tree |
2018-12-03 |
Timmy Willison | Tests: fix dimensions tests in testswarm
|
commit | commitdiff | tree |
2018-10-08 |
Michał Gołębiowski... | CSS: Don't read styles.position in the width/height...
|
commit | commitdiff | tree |
2018-10-03 |
Michał Gołębiowski... | Tests: Add tests for not auto-appending "px" to CSS...
|
commit | commitdiff | tree |
2018-09-07 |
Richard Gibson | Tests: Allow Karma to load unminfied source
|
commit | commitdiff | tree |
2018-08-21 |
Jason Bedard | Tests: use width style instead of SVG width attribute...
|
commit | commitdiff | tree |
2018-07-30 |
Michał Gołębiowski... | Tests: Skip module tests in Edge
|
commit | commitdiff | tree |
2018-07-27 |
Timmy Willison | Docs: add gitter badge to README.md
|
commit | commitdiff | tree |
2018-07-13 |
Richard Gibson | Manipulation: Properly detect HTML elements with single...
|
commit | commitdiff | tree |
2018-07-09 |
Michał Gołębiowski... | Tests: Add support test results for Firefox 61+
|
commit | commitdiff | tree |
2018-06-21 |
Jason Bedard | Dimensions: fix computing outerWidth on SVGs
|
commit | commitdiff | tree |
2018-06-20 |
Timmy Willison | Serialize: jQuery.param: return empty string when given...
|
commit | commitdiff | tree |
2018-06-20 |
Timmy Willison | Update node dependencies (sans jsdom, qunit, and sinon)
|
commit | commitdiff | tree |
2018-06-18 |
Michał Gołębiowski... | Test: enable a spec testing CSS whitespace preserving...
|
commit | commitdiff | tree |
2018-06-04 |
Michał Gołębiowski... | CSS: Don't auto-append "px" to CSS variables (#4064)
|
commit | commitdiff | tree |
2018-05-07 |
Richard Gibson | CSS: Correctly detect scrollbox support with non-default...
|
commit | commitdiff | tree |
2018-05-02 |
Michał Gołębiowski... | CSS: Ensure camel- vs kebab-cased names are not collapsed...
|
commit | commitdiff | tree |
2018-04-30 |
Michał Gołębiowski... | CSS: Skip the px-appending logic for animations of...
|
commit | commitdiff | tree |
2018-04-25 |
Michał Gołębiowski... | Build: Test on Node 10, stop testing on Node 4 & 9
|
commit | commitdiff | tree |
2018-03-19 |
Michał Gołębiowski... | Build: Don't require sudo on Travis, use sandboxless...
|
commit | commitdiff | tree |
2018-02-12 |
Michał Gołębiowski... | Tests: Fix Android 4.0 Deferred tests
|
commit | commitdiff | tree |
2018-02-12 |
Michał Gołębiowski... | Tests: Disable native abort test in Android 4.0
|
commit | commitdiff | tree |
2018-01-03 |
Michał Gołębiowski... | Build: Only run browser tests in one Node version on...
|
commit | commitdiff | tree |
2017-11-22 |
Richard Gibson | Manipulation: Reduce size by eliminating single-use...
|
commit | commitdiff | tree |
2017-11-06 |
Michał Gołębiowski... | Build: Test on Node.js 9
|
commit | commitdiff | tree |
2017-10-18 |
Michał Gołębiowski... | Tests: Make Node tests work for paths with spaces in...
|
commit | commitdiff | tree |
2017-09-18 |
Richard Gibson | CSS: Detect more WebKit styles erroneously reported...
|
commit | commitdiff | tree |
2017-08-28 |
Richard Gibson | CSS: Avoid unit-conversion interference from CSS upper...
|
commit | commitdiff | tree |
2017-08-07 |
Richard Gibson | Dimensions: Don't trust non-pixel computed width/height
|
commit | commitdiff | tree |
2017-07-31 |
Richard Gibson | Dimensions: Improve offsetWidth/offsetHeight fallback
|
commit | commitdiff | tree |
2017-07-18 |
Richard Gibson | Support: Properly check for IE9 absolute scrollbox...
|
commit | commitdiff | tree |
2017-07-10 |
Richard Gibson | Dimensions: Detect and account for content-box dimension...
|
commit | commitdiff | tree |
2017-06-19 |
Richard Gibson | Dimensions: Include scroll gutter in "padding" box
|
commit | commitdiff | tree |
2017-05-15 |
Michał Gołębiowski | Docs:Tests: Update IE/Edge-related support comments...
|
commit | commitdiff | tree |
2017-05-06 |
Michał Gołębiowski | CSS: Drop the float mapping from cssProps
|
commit | commitdiff | tree |
2017-04-28 |
Richard Gibson | Tests: Reset iframe window scroll after updating html...
|
commit | commitdiff | tree |
2017-04-25 |
Richard Gibson | Tests: Allow a mock QUnit.test for perfect testIframe...
|
commit | commitdiff | tree |
2017-04-25 |
Richard Gibson | Tests: Attach test iframes to the body for visibility...
|
commit | commitdiff | tree |