jquery-ui/tests/unit
Michał Gołębiowski-Owczarek 98b539171b All: Migrate away from deprecated/removed Core APIs
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
2019-12-08 22:23:08 +01:00
..
accordion Accordion: Shift to use no globals 2016-04-14 00:06:11 +05:30
autocomplete Autocomplete: Shift to use no globals 2016-04-14 00:06:11 +05:30
button Button: Fix backcompat when called on collection of mixed elements 2017-05-02 15:11:24 -04:00
checkboxradio All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
controlgroup Controlgroup: Correctly handle non-empty child class key 2016-07-06 09:42:31 -04:00
core All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
datepicker Datepicker: Shift to use no globals 2016-04-14 00:06:12 +05:30
dialog All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
draggable All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
droppable Droppable: Shift to use no globals 2016-04-14 00:06:12 +05:30
effects All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
form-reset-mixin Form: Shift form-reset-mixin to use no globals 2016-04-14 00:06:12 +05:30
menu All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
position Position: Shift to use no globals 2016-04-14 00:08:29 +05:30
progressbar Progressbar: Shift to use no globals 2016-04-14 00:08:29 +05:30
resizable Resizable: Keep user-provided handles on destroy 2017-04-17 14:58:12 -04:00
selectable Selectable: Shift to use no globals 2016-04-14 00:14:57 +05:30
selectmenu All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
slider Slider: Add demo for custom handle 2016-09-13 08:41:33 -04:00
sortable Sortable: Setting table row placeholder height to be same as sorted row 2016-10-04 15:22:14 -04:00
spinner Spinner: Ignore mousewheel events when not focused 2017-02-21 12:45:19 -05:00
tabs Tabs: Remove presentation role 2016-09-29 10:15:19 -04:00
tooltip Tooltip: Allow tracking tooltips to be off by a fraciton of a pixel 2016-07-07 09:16:52 -04:00
widget All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
all.html Tests: Only test latest patch versions for jQuery Core in TestSwarm 2016-07-08 12:51:44 -04:00
index.html Controlgroup: Inital commit of new widget 2015-10-07 10:57:59 -04:00
subsuite.js All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00