Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspare Sganga committed Sep 29, 2017
1 parent 0b17f08 commit 05c1d77
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 38 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## v1.5.4 - 2017-09-29
### Changed
- Option `zIndex` defaults to the highests value allowed (2147483647) to prevent other elements to be displayed over LoadingOverlay

### Fixed
- 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



## v1.5.3 - 2017-01-27
### Fixed
- CSS positioning problem with Extra *Progress* when used with Font Awesome
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A flexible loading overlay jQuery plugin

---

Documentation and examples at http://gasparesganga.com/labs/jquery-loading-overlay/
Documentation and examples at https://gasparesganga.com/labs/jquery-loading-overlay/
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gasparesganga-jquery-loading-overlay",
"description": "A flexible loading overlay jQuery Plugin",
"homepage": "http://gasparesganga.com/labs/jquery-loading-overlay/",
"homepage": "https://gasparesganga.com/labs/jquery-loading-overlay/",
"authors": [
"Gaspare Sganga <[email protected]> (http://gasparesganga.com)"
"Gaspare Sganga <[email protected]> (https://gasparesganga.com)"
],
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions extras/loadingoverlay_progress/loadingoverlay_progress.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/***************************************************************************************************
LoadingOverlay Extras - Progress
Author : Gaspare Sganga
Version : 1.5.3
Version : 1.5.4
License : MIT
Documentation : http://gasparesganga.com/labs/jquery-loading-overlay/
Documentation : https://gasparesganga.com/labs/jquery-loading-overlay/
****************************************************************************************************/
var LoadingOverlayProgress = function(options){
var _bar;
Expand Down
4 changes: 2 additions & 2 deletions extras/loadingoverlay_progress/loadingoverlay_progress.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gasparesganga-jquery-loading-overlay",
"version": "1.5.3",
"version": "1.5.4",
"description": "A flexible loading overlay jQuery Plugin",
"homepage": "http://gasparesganga.com/labs/jquery-loading-overlay/",
"author": "Gaspare Sganga <[email protected]> (http://gasparesganga.com)",
"homepage": "https://gasparesganga.com/labs/jquery-loading-overlay/",
"author": "Gaspare Sganga <[email protected]> (https://gasparesganga.com)",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -12,6 +12,7 @@
"bugs": {
"url": "https://github.com/gasparesganga/jquery-loading-overlay/issues"
},
"main": "src/loadingoverlay.js",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
Expand Down
50 changes: 25 additions & 25 deletions src/loadingoverlay.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/loadingoverlay.min.js

Large diffs are not rendered by default.

0 comments on commit 05c1d77

Please sign in to comment.