From 3d47789c37d32d2ab6121b3569f850fdb4a2fa4f Mon Sep 17 00:00:00 2001 From: ars Date: Mon, 21 Mar 2022 11:29:48 +0100 Subject: [PATCH] Fixed #264 - Fixed wrong mouse-zoom when the page is scrolled --- README.md | 1 + bower.json | 2 +- demo/index.html | 7 ++++--- dist/simple-lightbox.css | 2 +- dist/simple-lightbox.esm.js | 6 ++++-- dist/simple-lightbox.jquery.js | 6 ++++-- dist/simple-lightbox.jquery.min.js | 2 +- dist/simple-lightbox.js | 6 ++++-- dist/simple-lightbox.legacy.js | 6 ++++-- dist/simple-lightbox.legacy.min.js | 2 +- dist/simple-lightbox.min.css | 2 +- dist/simple-lightbox.min.js | 2 +- dist/simple-lightbox.modules.js | 6 ++++-- package.json | 2 +- src/license-notice.txt | 2 +- src/simple-lightbox.js | 4 +++- 16 files changed, 36 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 53739e2..63a31ab 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.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** **2.10.0 - Fixed #254 - Nav Buttons disappear and adding new method getLighboxData so get some useful data for #251** diff --git a/bower.json b/bower.json index 6aac0cd..4d837ba 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simplelightbox", - "version": "2.10.2", + "version": "2.10.3", "homepage": "https://simplelightbox.com/", "authors": [ "André Rinas (https://www.andrerinas.de)" diff --git a/demo/index.html b/demo/index.html index acce317..66f7e8f 100644 --- a/demo/index.html +++ b/demo/index.html @@ -4,7 +4,7 @@ - + SimpleLightbox by André Rinas @@ -14,7 +14,7 @@
-

SimpleLightbox v2.10.2

+

SimpleLightbox v2.10.3

Touch-friendly image lightbox
+ 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
2.10.0 - Fixed #254 - Nav Buttons disappear and adding new method getLighboxData so get some useful data for #251
@@ -757,7 +758,7 @@

Author/
Contributors

- +