Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Stop relying on jquery-patch.js internally, add tests | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -0/+1 |
| | | | | | | | | | | | | Avoid relying on jQuery patches. Instead: * use `CSS.escape` instead of `jQuery.escapeSelector` * use `.filter()` with a proper handler instead of `.even()` Keep `jquery-patch.js` for backwards compatibility, though. Also, add tests for jquery-patch. Ref gh-2249 | ||||
* | All: Drop support for jQueries different than the latest for each major | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -8/+2 |
| | | | | | | Also, remove the ability to run the test suite in jQuery <1.12.4 & <2.2.4. Closes gh-2249 | ||||
* | Tests: align test runner with other repos | Timmy Willison | 2024-04-09 | 17 | -240/+882 |
| | | | Close gh-2234 | ||||
* | Tests: replace grunt-contrib-qunit with jQuery test runner | Timmy Willison | 2024-03-29 | 18 | -0/+1210 |
- add filestash workflow Close gh-2221 |