@mappedin/viewer 0.7.1-86751c8.0 → 0.7.2-afd67f0.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 +7 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.1](https://github.com/MappedIn/viewer/compare/viewer-v0.7.0...viewer-v0.7.1) (2023-09-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* ensure the hover canvas is always positioned correctly ([#43](https://github.com/MappedIn/viewer/issues/43)) ([86751c8](https://github.com/MappedIn/viewer/commit/86751c8f1a57e8d36cb6b07618e01f6b89abdf3a))
|
|
9
|
+
|
|
3
10
|
## [0.7.0](https://github.com/MappedIn/viewer/compare/viewer-v0.6.0...viewer-v0.7.0) (2023-09-18)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -96385,7 +96385,7 @@ const BQe = wi.div`
|
|
|
96385
96385
|
] });
|
|
96386
96386
|
}), g_e = () => {
|
|
96387
96387
|
const t = document.createElement("meta");
|
|
96388
|
-
t.name = "app-version", t.content = "0.7.
|
|
96388
|
+
t.name = "app-version", t.content = "0.7.1", document.head.appendChild(t);
|
|
96389
96389
|
}, y_e = (t) => {
|
|
96390
96390
|
let e = t;
|
|
96391
96391
|
if (e == null && (Uv.warn("options.root was not specified. Defaulting to #viewer-app-root."), e = document.getElementById("viewer-app-root")), e == null)
|