aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
Commit message (Collapse)AuthorAgeFilesLines
* 1.13.0-rc.31.13.0-rc.3Michał Gołębiowski-Owczarek2021-09-261-2/+2
|
* Build: Require jQuery `>=1.8.0 <4.0.0`, not `>=1.6` in bower.jsonMichał Gołębiowski-Owczarek2021-09-251-1/+1
|
* Docs: Update jQuery used for demos to 3.6.0Michał Gołębiowski-Owczarek2021-09-251-1/+1
| | | | | 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 ESLintMichał Gołębiowski-Owczarek2021-06-071-1/+0
| | | | | Fixes #15393 Closes gh-1958
* Build: Add jQuery 3.6.0, update Migrate from 3.3.1 to 3.3.2Michał Gołębiowski-Owczarek2021-03-091-1/+2
| | | Closes gh-1948
* Tests: Update jQuery Migrate from 3.3.0 to 3.3.1Michał Gołębiowski-Owczarek2020-07-271-1/+1
| | | | | | That upgrade makes UI pass the whole test suite without a single jQuery Migrate warning. 🎉 Closes gh-1932
* All: Drop support for jQuery 1.7Michał Gołębiowski-Owczarek2020-07-221-3/+0
| | | Closes gh-1923
* Build: Add jQuery 3.5.0 & 3.5.1Michał Gołębiowski-Owczarek2020-05-161-0/+2
| | | Closes gh-1915
* Build: Update jQuery Simulate, jQuery Migrate & jQuery ColorMichał Gołębiowski-Owczarek2020-05-161-2/+3
| | | | | | 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 APIsMichał Gołębiowski-Owczarek2019-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 MigrateEirik Sletteberg2017-02-061-1/+3
| | | | Closes gh-1774
* Build: Add jQuery 3.1.1Michał Gołębiowski2016-11-021-1/+2
| | | | Closes gh-1766
* Build: Update bower.json with license informationJohannes Schäfer2016-08-181-0/+1
| | | | Closes gh-1731
* Build: Add jQuery 3.1.0Scott González2016-07-081-1/+2
|
* Build: Add jQuery 3.0 for testingAlexander Schmitz2016-07-061-1/+2
|
* Build: Add jQuery 1.12/2.2 to the test configurationMichał Gołębiowski2016-05-251-2/+13
| | | | Ref gh-1706
* Build: Upgrade to jQuery 1.11.3Scott González2015-05-141-1/+2
|
* Build: Update to qunit-assert-classes to V 1.0.2Alexander Schmitz2015-05-011-1/+1
| | | | Closes gh-1547
* Build: Upgrade to qunit-composite 1.1.0Scott González2015-04-091-1/+1
| | | | | Ref #10119 Closes gh-1528
* Tests: Use the qunit-assert-close moduleScott González2015-04-091-0/+1
| | | | | | | | 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 boilerplateScott González2015-04-091-0/+1
| | | | | | | | | | | 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 moduleScott González2015-04-071-0/+1
| | | | | | This module was created from our existing implementation. Closes gh-1532
* Build: Upgrade to QUnit 1.18.0Jörn Zaefferer2015-04-031-1/+1
|
* Build: Add qunit-assert-classes plug-in for classes testsAlexander Schmitz2015-03-111-0/+1
|
* Build: Upgrade to jQuery 1.11.2Scott González2015-02-231-2/+9
| | | | 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 Zaefferer2015-01-261-1/+1
|
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-5/+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 BowerMike Sherov2014-08-221-0/+1
| | | | Fixes #10563
* Build: Upgrade to jquery-mousewheel 3.1.12Scott González2014-07-221-1/+1
|
* Bower: Change jquery dependency to >=1.6 (don't limit max version)Scott González2014-06-241-2/+2
| | | | | Fixes #10110 Closes gh-1266
* Test: Get all jQuery versions from BowerScott González2014-06-241-1/+24
| | | | Ref gh-1266
* External: Update mousewheel plugin, copy only main fileJörn Zaefferer2014-04-141-1/+1
|
* Externals: Update jshint to latestJörn Zaefferer2014-03-051-1/+1
|
* Build: Use bower to manage client-side dependenciesJörn Zaefferer2014-03-051-1/+6
| | | | | Fixes #9507 Closes gh-1201
* All: Add Bower supportTJ VanToll2014-02-201-0/+13
Fixes #9465 Closes gh-1189