@mappedin/viewer 0.9.1-eac264c.0 → 0.10.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 +14 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.10.0](https://github.com/MappedIn/viewer/compare/viewer-v0.9.0...viewer-v0.10.0) (2023-10-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **MKR-465:** implement mobile UI ([#68](https://github.com/MappedIn/viewer/issues/68)) ([580e2c5](https://github.com/MappedIn/viewer/commit/580e2c5e4ddca75a883ee3b3c75ca4cda3a4b603))
|
|
9
|
+
* **MKR-471:** increase max zoom to show city labels ([#66](https://github.com/MappedIn/viewer/issues/66)) ([463e8bc](https://github.com/MappedIn/viewer/commit/463e8bcdef96285652809936df243f2106369191))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **MKR-512:** fix connection marker colors ([#70](https://github.com/MappedIn/viewer/issues/70)) ([eac264c](https://github.com/MappedIn/viewer/commit/eac264c421ad23a1d540d21a72d460b44964665a))
|
|
15
|
+
* **MKR-512:** misc adjustments for mobile ([#69](https://github.com/MappedIn/viewer/issues/69)) ([08b8787](https://github.com/MappedIn/viewer/commit/08b878788e3fdf133f28243e30e26a01bde6d529))
|
|
16
|
+
|
|
3
17
|
## [0.9.0](https://github.com/MappedIn/viewer/compare/viewer-v0.8.3...viewer-v0.9.0) (2023-10-16)
|
|
4
18
|
|
|
5
19
|
|
package/dist/index.js
CHANGED
|
@@ -69752,7 +69752,7 @@ class ZZe {
|
|
|
69752
69752
|
this.rootStore = t;
|
|
69753
69753
|
}
|
|
69754
69754
|
init() {
|
|
69755
|
-
const t = "
|
|
69755
|
+
const t = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", n = "https://ph-api.mappedin.com";
|
|
69756
69756
|
YZe.init(t, {
|
|
69757
69757
|
api_host: n,
|
|
69758
69758
|
persistence: "memory"
|
|
@@ -99464,7 +99464,7 @@ const Gnt = vi.div`
|
|
|
99464
99464
|
] });
|
|
99465
99465
|
}), hbe = () => {
|
|
99466
99466
|
const e = document.createElement("meta");
|
|
99467
|
-
e.name = "app-version", e.content = "0.
|
|
99467
|
+
e.name = "app-version", e.content = "0.10.0", document.head.appendChild(e);
|
|
99468
99468
|
let t = document.querySelector("meta[name=viewport]");
|
|
99469
99469
|
t == null && (t = document.createElement("meta"), t.name = "viewport", document.head.appendChild(t)), t.content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
|
|
99470
99470
|
}, cbe = (e) => {
|