@mappedin/viewer 0.13.6-a8d9bd9.0 → 0.14.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.14.0](https://github.com/MappedIn/viewer/compare/viewer-v0.13.5...viewer-v0.14.0) (2023-12-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **MKR-591:** allow navigating to named and unnamed connections ([#107](https://github.com/MappedIn/viewer/issues/107)) ([247e513](https://github.com/MappedIn/viewer/commit/247e513af25cbb5d2d4f8eb21c75f9956848ae9d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **MKR-591:** update translations for unnamed connections ([a8d9bd9](https://github.com/MappedIn/viewer/commit/a8d9bd959bf47c3b6830ad64a0a27e976a9b36dd))
|
|
14
|
+
* **MKR-599:** adjust label colors and allow previewing POIs ([#105](https://github.com/MappedIn/viewer/issues/105)) ([32558d4](https://github.com/MappedIn/viewer/commit/32558d461e1b19ad2051aaed9138575375162034))
|
|
15
|
+
|
|
3
16
|
## [0.13.5](https://github.com/MappedIn/viewer/compare/viewer-v0.13.4...viewer-v0.13.5) (2023-12-04)
|
|
4
17
|
|
|
5
18
|
|
package/dist/index.js
CHANGED
|
@@ -108054,7 +108054,7 @@ const lyt = Sn.div`
|
|
|
108054
108054
|
] })
|
|
108055
108055
|
] });
|
|
108056
108056
|
}), GAe = (t, e = {}) => {
|
|
108057
|
-
const i = "
|
|
108057
|
+
const i = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", n = "https://ph-api.mappedin.com", r = xQ();
|
|
108058
108058
|
if (!r.__loaded && i != null && n != null) {
|
|
108059
108059
|
r.init(i, {
|
|
108060
108060
|
api_host: n,
|
|
@@ -108069,7 +108069,7 @@ const lyt = Sn.div`
|
|
|
108069
108069
|
}
|
|
108070
108070
|
}, WAe = () => {
|
|
108071
108071
|
const t = document.createElement("meta");
|
|
108072
|
-
t.name = "app-version", t.content = "0.
|
|
108072
|
+
t.name = "app-version", t.content = "0.14.0", document.head.appendChild(t);
|
|
108073
108073
|
let e = document.querySelector("meta[name=viewport]");
|
|
108074
108074
|
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";
|
|
108075
108075
|
}, ZAe = (t) => {
|