jquery-popup-overlay v2.0.1 Release Notes

Release Date: 2018-12-10 // over 5 years ago
  • 💥 53ba291 - Breaking: Removed backgroundactive option, use background:false, absolute:true.
    ⚡️ 9c7097b - Update: background: false no longer prevents interaction with background content.
    ⚡️ ffe6521 - Update: Allow overriding of all defaults for type:tooltip.
    2f442eb - New: Added method to destroy all popups ($.fn.popup.destroyall).
    086c042 - New: Added option absolute (boolean).
    🛠 81139df - Fix: Tooltips don’t close when clicked outside in iOS (fixes #90).
    e6f4a69 - Fix: Made scrolling inside of popup smoother in iOS.
    0️⃣ f03e4b0 - Fix: Added {left:0,top:0} as a default position for tooltips.