Releases: gasparesganga/jquery-loading-overlay
Releases · gasparesganga/jquery-loading-overlay
v2.0.0
- SVG images support
- CSS3 animations support
- 4 different built-in keyframes animations:
rotate_right
,rotate_left
,fadein
andpulse
- Text element support
- Progress element support (basically what Extra Progress was doing in v1)
- New actions
text
andprogress
color
option is now namedbackground
- Default image is a modern, lightweight and customizable SVG instead of the old fashioned GIF
- Default
maxSize
increased to120px
- Fixed size support (don't fancy dynamic scaling? Here you go!)
- Javascript sourcemaps
- New folder structure, with source files under
src/
and production files underdist/
- 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
- 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
- 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
- Fixed a CSS positioning bug with Extra Progress when used with Font Awesome
See release notes
v1.5.2
- Option
zIndex
now defaults to 9999
See release notes
v1.5.1
- npm support
See release notes
v1.5.0
- Bower support
See release notes
v.1.4.1
- 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 to50
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
- 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
- zIndex option available
See Release notes