| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Closes gh-2021
|
|
|
|
|
| |
jQuery 1.12.4 misses some Core APIs that jQuery UI depends on and that are not
polyfilled in demos.
|
|
|
|
|
| |
Fixes #15393
Closes gh-1958
|
|
|
|
|
|
|
|
|
| |
Some bad pages are being detected as Catalan randomly which makes the build
fail. This is reproducible both locally & on Travis. PR gh-1949 added a new
regex to account for this error but it didn't escape parens properly so it's
not matching the problematic error message.
Ref gh-1949
Closes gh-1950
|
|
|
|
|
|
|
| |
Some bad pages are being detected as Catalan randomly which makes the build
fail. This is reproducible both locally & on Travis. This commit adds a new
regex to account for this error.
Closes gh-1949
|
|
|
| |
Closes gh-1948
|
|
|
| |
Closes gh-1894
|
|
|
|
|
|
|
|
| |
JSHint, JSCS & QUnit-related packages are not updated as they need more code
adjustments.
Fixes #15112
Closes gh-1882
|
|
|
|
|
|
| |
That upgrade makes UI pass the whole test suite without a single jQuery Migrate
warning. 🎉
Closes gh-1932
|
|
|
| |
Closes gh-1923
|
|
|
| |
Closes gh-1915
|
|
|
|
|
|
| |
The jQuery Simulate & jQuery Color updates are needed for compatibility
with jQuery master, a future jQuery 4.
Closes gh-1914
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes gh-1774
|
|
|
|
| |
Closes gh-1766
|
|
|
|
|
| |
Fixes #15052
Closes gh-1751
|
| |
|
| |
|
| |
|
|
|
|
| |
Ref gh-1706
|
|
|
|
|
|
| |
Also seperates tests into a seperate task because they still have many errors
Closes gh-1690
|
| |
|
|
|
|
| |
Ref gh-1670
|
|
|
|
| |
Ref gh-1670
|
| |
|
| |
|
|
|
|
|
|
| |
Adds a data-composite option and fixes paths for effects. Otherwise
just applies the same conversion as already applied to demos, sometimes
moving a <style> element to the right place.
|
|
|
|
| |
Closes gh-1589
|
| |
|
|
|
|
| |
Ref #14246
|
|
|
|
|
| |
Fixes #14246
Closes gh-1588
|
|
|
|
|
|
| |
This task was only used to create the combined js file for sizer
and for creating the combined files for the NPM package. The
npm package is no longer maintained so there is no need for this any more.
|
|
|
|
|
| |
This more closely emulates what you get from the builder in terms of file order
it also will error on any dependency issues.
|
| |
|
|
|
|
|
| |
Fixes #10119
Closes gh-1557
|
| |
|
|
|
|
|
| |
It appears that we must load require.js via a standard script tag in order
for it to work properly in IE8.
|
|
|
|
|
|
|
|
| |
Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`.
Corrected bad draggable assertions.
Ref gh-1528
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This module was created from our existing implementation.
Closes gh-1532
|
|
|
|
|
|
| |
Skipping ui/effect.js since embedded jquery-color has many issues.
Closes gh-1510
|
| |
|
|
|
|
|
|
| |
Also formats jscsBad array and sorts it alphabetically.
Closes gh-1507
|
|
|
|
| |
Closes gh-1506
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We don't actually use these files for anything other than size comparisons,
but having the .min.js extension means that AMD is broken.
Note: If you're using AMD with the minified files, just run a build instead.
Fixes #10674
Closes gh-1466
|
|
|
|
| |
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes gh-1403
|
|
|
|
| |
Closes gh-1378
|