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
Dropped built-in fast-click support in favor of modern touch-action property. If you still need it in browsers that have 300ms delay, use FastClick by FT Labs.
Dropped basic IE7 support (if you still need to support old IE, keep using the previous version).
Sanitized attributes with jQuery when replacing img element (#770 via @makkaq).