From d03542131e2a083865eaae0477074b3cda3d2119 Mon Sep 17 00:00:00 2001 From: ars Date: Wed, 3 Apr 2024 16:21:11 +0200 Subject: [PATCH] Adding avif as format --- LICENSE | 2 +- README.md | 1 + bower.json | 2 +- demo/index.html | 6 +++--- dist/simple-lightbox.css | 2 +- dist/simple-lightbox.esm.js | 4 ++-- dist/simple-lightbox.jquery.js | 4 ++-- dist/simple-lightbox.jquery.min.js | 2 +- dist/simple-lightbox.js | 4 ++-- dist/simple-lightbox.legacy.js | 4 ++-- dist/simple-lightbox.legacy.min.js | 2 +- dist/simple-lightbox.min.css | 2 +- dist/simple-lightbox.min.js | 2 +- dist/simple-lightbox.modules.js | 4 ++-- package.json | 2 +- src/license-notice.txt | 2 +- 16 files changed, 23 insertions(+), 22 deletions(-) diff --git a/LICENSE b/LICENSE index 92bcccc..a7bfb78 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 Andre Rinas +Copyright (c) 2024 Andre Rinas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ad06de4..b8153a4 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,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.14.3 - Adding avif as format** **2.14.2 - Fixing error with caption sibling matches and added option for captionHTML.** **2.14.1 - Fixing #314. The captionSelector was to heavy. To not break #61 again I wrote a workaround for css + & > selectors** **2.14.0 - Merging #309 - thank to @romain25, fixing #305 - removeChild error if overlay option is disabled.** diff --git a/bower.json b/bower.json index f266b5e..a7bf72c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simplelightbox", - "version": "2.14.2", + "version": "2.14.3", "homepage": "https://simplelightbox.com/", "authors": [ "André Rinas (https://www.andrerinas.de)" diff --git a/demo/index.html b/demo/index.html index 7976273..4566840 100644 --- a/demo/index.html +++ b/demo/index.html @@ -4,7 +4,7 @@ - + SimpleLightbox by André Rinas @@ -14,7 +14,7 @@
-

SimpleLightbox v2.14.2

+

SimpleLightbox v2.14.3

Touch-friendly image lightbox
- +