@mappedin/viewer 0.44.3-d3bb227.0 → 0.44.4-6864bbe.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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.44.3](https://github.com/MappedIn/viewer/compare/viewer-v0.44.2...viewer-v0.44.3) (2025-05-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-2493:** collapse long descriptions ([#522](https://github.com/MappedIn/viewer/issues/522)) ([7b77293](https://github.com/MappedIn/viewer/commit/7b77293a6399b7a893839c82cb531d2c6e044d74))
9
+ * **SRV-2539:** sort locations within categories alphabetically ([#532](https://github.com/MappedIn/viewer/issues/532)) ([1a8c3b4](https://github.com/MappedIn/viewer/commit/1a8c3b499ab50a02f133008692a1edbcb282f439))
10
+ * **SRV-2547:** respect "do not use" doors as departures ([#534](https://github.com/MappedIn/viewer/issues/534)) ([d3bb227](https://github.com/MappedIn/viewer/commit/d3bb2273f62b49b420de18f6f63e5f0c1d60f350))
11
+ * **SRV-2942:** do not focus random building when loading into outdoors on a campus ([#535](https://github.com/MappedIn/viewer/issues/535)) ([73d36ac](https://github.com/MappedIn/viewer/commit/73d36ac8473bb1e1a6b219636edc5bdf536eff62))
12
+
3
13
  ## [0.44.2](https://github.com/MappedIn/viewer/compare/viewer-v0.44.1...viewer-v0.44.2) (2025-05-20)
4
14
 
5
15
 
package/dist/index.js CHANGED
@@ -74530,7 +74530,7 @@ function Ghe() {
74530
74530
  var lqe = Ghe();
74531
74531
  const Zhe = () => {
74532
74532
  let t = document.querySelector("meta[name=app-version]");
74533
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.44.2";
74533
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.44.3";
74534
74534
  let e = document.querySelector("meta[name=viewport]");
74535
74535
  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";
74536
74536
  }, Yhe = (t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.44.3-d3bb227.0",
3
+ "version": "0.44.4-6864bbe.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",