@mappedin/viewer 0.56.3-e9bf22c.0 → 0.57.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.57.0](https://github.com/MappedIn/viewer/compare/viewer-v0.56.2...viewer-v0.57.0) (2025-12-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-3186:** support escalators ([#630](https://github.com/MappedIn/viewer/issues/630)) ([9d7275e](https://github.com/MappedIn/viewer/commit/9d7275eea1cb7970789a18bb18719e9030859143))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **SRV-3165:** scale area borders with zoom level ([#632](https://github.com/MappedIn/viewer/issues/632)) ([be688f0](https://github.com/MappedIn/viewer/commit/be688f02c90b769777518507f305683b9e67f39f))
14
+ * **SRV-3188:** overview should always appear first in level selector ([#633](https://github.com/MappedIn/viewer/issues/633)) ([7fb6f6f](https://github.com/MappedIn/viewer/commit/7fb6f6f619bd7ccd70c2d1d8e55d26fc1ec94bdb))
15
+ * **SRV-3189:** use best path smoothing algorithm ([#634](https://github.com/MappedIn/viewer/issues/634)) ([e56adbe](https://github.com/MappedIn/viewer/commit/e56adbec691cd725d33e9c7cfea5b4c128ac0ef7))
16
+ * **SRV-3194:** replace data records with maps ([#635](https://github.com/MappedIn/viewer/issues/635)) ([e9bf22c](https://github.com/MappedIn/viewer/commit/e9bf22c5bd54720c6d514e89a62652c9b41ffb9a))
17
+
3
18
  ## [0.56.2](https://github.com/MappedIn/viewer/compare/viewer-v0.56.1...viewer-v0.56.2) (2025-12-15)
4
19
 
5
20
 
package/dist/index.js CHANGED
@@ -17742,7 +17742,7 @@ const H7e = function() {
17742
17742
  const e = Lg(), [r, i] = t;
17743
17743
  e.capture(r, i);
17744
17744
  }, Z7e = (t = {}) => {
17745
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17745
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17746
17746
  OGe(t.captureEnabled ?? !0);
17747
17747
  const i = Lg();
17748
17748
  if (!i.__loaded && e != null && r != null) {
@@ -93435,7 +93435,7 @@ function gFe() {
93435
93435
  var Qjt = gFe();
93436
93436
  const yFe = () => {
93437
93437
  let t = document.querySelector("meta[name=app-version]");
93438
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.56.2";
93438
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.57.0";
93439
93439
  let e = document.querySelector("meta[name=viewport]");
93440
93440
  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";
93441
93441
  }, vFe = (t) => {
@@ -93569,7 +93569,7 @@ const eVt = (t, e, r, i) => {
93569
93569
  return;
93570
93570
  const o = e != null && e.length > 0 ? `${t}-${e}` : t, s = Array.isArray(i) ? i : [i], l = Array.isArray(n) ? n : [n], u = new URL(
93571
93571
  "/directions",
93572
- "https://mappedin-public-mvf-staging.azurewebsites.net"
93572
+ "https://mappedin-public-mvf-prod.azurewebsites.net"
93573
93573
  );
93574
93574
  u.search = new URLSearchParams({
93575
93575
  mapId: o,
@@ -100580,7 +100580,7 @@ const CZt = (t, e) => (g7 != null || (NC == null && globalThis.OffscreenCanvas !
100580
100580
  const i = {
100581
100581
  fit: "fit",
100582
100582
  ...r
100583
- }, n = "https://image-proxy-staging.mappedin.net", a = _Zt(e, i.fit), o = encodeURIComponent(t);
100583
+ }, n = "https://image-proxy.mappedin.com", a = _Zt(e, i.fit), o = encodeURIComponent(t);
100584
100584
  return `${n}/resize:${i.fit}:${a}:${a}:0/format:webp/max_bytes:5000000/plain/${o}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
100585
100585
  }, xZt = (t, e) => {
100586
100586
  if (e == null || e === "")
@@ -106457,7 +106457,7 @@ class dWt {
106457
106457
  async init(e) {
106458
106458
  var n;
106459
106459
  this.container = e;
106460
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
106460
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
106461
106461
  // In campus mode, we need to load the outdoors first
106462
106462
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
106463
106463
  watermark: this.getWatermarkOptions(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.56.3-e9bf22c.0",
3
+ "version": "0.57.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",