Feature proposal #5402
closedUpdate jQuery plugins
Added by krileon over 9 years ago. Updated almost 8 years ago.
Description
Core jQuery has released a minor bug fix release. Update and also check all core jQuery plugins for updates.
Updated by krileon about 9 years ago
Remove jQuery migrate as it is now no longer needed.
Updated by beat about 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by krileon over 8 years ago
Review upgrading to jQuery 3.0.
https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/
If done then do not remove jQuery Migrate. If not needed for any plugins then still include it, but default disable it for new installs. Some additional notes as follows.
The following may directly affect all custom CB jQuery plugins that parse data attributes into a settings object:
https://jquery.com/upgrade-guide/3.0/#breaking-change-data-names-containing-dashes
The following may affect Tooltip, MoreLess, and a few other usages that need to determine dimensions:
https://jquery.com/upgrade-guide/3.0/#breaking-change-width-height-css-quot-width-quot-and-css-quot-height-quot-can-return-non-integer-values
The following is a bit confusingly worded; there are a lot of show/hide usages; must be heavily tested:
https://jquery.com/upgrade-guide/3.0/#breaking-change-show-hide-and-toggle-methods-now-respect-more-stylesheet-changes
The following will be a serious problem if 3rd party jQuery plugins used are not updated:
https://jquery.com/upgrade-guide/3.0/#deprecated-bind-and-delegate
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Precedes Bug #6236: jQuery UI is not mobile compatible added
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated in MR !1132
Updated by krileon about 8 years ago
- Precedes Bug #5282: Confirm dialog message untranslateable added