Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Drop support for jQueries different than the latest for each major | Michał Gołębiowski-Owczarek | 2024-05-15 | 60 | -292700/+0 |
| | | | | | | Also, remove the ability to run the test suite in jQuery <1.12.4 & <2.2.4. Closes gh-2249 | ||||
* | Build: Update jquery-3.x to point to 3.7.1 instead of 3.7.0 | Michał Gołębiowski-Owczarek | 2024-04-12 | 1 | -18/+30 |
| | | | Closes gh-2228 | ||||
* | Tests: replace grunt-contrib-qunit with jQuery test runner | Timmy Willison | 2024-03-29 | 2 | -0/+10736 |
| | | | | | - add filestash workflow Close gh-2221 | ||||
* | Build: Add jQuery 3.7.0 | Michał Gołębiowski-Owczarek | 2023-05-12 | 3 | -1055/+11518 |
| | |||||
* | Build: Add jQuery 3.6.4, update Migrate to 3.4.1 | Michał Gołębiowski-Owczarek | 2023-05-10 | 5 | -83/+11076 |
| | | | Closes gh-2161 | ||||
* | Build: Fork vendors to remove QUnit deprecated API usage | Michał Gołębiowski-Owczarek | 2023-05-10 | 7 | -705/+0 |
| | | | | | | | | | | | | Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` * move `qunit-composite` to `tests/lib` so that we can modify it * move `qunit-assert-classes` to `tests/lib` so that we can modify it * move `qunit-assert-close` to `tests/lib` so that we can modify it * replace `assert.push` with `assert.pushResult` * remove usage of `QUnit.extend` Closes gh-2157 | ||||
* | Build: Update dependencies, including QUnit 1 -> 2 | Michał Gołębiowski-Owczarek | 2023-05-10 | 6 | -3801/+7348 |
| | | | | | | Also, fix htmllint lang exclusion patterns. Ref gh-2157 | ||||
* | Build: Add jQuery 3.6.1-3.6.3, update Migrate to 3.4.0 | Michał Gołębiowski-Owczarek | 2023-01-15 | 9 | -255/+33446 |
| | |||||
* | Docs: Update jQuery used for demos to 3.6.0 | Michał Gołębiowski-Owczarek | 2021-09-25 | 2 | -4264/+4121 |
| | | | | | jQuery 1.12.4 misses some Core APIs that jQuery UI depends on and that are not polyfilled in demos. | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 2 | -60590/+0 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Build: Add jQuery 3.6.0, update Migrate from 3.3.1 to 3.3.2 | Michał Gołębiowski-Owczarek | 2021-03-09 | 4 | -7/+10932 |
| | | | Closes gh-1948 | ||||
* | Tests: Update jQuery Migrate from 3.3.0 to 3.3.1 | Michał Gołębiowski-Owczarek | 2020-07-27 | 2 | -17/+14 |
| | | | | | | That upgrade makes UI pass the whole test suite without a single jQuery Migrate warning. 🎉 Closes gh-1932 | ||||
* | All: Drop support for jQuery 1.7 | Michał Gołębiowski-Owczarek | 2020-07-22 | 6 | -28030/+0 |
| | | | Closes gh-1923 | ||||
* | Build: Add jQuery 3.5.0 & 3.5.1 | Michał Gołębiowski-Owczarek | 2020-05-16 | 4 | -0/+21784 |
| | | | Closes gh-1915 | ||||
* | Build: Update jQuery Simulate, jQuery Migrate & jQuery Color | Michał Gołębiowski-Owczarek | 2020-05-16 | 4 | -82/+251 |
| | | | | | | The jQuery Simulate & jQuery Color updates are needed for compatibility with jQuery master, a future jQuery 4. Closes gh-1914 | ||||
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 14 | -43/+62776 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901 | ||||
* | Qunit: Add bootstrap config for running tests with jQuery Migrate | Eirik Sletteberg | 2017-02-06 | 4 | -0/+1364 |
| | | | | Closes gh-1774 | ||||
* | Build: Add jQuery 3.1.1 | Michał Gołębiowski | 2016-11-02 | 2 | -0/+10256 |
| | | | | Closes gh-1766 | ||||
* | Build: Add jQuery 3.1.0 | Scott González | 2016-07-08 | 2 | -0/+10110 |
| | |||||
* | Build: Add jQuery 3.0 for testing | Alexander Schmitz | 2016-07-06 | 4 | -1919/+12685 |
| | |||||
* | Build: Add jQuery 1.12/2.2 to the test configuration | Michał Gołębiowski | 2016-05-25 | 22 | -0/+113849 |
| | | | | Ref gh-1706 | ||||
* | Tests: Add custom build of core to tests | Alexander Schmitz | 2015-05-20 | 2 | -0/+10326 |
| | | | | | | | This adds a custom build which excludes the event/alias and deprecated modules Fixes #12770 Closes gh-1556 | ||||
* | Build: Upgrade to jQuery 1.11.3 | Scott González | 2015-05-14 | 3 | -4/+10381 |
| | |||||
* | Build: Update to qunit-assert-classes to V 1.0.2 | Alexander Schmitz | 2015-05-01 | 1 | -18/+140 |
| | | | | Closes gh-1547 | ||||
* | Build: Upgrade to qunit-composite 1.1.0 | Scott González | 2015-04-09 | 1 | -3/+14 |
| | | | | | Ref #10119 Closes gh-1528 | ||||
* | Tests: Use the qunit-assert-close module | Scott González | 2015-04-09 | 2 | -0/+127 |
| | | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528 | ||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 1 | -0/+2076 |
| | | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 3 | -0/+233 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Build: Upgrade to QUnit 1.18.0 | Jörn Zaefferer | 2015-04-03 | 3 | -225/+1188 |
| | |||||
* | Build: Add qunit-assert-classes plug-in for classes tests | Alexander Schmitz | 2015-03-11 | 2 | -0/+69 |
| | |||||
* | Build: Upgrade to jQuery 1.11.2 | Scott González | 2015-02-23 | 17 | -3901/+72343 |
| | | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3 | ||||
* | Build: Update QUnit to latest (1.17.1) | Jörn Zaefferer | 2015-01-26 | 2 | -1175/+1805 |
| | |||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 10 | -44972/+0 |
| | | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 2 | -0/+367 |
| | | | | Fixes #10563 | ||||
* | Build: Upgrade to jquery-mousewheel 3.1.12 | Scott González | 2014-07-22 | 2 | -4/+25 |
| | |||||
* | Test: Get all jQuery versions from Bower | Scott González | 2014-06-24 | 42 | -0/+194526 |
| | | | | Ref gh-1266 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 12 | -0/+9872 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | External: Update mousewheel plugin, copy only main file | Jörn Zaefferer | 2014-04-14 | 1 | -33/+152 |
| | |||||
* | Externals: Update jshint to latest | Jörn Zaefferer | 2014-03-05 | 1 | -59347/+58475 |
| | |||||
* | Tests: Update to latest QUnit | Jörn Zaefferer | 2014-02-20 | 2 | -685/+814 |
| | |||||
* | Upgrade to JSHint 2.3.0 for browser version. | Scott González | 2013-11-22 | 1 | -2607/+59214 |
| | |||||
* | Updating Globalize to v0.0.1. | TJ VanToll | 2013-07-11 | 1 | -52/+64 |
| | |||||
* | Upgrade mousewheel to 3.1.0. | Scott González | 2013-02-22 | 1 | -56/+73 |
| | |||||
* | Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12. | Scott González | 2013-01-31 | 2 | -162/+346 |
| | |||||
* | Libs/externals: Fix line endings. | Jörn Zaefferer | 2013-01-08 | 1 | -83/+83 |
| | |||||
* | Removed bgiframe. | Scott González | 2012-10-26 | 1 | -39/+0 |
| | |||||
* | Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata. | Scott González | 2012-10-25 | 1 | -122/+0 |
| | |||||
* | Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option. | Scott González | 2012-10-25 | 1 | -89/+0 |
| | |||||
* | Fixes #8714, Build: Updated internal JSHint to latest | Mike Sherov | 2012-10-23 | 1 | -1170/+1615 |
| | |||||
* | Update QUnit to 1.10.0 | Jörn Zaefferer | 2012-08-30 | 2 | -28/+77 |
| |