@mappedin/viewer 0.23.2-d479f28.0 → 0.24.1-fd450ca.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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.24.0](https://github.com/MappedIn/viewer/compare/viewer-v0.23.1...viewer-v0.24.0) (2024-07-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **SRV-1314:** support themes ([#237](https://github.com/MappedIn/viewer/issues/237)) ([0948b4f](https://github.com/MappedIn/viewer/commit/0948b4f01079ff2cb1ca6067deee63192a8f88e9))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **SRV-1330:** do not pollute parent window history when embedded ([#247](https://github.com/MappedIn/viewer/issues/247)) ([355b95d](https://github.com/MappedIn/viewer/commit/355b95d46493765a6c4922c261facae3d6a2598d))
|
|
14
|
+
* **SRV-1332:** prevent crash for maps without interior walls ([#249](https://github.com/MappedIn/viewer/issues/249)) ([d479f28](https://github.com/MappedIn/viewer/commit/d479f2891fce9c5b7e4a94a039039d900f80bcd5))
|
|
15
|
+
|
|
3
16
|
## [0.23.1](https://github.com/MappedIn/viewer/compare/viewer-v0.23.0...viewer-v0.23.1) (2024-07-04)
|
|
4
17
|
|
|
5
18
|
|
package/dist/index.js
CHANGED
|
@@ -65736,7 +65736,7 @@ const HHe = [s2, q2, sn, W2, j2, kr, ho], v8e = [s2, W2], _8e = async (r, e) =>
|
|
|
65736
65736
|
}
|
|
65737
65737
|
return await NHe(t);
|
|
65738
65738
|
};
|
|
65739
|
-
var UHe = { BASE_URL: "/map", MODE: "production", DEV: !1, PROD: !0, SSR: !1, APP_VERSION: "0.
|
|
65739
|
+
var UHe = { BASE_URL: "/map", MODE: "production", DEV: !1, PROD: !0, SSR: !1, APP_VERSION: "0.24.0", OUTDOOR_MAPS_KEY: "f8fd42d9e1c2751f", POSTHOG_KEY: "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", POSTHOG_HOST: "https://ph-api.mappedin.com", IMAGE_PROXY_HOST: "https://image-proxy-staging.mappedin.net" };
|
|
65740
65740
|
const jHe = async (r, e, t) => {
|
|
65741
65741
|
const i = `${e ?? UHe.FETCH_MVF_AZURE_FUNCTION_HOST}?venue=${r}&version=2.0.0`, { url: n } = await fetch(i).then((c) => c.json()), a = await fetch(n).then((c) => c.arrayBuffer()), o = new Uint8Array(a), s = await K$(o), l = Y$(s);
|
|
65742
65742
|
return typeof (t == null ? void 0 : t.onMVFParsed) == "function" && t.onMVFParsed(l), _8e(l, t);
|
|
@@ -86364,7 +86364,7 @@ const b7e = hw((r) => {
|
|
|
86364
86364
|
}
|
|
86365
86365
|
}, M7e = () => {
|
|
86366
86366
|
const r = document.createElement("meta");
|
|
86367
|
-
r.name = "app-version", r.content = "0.
|
|
86367
|
+
r.name = "app-version", r.content = "0.24.0", document.head.appendChild(r);
|
|
86368
86368
|
let e = document.querySelector("meta[name=viewport]");
|
|
86369
86369
|
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";
|
|
86370
86370
|
}, L7e = (r) => {
|