@mappedin/viewer 0.12.2-e61d055.0 → 0.12.2
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 +7 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.12.2](https://github.com/MappedIn/viewer/compare/viewer-v0.12.1...viewer-v0.12.2) (2023-11-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **MKR-577:** prevent hover menu buttons from being active when invisible ([#88](https://github.com/MappedIn/viewer/issues/88)) ([e61d055](https://github.com/MappedIn/viewer/commit/e61d0558c173e020e57d8b77629d93c8c7e013b8))
|
|
9
|
+
|
|
3
10
|
## [0.12.1](https://github.com/MappedIn/viewer/compare/viewer-v0.12.0...viewer-v0.12.1) (2023-11-23)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -106819,7 +106819,7 @@ const bmt = Zn.div`
|
|
|
106819
106819
|
] })
|
|
106820
106820
|
] });
|
|
106821
106821
|
}), Lje = (t, e = {}) => {
|
|
106822
|
-
const i = "
|
|
106822
|
+
const i = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", n = "https://ph-api.mappedin.com";
|
|
106823
106823
|
{
|
|
106824
106824
|
C8.init(i, {
|
|
106825
106825
|
api_host: n,
|
|
@@ -106834,7 +106834,7 @@ const bmt = Zn.div`
|
|
|
106834
106834
|
}
|
|
106835
106835
|
}, Sje = () => {
|
|
106836
106836
|
const t = document.createElement("meta");
|
|
106837
|
-
t.name = "app-version", t.content = "0.12.
|
|
106837
|
+
t.name = "app-version", t.content = "0.12.2", document.head.appendChild(t);
|
|
106838
106838
|
let e = document.querySelector("meta[name=viewport]");
|
|
106839
106839
|
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";
|
|
106840
106840
|
}, Cje = (t) => {
|