Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+5 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Slider: Add demo for custom handle | Scott González | 2016-09-13 | 1 | -1/+3 |
| | | | | | Fixes #15023 Closes gh-1740 | ||||
* | Slider: Fix line length issues | Alexander Schmitz | 2016-04-13 | 1 | -11/+36 |
| | | | | Ref gh-1690 | ||||
* | Slider: Fixed max value miscalculation | Mukul Hase | 2016-03-30 | 1 | -1/+6 |
| | | | | | Fixes #12852 Closes gh-1664 | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -3/+3 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Slider: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -5/+6 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Slider: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -28/+30 |
| | | | | Ref #14246 | ||||
* | Slider: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -3/+3 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Slider: Move slider into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+717 |
Ref #13885 |