Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Add jQuery 3.6.4, update Migrate to 3.4.1 | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -1/+1 |
| | | | Closes gh-2161 | ||||
* | Build: Add jQuery 3.6.1-3.6.3, update Migrate to 3.4.0 | Michał Gołębiowski-Owczarek | 2023-01-15 | 1 | -1/+1 |
| | |||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -1/+2 |
| | | | | | 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 | 1 | -0/+1 |
| | | | Closes gh-1948 | ||||
* | All: Drop support for jQuery 1.7 | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -1/+0 |
| | | | Closes gh-1923 | ||||
* | Build: Add jQuery 3.5.0 & 3.5.1 | Michał Gołębiowski-Owczarek | 2020-05-16 | 1 | -0/+1 |
| | | | Closes gh-1915 | ||||
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Build: Add jQuery 3.1.1 | Michał Gołębiowski | 2016-11-02 | 1 | -1/+1 |
| | | | | Closes gh-1766 | ||||
* | Build: Add jQuery 3.1.0 | Scott González | 2016-07-08 | 1 | -0/+1 |
| | |||||
* | Tests: Add jQuery 3.0.0 to missing systems | Scott González | 2016-07-07 | 1 | -1/+2 |
| | |||||
* | Build: Add jQuery 1.12/2.2 to the test configuration | Michał Gołębiowski | 2016-05-25 | 1 | -0/+4 |
| | | | | Ref gh-1706 | ||||
* | Build: Use jquery-git in place of jquery-compat-git | Michał Gołębiowski | 2015-11-14 | 1 | -1/+1 |
| | | | | | | | jQuery Compat is not going to get released after all; jQuery UI should be tested against jquery-git instead of jquery-compat-git. Closes gh-1646 | ||||
* | Tests: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -4/+5 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Build: Upgrade to jQuery 1.11.3 | Scott González | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Tests: Use new jquery-compat-git and jquery-git files | Scott González | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Tests: Use jquery-git1 instead of jquery-git | Scott González | 2015-03-11 | 1 | -1/+1 |
| | | | | Closes gh-1480 | ||||
* | Build: Upgrade to jQuery 1.11.2 | Scott González | 2015-02-23 | 1 | -0/+1 |
| | | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3 | ||||
* | All: Remove 1.6.x leftovers | Michael Orchard | 2015-01-22 | 1 | -1/+0 |
| | | | | | | | | | Removes 1.6 versions from "All" tests and from the TestSwarm job. Ref #10723 Ref gh-1422 Closes gh-1434 Closes gh-1435 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -2/+2 |
| | |||||
* | Test: Whitespace | Scott González | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -0/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -0/+1 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Position: Removed offset option. Fixes #6982 - Position: Remove offset option. | Scott González | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵ | Scott González | 2012-10-25 | 1 | -1/+0 |
| | | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event. | ||||
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 1 | -2/+1 |
| | | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+6 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -7/+6 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+21 |
supported jQuery versions. |