Releases: gasparesganga/jquery-loading-overlay
Releases · gasparesganga/jquery-loading-overlay
v2.1.7
- Bug affecting settings and in particular size when applied to multiple target elements using a single jQuery selector
See release notes
v2.1.6
- Fixed corner case when LoadingOverlay was being hidden with a long fade out time after the target element was resized and before
resizeInterval
was triggered
See release notes
v2.1.5
- Toggle LoadingOverlay visibility according to target element
- Clear orphaned intervals when target element is arbitrary removed from DOM
See release notes
v2.1.4
- Replaced the
.load()
method with a customajax()
request to load external SVG images in order to prevent conflicts withajaxStart()
andajaxSend()
event handlers
See release notes
v2.1.3
- package.json
main
path fix
See release notes
v2.1.2
- Fixes a bug introduced in v2.1.1 causing multiple LoadingOverlays to be shown on a single element
See release notes
v2.1.1
- Gracefully hides when target element is arbitrary removed from DOM
See release notes
v2.1.0
- New
Resize
action - New
progressFixedPosition
option - Control over both SVG fill and stroke through
imageColor
option passed as two-elements array - Default SVG image uses
circle
elements instead ofellipse
ones
See release notes
v2.0.2
- Using
getBoundingClientRect()
instead of jQuery.position()
when LoadingOverlay is displayed on an element withposition : fixed
See release notes
v2.0.1
- Changed value for overlay
justify-content
CSS property fromspace-evenly
tospace-around
: Edge didn't like the former - Set explicit
width
andheight
for SVG, addressing bug in Chrome
See release notes