jquery-ui/ui
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
..
effects Effects: Disable maxLineLength for description meta explode 2016-04-13 11:32:19 -04:00
i18n Datepicker: Fix first day of week for pt-PT locale 2017-05-31 11:10:41 -04:00
widgets All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
.jshintrc Widget: Style updates 2015-09-16 12:45:54 -04:00
core.js Core: Remove header and manifest 2015-10-23 09:25:15 -04:00
data.js Core: Fix JQMIGRATE warning about jQuery.expr[":"] 2017-05-02 15:28:51 -04:00
disable-selection.js Core: Move disable-selection into its own module 2015-08-08 00:29:36 -04:00
effect.js All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
escape-selector.js Core: Move escape selector into its own module 2015-08-08 00:29:36 -04:00
focusable.js Core: Fix JQMIGRATE warning about jQuery.expr[":"] 2017-05-02 15:28:51 -04:00
form-reset-mixin.js Form: Rename from .form() to ._form() since its not for public use 2016-10-11 10:15:04 -04:00
form.js Form: Rename from .form() to ._form() since its not for public use 2016-10-11 10:15:04 -04:00
ie.js Core: Move $.ui.ie into its own module 2015-08-08 00:29:36 -04:00
jquery-1-7.js Core: Fix JQMIGRATE warning about jQuery.expr[":"] 2017-05-02 15:28:51 -04:00
keycode.js Core: Move keyCode into its own module 2015-08-08 00:29:36 -04:00
labels.js Labels: Handle empty sets 2017-05-02 12:42:49 -04:00
plugin.js Plugin: Fix line length issues 2016-04-13 11:32:07 -04:00
position.js All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
safe-active-element.js Core: Move safeActiveElement into its own module 2015-08-08 00:29:36 -04:00
safe-blur.js Core: Move safe blur into its own module 2015-08-08 00:29:37 -04:00
scroll-parent.js Scroll Parent: Fix line length issues 2016-04-13 11:31:59 -04:00
tabbable.js Core: Fix JQMIGRATE warning about jQuery.expr[":"] 2017-05-02 15:28:51 -04:00
unique-id.js Core: Movie uniqueId into its own module and deprecate core module 2015-08-08 00:29:37 -04:00
version.js Core: Move version and creation of the ui namespace into its own module 2015-08-08 00:29:35 -04:00
widget.js All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00