| Commit message (Expand) | Author | Age | Files | Lines |
* | CSS: Fix dimensions of table `<col>` elements | Michał Gołębiowski-Owczarek | 2025-02-24 | 1 | -50/+84 |
* | Core: Remove obsolete workarounds, update support comments | Michał Gołębiowski-Owczarek | 2025-02-24 | 2 | -9/+3 |
* | CSS: Drop the cache in finalPropName | Michał Gołębiowski-Owczarek | 2024-11-26 | 1 | -8/+2 |
* | CSS:Tests: Fix tests & support tests under CSS Zoom | Michał Gołębiowski-Owczarek | 2024-06-03 | 1 | -3/+3 |
* | CSS: Fix reliableTrDimensions support test for initially hidden iframes | Michał Gołębiowski-Owczarek | 2023-11-07 | 1 | -0/+6 |
* | CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper | Michał Gołębiowski-Owczarek | 2023-09-20 | 1 | -3/+3 |
* | Core: Simplify code post browser support reduction | Michał Gołębiowski-Owczarek | 2023-09-20 | 1 | -0/+4 |
* | Core: Use named exports in `src/` | Michał Gołębiowski-Owczarek | 2023-09-12 | 14 | -44/+32 |
* | CSS: Make the reliableTrDimensions support test work with Bootstrap CSS | Michał Gołębiowski-Owczarek | 2023-07-10 | 1 | -2/+2 |
* | CSS: Return `undefined` for whitespace-only CSS variable values (#5120) | Michał Gołębiowski-Owczarek | 2022-10-03 | 1 | -4/+24 |
* | CSS: Don’t trim whitespace of undefined custom property | Anders Kaseorg | 2022-09-19 | 1 | -1/+1 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -1/+1 |
* | CSS: Justify use of rtrim on CSS property values | Richard Gibson | 2022-01-03 | 1 | -0/+6 |
* | CSS: Trim whitespace surrounding CSS Custom Properties values | fecore1 | 2021-09-23 | 2 | -1/+10 |
* | Support: ensure display is set to block for the support div | Timmy Willison | 2021-02-17 | 1 | -0/+9 |
* | Dimensions: Add offset prop fallback to FF for unreliable TR dimensions | Timmy Willison | 2021-01-11 | 1 | -0/+52 |
* | Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) | Michał Gołębiowski-Owczarek | 2020-09-22 | 2 | -35/+1 |
* | Build: Update eslint-config-jquery, fix linting violations | Michał Gołębiowski-Owczarek | 2020-05-18 | 4 | -4/+4 |
* | Build: Enable ESLint one-var rule for var declarations in browser code | Michał Gołębiowski-Owczarek | 2020-03-02 | 1 | -2/+2 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 13 | -124/+56 |
* | CSS: Workaround buggy getComputedStyle on table rows in IE/Edge | Michał Gołębiowski-Owczarek | 2019-10-14 | 1 | -0/+40 |
* | Build: ESLint: forbid unused function parameters | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -2/+2 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -60/+0 |
* | Build: Fix AMD dependencies in curCSS | Michał Gołębiowski-Owczarek | 2019-04-30 | 2 | -8/+1 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 6 | -149/+40 |
* | Core: Remove deprecated jQuery APIs | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -5/+4 |
* | Data: Separate data & css/effects camelCase implementations | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -0/+20 |
* | Build: Fix unresolved jQuery reference in finalPropName | Michał Gołębiowski-Owczarek | 2019-04-17 | 1 | -1/+4 |
* | CSS: Don't automatically add "px" to properties with a few exceptions | Michał Gołębiowski-Owczarek | 2019-04-08 | 2 | -3/+45 |
* | Core: Recognize Shadow DOM in attachment checks | Saptak Sengupta | 2018-11-09 | 2 | -2/+2 |
* | CSS: Don't read styles.position in the width/height cssHook unless necessary | Michał Gołębiowski-Owczarek | 2018-10-08 | 1 | -1/+1 |
* | CSS: Correctly detect scrollbox support with non-default zoom | Richard Gibson | 2018-05-07 | 1 | -1/+3 |
* | CSS: Skip the px-appending logic for animations of non-element props | Michał Gołębiowski-Owczarek | 2018-04-30 | 1 | -1/+2 |
* | CSS: Avoid filling jQuery.cssProps | Dave Methvin | 2018-03-19 | 1 | -0/+39 |
* | Core: Use isAttached to check for attachment of element | Saptak Sengupta | 2018-03-05 | 2 | -7/+7 |
* | CSS: Correctly set support properties with non-default zoom | Saptak Sengupta | 2017-12-05 | 1 | -3/+7 |
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 4 | -16/+18 |
* | CSS: Avoid unit-conversion interference from CSS upper bounds | Richard Gibson | 2017-08-28 | 1 | -17/+19 |
* | Support: Properly check for IE9 absolute scrollbox mishandling | Richard Gibson | 2017-07-18 | 1 | -22/+22 |
* | Dimensions: Detect and account for content-box dimension mishandling | Richard Gibson | 2017-07-10 | 1 | -6/+15 |
* | CSS: retrieve inline style before computed | Timmy Willison | 2017-03-20 | 1 | -2/+7 |
* | Dimensions: fall back to offsetWidth/Height for inline elems | Timmy Willison | 2017-03-20 | 1 | -2/+2 |
* | CSS: Support custom properties | Connor Atherton | 2017-03-07 | 1 | -2/+3 |
* | Build: More ESLint related changes | Oleg Gaidarenko | 2016-07-09 | 1 | -1/+1 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -2/+6 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 12 | -0/+23 |
* | Build: A more modest block-level function proposal | Richard Gibson | 2016-04-23 | 1 | -18/+19 |
* | CSS: Toggle detached elements as visible unless they have display: none | Richard Gibson | 2016-04-11 | 2 | -10/+20 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 3 | -5/+5 |
* | Support: improve support properties computation | Oleg Gaidarenko | 2016-03-28 | 1 | -19/+15 |