From 766be9dc363eb30856404c010cdcb80acdb86480 Mon Sep 17 00:00:00 2001 From: "David J. Yu" <87633683+ddjnw1yu@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:58:59 +1300 Subject: [PATCH 1/5] 2.7.2-beta.0 offline annotation --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1c2abff..9862916a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@abi-software/map-side-bar", - "version": "2.7.1", + "version": "2.7.2-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.7.1", + "version": "2.7.2-beta.0", "dependencies": { "@abi-software/gallery": "^1.1.2", - "@abi-software/map-utilities": "^1.4.0", + "@abi-software/map-utilities": "^1.4.1-beta.0", "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", "algoliasearch": "^4.10.5", @@ -66,9 +66,9 @@ } }, "node_modules/@abi-software/map-utilities": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.4.0.tgz", - "integrity": "sha512-QP3ansg2NrLrIb581k/K49YnrdhROj0xj0pGy6TvbkK1fwccZjzwZdTeaxR71dQyjAPPu6o/AgcSzCRn3uyiPA==", + "version": "1.4.1-beta.0", + "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.4.1-beta.0.tgz", + "integrity": "sha512-ww5HQ7ESL/+J6SfZWo6ALVTebsFBMgCv9ZHV3FWSaLDLx20uJtcqLRImEthQO7NDBFWqtE3+UAfJYfJdUwmXOA==", "dependencies": { "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", diff --git a/package.json b/package.json index 150f2917..311dccd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.7.1", + "version": "2.7.2-beta.0", "files": [ "dist/*", "src/*", @@ -39,7 +39,7 @@ }, "dependencies": { "@abi-software/gallery": "^1.1.2", - "@abi-software/map-utilities": "^1.4.0", + "@abi-software/map-utilities": "^1.4.1-beta.0", "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", "algoliasearch": "^4.10.5", From 3b6ccbf54900ebcc86eb522de818d12343a35690 Mon Sep 17 00:00:00 2001 From: akhuoa Date: Wed, 23 Apr 2025 12:21:21 +1200 Subject: [PATCH 2/5] Fix copyClipboard content refresh on switching connectivity from display search without closing tab --- src/components/SideBar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue index f2807f75..8e34332e 100644 --- a/src/components/SideBar.vue +++ b/src/components/SideBar.vue @@ -32,6 +32,7 @@