From c2182bfbf922711c7447ccdd96ee0bb5ec24a64d Mon Sep 17 00:00:00 2001 From: Vladimir Haltakov Date: Fri, 20 Feb 2026 00:27:02 +0100 Subject: [PATCH 1/2] fix: remove the pointer event from the loader --- common/src/styles/photoswipe/photoswipe.css | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/styles/photoswipe/photoswipe.css b/common/src/styles/photoswipe/photoswipe.css index 3b5f426..6869bb4 100644 --- a/common/src/styles/photoswipe/photoswipe.css +++ b/common/src/styles/photoswipe/photoswipe.css @@ -130,6 +130,7 @@ margin: -32px 0 0 -32px; overflow: visible; --pswp-icon-stroke-width: 1px; + pointer-events: none; } .pswp__preloader .pswp__icn { From 368a3fc948fb204f018ee0567725798aefd6fd3d Mon Sep 17 00:00:00 2001 From: Vladimir Haltakov Date: Fri, 20 Feb 2026 00:28:19 +0100 Subject: [PATCH 2/2] chore: release version 2.1.7 --- common/package.json | 2 +- gallery/package.json | 6 +++--- .../modules/create-theme/templates/base/package.json | 2 +- themes/modern/package.json | 4 ++-- yarn.lock | 10 +++++----- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/common/package.json b/common/package.json index e8a604b..98afb9c 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@simple-photo-gallery/common", - "version": "2.1.6", + "version": "2.1.7", "description": "Shared utilities and types for Simple Photo Gallery", "license": "MIT", "author": "Vladimir Haltakov, Tomasz Rusin", diff --git a/gallery/package.json b/gallery/package.json index 65c8621..1bbf83e 100644 --- a/gallery/package.json +++ b/gallery/package.json @@ -1,6 +1,6 @@ { "name": "simple-photo-gallery", - "version": "2.1.6", + "version": "2.1.7", "description": "Simple Photo Gallery CLI", "license": "MIT", "author": "Vladimir Haltakov, Tomasz Rusin", @@ -47,8 +47,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@simple-photo-gallery/common": "2.1.6", - "@simple-photo-gallery/theme-modern": "2.1.6", + "@simple-photo-gallery/common": "2.1.7", + "@simple-photo-gallery/theme-modern": "2.1.7", "axios": "^1.12.2", "blurhash": "^2.0.5", "commander": "^12.0.0", diff --git a/gallery/src/modules/create-theme/templates/base/package.json b/gallery/src/modules/create-theme/templates/base/package.json index 945239c..451b98e 100644 --- a/gallery/src/modules/create-theme/templates/base/package.json +++ b/gallery/src/modules/create-theme/templates/base/package.json @@ -27,7 +27,7 @@ "photoswipe": "^5.4.4" }, "peerDependencies": { - "@simple-photo-gallery/common": "^2.1.6" + "@simple-photo-gallery/common": "^2.1.7" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", diff --git a/themes/modern/package.json b/themes/modern/package.json index 3657f3f..8376dce 100644 --- a/themes/modern/package.json +++ b/themes/modern/package.json @@ -1,6 +1,6 @@ { "name": "@simple-photo-gallery/theme-modern", - "version": "2.1.6", + "version": "2.1.7", "description": "Modern theme for Simple Photo Gallery", "license": "MIT", "author": "Vladimir Haltakov, Tomasz Rusin", @@ -36,7 +36,7 @@ "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.30.1", - "@simple-photo-gallery/common": "2.1.6", + "@simple-photo-gallery/common": "2.1.7", "@types/photoswipe": "^4.1.6", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", diff --git a/yarn.lock b/yarn.lock index 2dfd103..2fe10dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1652,7 +1652,7 @@ __metadata: languageName: node linkType: hard -"@simple-photo-gallery/common@npm:2.1.6, @simple-photo-gallery/common@workspace:common": +"@simple-photo-gallery/common@npm:2.1.7, @simple-photo-gallery/common@workspace:common": version: 0.0.0-use.local resolution: "@simple-photo-gallery/common@workspace:common" dependencies: @@ -1687,13 +1687,13 @@ __metadata: languageName: unknown linkType: soft -"@simple-photo-gallery/theme-modern@npm:2.1.6, @simple-photo-gallery/theme-modern@workspace:themes/modern": +"@simple-photo-gallery/theme-modern@npm:2.1.7, @simple-photo-gallery/theme-modern@workspace:themes/modern": version: 0.0.0-use.local resolution: "@simple-photo-gallery/theme-modern@workspace:themes/modern" dependencies: "@eslint/eslintrc": "npm:^3.3.1" "@eslint/js": "npm:^9.30.1" - "@simple-photo-gallery/common": "npm:2.1.6" + "@simple-photo-gallery/common": "npm:2.1.7" "@types/photoswipe": "npm:^4.1.6" "@typescript-eslint/eslint-plugin": "npm:^8.35.1" "@typescript-eslint/parser": "npm:^8.35.1" @@ -8570,8 +8570,8 @@ __metadata: dependencies: "@eslint/eslintrc": "npm:^3.3.1" "@eslint/js": "npm:^9.30.1" - "@simple-photo-gallery/common": "npm:2.1.6" - "@simple-photo-gallery/theme-modern": "npm:2.1.6" + "@simple-photo-gallery/common": "npm:2.1.7" + "@simple-photo-gallery/theme-modern": "npm:2.1.7" "@types/fs-extra": "npm:^11.0.4" "@types/jest": "npm:^30.0.0" "@types/node": "npm:^24.0.10"