Skip to content

Releases: gasparesganga/jquery-loading-overlay

v2.0.0

16 Mar 11:05
Compare
Choose a tag to compare
  • SVG images support
  • CSS3 animations support
  • 4 different built-in keyframes animations: rotate_right, rotate_left, fadein and pulse
  • Text element support
  • Progress element support (basically what Extra Progress was doing in v1)
  • New actions text and progress
  • color option is now named background
  • Default image is a modern, lightweight and customizable SVG instead of the old fashioned GIF
  • Default maxSize increased to 120px
  • Fixed size support (don't fancy dynamic scaling? Here you go!)
  • Javascript sourcemaps
  • New folder structure, with source files under src/ and production files under dist/
  • A bunch of new options:
    • background, backgroundClass
    • imageAnimation, imageAutoResize, imageResizeFactor, imageColor, imageClass, imageOrder
    • fontawesomeAnimation, fontawesomeAutoResize, fontawesomeResizeFactor, fontawesomeColor, fontawesomeOrder
    • customAnimation, customAutoResize, customResizeFactor, customOrder
    • text, textAnimation, textAutoResize, textResizeFactor, textColor, textClass, textOrder
    • progress, progressAutoResize, progressResizeFactor, progressColor, progressClass, progressOrder, progressSpeed, progressMin, progressMax
    • direction

See release notes

v1.6.0

10 Feb 20:30
Compare
Choose a tag to compare
  • Added AMD and CommonJS support
  • Added Typings for TypeScript
  • Extra Progress: it is possible to disable shown text
  • Extra Progress: jQuery is referenced through global jQuery variable instead of $ directly
  • Fixed main path of Extra Progress in bower.json

See release notes

v1.5.4

29 Sep 11:01
Compare
Choose a tag to compare
  • Option zIndex defaults to the highests value allowed (2147483647) to prevent other elements to be displayed over LoadingOverlay
  • Object keys always expressed as string literals instead of identifiers (fixes some weird Microsoft Edge behaviour)
  • Minor code fixes and improvements
  • Added main field to package.json according to jsDelivr recommendations

See release notes

v1.5.3

27 Jan 09:43
Compare
Choose a tag to compare
  • Fixed a CSS positioning bug with Extra Progress when used with Font Awesome

See release notes

v1.5.2

09 Dec 10:27
Compare
Choose a tag to compare
  • Option zIndex now defaults to 9999

See release notes

v1.5.1

11 Nov 17:41
Compare
Choose a tag to compare

See release notes

v1.5.0

11 Nov 17:04
Compare
Choose a tag to compare

See release notes

v.1.4.1

05 Aug 09:20
Compare
Choose a tag to compare
  • Fixed a bug with positioning when LoadingOverlay is attached to an element (element overlay mode).
  • LoadingOverlay is now always attached to the body, even if it is an element overlay. This means you can safely remove all the container element's contents while the LoadingOverlay is being shown. At the same time it shouldn't break anything in your existing code, unless you were doing something really tricky with it.
  • The resizeInterval option is now active and set to 50 milliseconds by default. This makes more sense as a default value since one would activate it more often than not.

See release notes

1.4.0

29 Jun 10:06
Compare
Choose a tag to compare
  • New option imagePosition available
  • Default loading.gif image is now embedded as Data URI. The original loading.gif file is still available in the src/ directory.

See Release notes

Version 1.3

25 May 09:48
Compare
Choose a tag to compare
  • zIndex option available

See Release notes