Skip to content

Comments

Add externs for jQuery 3.3#2814

Closed
tdelmas wants to merge 1 commit intogoogle:masterfrom
tdelmas:patch-1
Closed

Add externs for jQuery 3.3#2814
tdelmas wants to merge 1 commit intogoogle:masterfrom
tdelmas:patch-1

Conversation

@tdelmas
Copy link

@tdelmas tdelmas commented Feb 11, 2018

https://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/

  • The .addClass(), .removeClass(), and .toggleClass() methods now accept an array of classes.
  • Deprecated: jQuery.isFunction, jQuery.isNumeric, jQuery.isWindow, jQuery.now, jQuery.proxy, jQuery.type
    (jQuery.camelCase is deprecated too but was not documented and reserved for internal use)
  • Deprecated: event alias (blur, focus, focusin, focusout, resize, scroll, click, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, mouseenter, mouseleave, change, select, submit, keydown, keypress, keyup, contextmenu)
    (.contextmenu was missing)
  • Deprecated: event.which, .hover ( 3.2/3.3 Deprecations jquery/api.jquery.com#972 )

To see the diff: 92a5020

https://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/
 - The .addClass(), .removeClass(), and .toggleClass() methods now accept an array of classes.
 - Deprecated: jQuery.isFunction, jQuery.isNumeric, jQuery.isWindow, jQuery.now, jQuery.proxy, jQuery.type
(jQuery.camelCase is deprecated too but was not documented and reserved for internal use)
- Deprecated: event alias (blur, focus, focusin, focusout, resize, scroll, click, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, mouseenter, mouseleave, change, select, submit, keydown, keypress, keyup, contextmenu)
(.contextmenu was missing)
- Deprecated: event.which, .hover ( jquery/api.jquery.com#972 )

To see the diff: 92a5020
@brad4d brad4d self-assigned this Feb 12, 2018
@brad4d
Copy link
Contributor

brad4d commented Feb 22, 2018

Imported and sent for internal review

@dimvar dimvar closed this in 5db5a36 Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants