I'm using this configuration:
$plugin_cf['jquery']['version_core']="3.1.1";
$plugin_cf['jquery']['version_ui']="1.12.1";
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.0.0.js";
$plugin_cf['jquery']['load_migrate']="true";
$plugin_cf['jquery']['autoload']="true";
$plugin_cf['jquery']['autoload_libraries']="jQuery";
In jQuery4CMSimple_XH's back-end Chrome's (but not Firefox') error console reports:
JQMIGRATE: jQuery.expr[":"] is now jQuery.expr.pseudos
JQMIGRATE: jQuery.expr.filters is now jQuery.expr.pseudos
We probably can't do much about this, but we should document this potential incompatibility.
Maybe we should deprecate jQueryUI altogether? At least I'm switching away from it (already dropped it in Pagemanager 3: cmb69/pagemanager_xh#7).
I'm using this configuration:
In jQuery4CMSimple_XH's back-end Chrome's (but not Firefox') error console reports:
We probably can't do much about this, but we should document this potential incompatibility.
Maybe we should deprecate jQueryUI altogether? At least I'm switching away from it (already dropped it in Pagemanager 3: cmb69/pagemanager_xh#7).