aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
Commit message (Collapse)AuthorAgeFilesLines
* 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