Skip to content

Releases: vast-engineering/jquery-popup-overlay

v2.1.0

15 Dec 14:46
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

9464a57 - New: Add option blurignore
7cda5bd - Fix: Don’t hide background content from screen-readers if keepfocus is false
6b1c784 - Fix: focuselement to work with keepfocus:false
45aab88 - Fix: If keepfocus is false, don’t lock focus inside popup even if element is in focus
14b77ea - Fix: autozindex to set z-index if highest z-index on page was 0 (fixes #41)
ddf4591 - Upgrade: jQuery for demo page from 1.8.2 to 3.3.1.slim (refs #82)

v2.0.1

10 Dec 02:14
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

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.
f03e4b0 - Fix: Added {left:0,top:0} as a default position for tooltips.

2.0.0

08 Dec 00:15
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

No breaking changes here. The major version number is updated just for precaution since the package wasn't updated on NPM for a while.