@mappedin/viewer 0.43.5-3dae969.0 → 0.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.44.0](https://github.com/MappedIn/viewer/compare/viewer-v0.43.4...viewer-v0.44.0) (2025-05-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **SRV-2195:** enable blue dot behind a feature flag ([#504](https://github.com/MappedIn/viewer/issues/504)) ([1eeba63](https://github.com/MappedIn/viewer/commit/1eeba63c947e8e02bb89fa433f1742f01ba6e7ae))
|
|
9
|
+
* **SRV-2356:** use new icon field to render label icon ([#516](https://github.com/MappedIn/viewer/issues/516)) ([3dae969](https://github.com/MappedIn/viewer/commit/3dae96953bf33f75595691bf4ec5eab91b7ccb8b))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **SRV-2490:** prevent overlapping UI elements on mobile ([#520](https://github.com/MappedIn/viewer/issues/520)) ([03dd0f7](https://github.com/MappedIn/viewer/commit/03dd0f76a2b2ad9366947300f987f51b7bf713d0))
|
|
15
|
+
|
|
3
16
|
## [0.43.4](https://github.com/MappedIn/viewer/compare/viewer-v0.43.3...viewer-v0.43.4) (2025-05-06)
|
|
4
17
|
|
|
5
18
|
|
package/dist/index.js
CHANGED
|
@@ -17425,7 +17425,7 @@ const Q2e = function() {
|
|
|
17425
17425
|
const e = W4(), [r, i] = t;
|
|
17426
17426
|
e.capture(r, i);
|
|
17427
17427
|
}, $2e = (t = {}) => {
|
|
17428
|
-
const e = "
|
|
17428
|
+
const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
|
|
17429
17429
|
hge(t.captureEnabled ?? !0);
|
|
17430
17430
|
const i = W4();
|
|
17431
17431
|
if (!i.__loaded && e != null && r != null) {
|
|
@@ -73440,7 +73440,7 @@ function whe() {
|
|
|
73440
73440
|
var _Ke = whe();
|
|
73441
73441
|
const xhe = () => {
|
|
73442
73442
|
let t = document.querySelector("meta[name=app-version]");
|
|
73443
|
-
t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.
|
|
73443
|
+
t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.44.0";
|
|
73444
73444
|
let e = document.querySelector("meta[name=viewport]");
|
|
73445
73445
|
e == null && (e = document.createElement("meta"), e.name = "viewport", document.head.appendChild(e)), e.content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
|
|
73446
73446
|
}, _he = (t) => {
|
|
@@ -76632,7 +76632,7 @@ const wet = (t, e) => (Zf != null || (a7 == null && globalThis.OffscreenCanvas !
|
|
|
76632
76632
|
const i = {
|
|
76633
76633
|
fit: "fit",
|
|
76634
76634
|
...r
|
|
76635
|
-
}, n = "https://image-proxy
|
|
76635
|
+
}, n = "https://image-proxy.mappedin.com", s = _et(e, i.fit), a = encodeURIComponent(t);
|
|
76636
76636
|
return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
|
|
76637
76637
|
}, $O = (t, e) => {
|
|
76638
76638
|
if (e == null || e === "")
|
|
@@ -82401,7 +82401,7 @@ class Yrt {
|
|
|
82401
82401
|
}
|
|
82402
82402
|
async init(e) {
|
|
82403
82403
|
this.container = e;
|
|
82404
|
-
const r = this.rootStore.startupOptions.outdoorMapsKey ?? "
|
|
82404
|
+
const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
|
|
82405
82405
|
auto: !1,
|
|
82406
82406
|
// In campus mode, we need to load the outdoors first
|
|
82407
82407
|
initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
|