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

- +