From 30317f8abd2bcebca38079e0f1c642af6c17ff7e Mon Sep 17 00:00:00 2001 From: ars Date: Thu, 13 Oct 2022 07:40:20 +0200 Subject: [PATCH] Fixed #277 - add passive listener for scroll events, #276 mistake z-index --- .gitignore | 3 +- README.md | 1 + bower.json | 2 +- demo/index.html | 7 +- demo/onlyImages.html | 2 +- dist/simple-lightbox.css | 4 +- dist/simple-lightbox.esm.js | 5 +- dist/simple-lightbox.jquery.js | 541 +- dist/simple-lightbox.jquery.min.js | 2 +- dist/simple-lightbox.js | 540 +- dist/simple-lightbox.legacy.js | 3013 +++-- dist/simple-lightbox.legacy.min.js | 2 +- dist/simple-lightbox.min.css | 4 +- dist/simple-lightbox.min.js | 2 +- dist/simple-lightbox.modules.js | 540 +- package-lock.json | 17923 --------------------------- package.json | 4 +- src/license-notice.txt | 2 +- src/simple-lightbox.js | 3 +- src/simple-lightbox.scss | 2 +- 20 files changed, 1827 insertions(+), 20775 deletions(-) delete mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 940b9f4..24a1d52 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build npm-debug.log .env .idea -.DS_Stor +.DS_Store +package-lock.json \ No newline at end of file diff --git a/README.md b/README.md index 63a31ab..2e3aeda 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Run `gulp watch` to enable continous watching of both src/simple-lightbox.js and Just call `gulp build` to have all files and variants created inside dist! ### Changelog +**2.10.4 - Fixed #277 - add passive listener for scroll events, #276 mistake z-index** **2.10.3 - Fixed #264 - Fixed wrong mouse-zoom when the page is scrolled** **2.10.2 - Fixed #258 with opacity flicker on overlay. For this, moved style option captionOpacity to js plugin** **2.10.1 - Fixed #255 fast switching photos and #256 for hiding back and next buttons on loop: false** diff --git a/bower.json b/bower.json index 4d837ba..e86a92e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simplelightbox", - "version": "2.10.3", + "version": "2.10.4", "homepage": "https://simplelightbox.com/", "authors": [ "André Rinas (https://www.andrerinas.de)" diff --git a/demo/index.html b/demo/index.html index 66f7e8f..1ead56a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -4,7 +4,7 @@ - + SimpleLightbox by André Rinas @@ -14,7 +14,7 @@
-

SimpleLightbox v2.10.3

+

SimpleLightbox v2.10.4

Touch-friendly image lightbox
+ 2.10.4 - Fixed #277 - add passive listener for scroll events, #276 mistake z-index
2.10.3 - Fixed #264 - Fixed wrong mouse-zoom when the page is scrolled
2.10.2 - Fixed #258 with opacity flicker on overlay. For this, moved style option captionOpacity to js plugin
2.10.1 - Fixed #255 fast switching photos and #256 for hiding back and next buttons on loop: false
@@ -758,7 +759,7 @@

Author/
Contributors

- +