Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/upgrade-guide/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ These properties were deprecated in jQuery 1.9, as they were only used for the o

https://github.com/jquery/jquery/issues/1908

#### Breaking change: Deprecated `.size()` removed

`.size()` is deprecated as of jQuery 1.8 and removed in jQuery 3.0 in favor of the `.length` property.

#### Breaking change: Undocumented internal methods no longer exposed

Version 3.0 removes several methods from view that were intended to be private and were never documented:
Expand Down