Magnific-Popup v1.1.0 Release Notes
Release Date: 2016-02-20 // over 7 years ago-
- ⬇️ 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).
- ➕ Added 'style' property to package.json (#816 via @jonscottclark).
- ✂ Removed vendor prefixes for box-sizing and box-shadow (via @chicagoing).
Previous changes from v1.0.1
-
- 🆕 New option autoFocusLast to on/off autofocusing after popup close (via @resetko).
- 0️⃣ Shift- and alt-click allows default browser behaviour if option
midClick:true
(via @Noitidart). - 🔄 Changed
×
to×
for XHTML compability (via @edelbluth).