@mappedin/viewer 0.13.4-2ab162d.0 → 0.13.4
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 +11 -0
- package/dist/index.js +1714 -1698
- package/dist/types/src/components/hover/index.d.ts +1 -0
- package/dist/types/src/stores/feature-flag-store/index.d.ts +2 -2
- package/dist/types/src/stores/map-store/controllers/markers.lib.d.ts +2 -0
- package/dist/types/src/stores/map-store/controllers/markers.lib.test.d.ts +1 -0
- package/dist/types/src/stores/root-store/index.d.ts +1 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.4](https://github.com/MappedIn/viewer/compare/viewer-v0.13.3...viewer-v0.13.4) (2023-12-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* check org ID for annotation feature ([#102](https://github.com/MappedIn/viewer/issues/102)) ([1aef82c](https://github.com/MappedIn/viewer/commit/1aef82cacb5e50e920fc1d5486db024975ef3510))
|
|
9
|
+
* display entrance locations correctly ([8c17daa](https://github.com/MappedIn/viewer/commit/8c17daa1f56c0c060b05e258a806c8f6c18be784))
|
|
10
|
+
* do not identify posthog user by map ID ([8c17daa](https://github.com/MappedIn/viewer/commit/8c17daa1f56c0c060b05e258a806c8f6c18be784))
|
|
11
|
+
* proper positioning of level selector popup on mobile ([8c17daa](https://github.com/MappedIn/viewer/commit/8c17daa1f56c0c060b05e258a806c8f6c18be784))
|
|
12
|
+
* resolve entrance and level selector display ([#100](https://github.com/MappedIn/viewer/issues/100)) ([8c17daa](https://github.com/MappedIn/viewer/commit/8c17daa1f56c0c060b05e258a806c8f6c18be784))
|
|
13
|
+
|
|
3
14
|
## [0.13.3](https://github.com/MappedIn/viewer/compare/viewer-v0.13.2...viewer-v0.13.3) (2023-12-01)
|
|
4
15
|
|
|
5
16
|
|