| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jQuery positional selectors () have been deprecated in
[jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/)
and they'll be removed in jQuery 4.0.0. This PR removes their usage.
Most of the changes were possible without changing public API. However,
dropping `:even` usage required a change to the
[`header` option](https://api.jqueryui.com/accordion/#option-header)
of the accordion widget. I made it an optional function; this will need
to be documented.
The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was
no usage of the :odd selector in the code but the `.odd()` method is also
polyfilled for completeness.
Closes gh-1904
|
|
|
|
|
|
| |
See:
https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryexprfilters-is-deprecated-use-jqueryexprpseudos
Closes gh-1887
|
|
|
|
|
| |
Fixes #15102
Closes gh-1784
|
|
|
|
|
|
| |
There are too many errors and re-write is essentially done
Ref gh-1690
|
|
|
|
|
| |
Fixes #7956
Closes gh-1677
|
|
|
|
|
| |
Fixes #14920
Closes gh-1678
|
|
|
|
| |
Closes gh-1647
|
|
|
|
|
|
|
| |
Collapses "UI Core" and "Core" into just "Core".
Fixes bad paths for CSS dependencies. Regressed when moving widgets
into the widgets subfolder.
|
| |
|
|
|
|
| |
Ref #14246
|
|
|
|
| |
Fixes #14416
|
|
|
|
|
| |
Ref #14246
Ref gh-1588
|
|
Ref #13885
|