Skip to content

Releases: gasparesganga/jquery-loading-overlay

v2.1.7

20 Mar 16:30
Compare
Choose a tag to compare
  • Bug affecting settings and in particular size when applied to multiple target elements using a single jQuery selector

See release notes

v2.1.6

24 Sep 13:57
Compare
Choose a tag to compare
  • 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

03 Jul 16:53
Compare
Choose a tag to compare
  • Toggle LoadingOverlay visibility according to target element
  • Clear orphaned intervals when target element is arbitrary removed from DOM

See release notes

v2.1.4

07 Jun 17:25
Compare
Choose a tag to compare
  • Replaced the .load() method with a custom ajax() request to load external SVG images in order to prevent conflicts with ajaxStart() and ajaxSend() event handlers

See release notes

v2.1.3

04 May 07:27
Compare
Choose a tag to compare
  • package.json main path fix

See release notes

v2.1.2

26 Apr 09:10
Compare
Choose a tag to compare
  • Fixes a bug introduced in v2.1.1 causing multiple LoadingOverlays to be shown on a single element

See release notes

v2.1.1

22 Apr 09:48
Compare
Choose a tag to compare
  • Gracefully hides when target element is arbitrary removed from DOM

See release notes

v2.1.0

04 Apr 17:58
Compare
Choose a tag to compare
  • 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 of ellipse ones

See release notes

v2.0.2

20 Mar 20:07
Compare
Choose a tag to compare
  • Using getBoundingClientRect() instead of jQuery .position() when LoadingOverlay is displayed on an element with position : fixed

See release notes

v2.0.1

16 Mar 12:22
Compare
Choose a tag to compare
  • Changed value for overlay justify-content CSS property from space-evenly to space-around: Edge didn't like the former
  • Set explicit width and height for SVG, addressing bug in Chrome

See release notes