You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to jQuery 3.6.0 I get several deprecation-messages from jquery-migrate 3.4.0 which is additionally included.
Examples:
jQuery.fn.click() event shorthand is deprecated
jQuery.isArray is deprecated; use Array.isArray
jQuery.fn.change() event shorthand is deprecated
jQuery.fn.keydown() event shorthand is deprecated
It's all easy to fix.
It would be great that spectrum does not break with the next version of jquery.
The text was updated successfully, but these errors were encountered:
After upgrading to jQuery 3.6.0 I get several deprecation-messages from jquery-migrate 3.4.0 which is additionally included.
Examples:
jQuery.fn.click() event shorthand is deprecated
jQuery.isArray is deprecated; use Array.isArray
jQuery.fn.change() event shorthand is deprecated
jQuery.fn.keydown() event shorthand is deprecated
It's all easy to fix.
It would be great that spectrum does not break with the next version of jquery.
The text was updated successfully, but these errors were encountered: