@mappedin/viewer 0.5.1-cd5be8d.0 → 0.6.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/index.js +23198 -23199
  3. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.0](https://github.com/MappedIn/viewer/compare/viewer-v0.5.0...viewer-v0.6.0) (2023-09-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * allow an outdoor map key to be passed in ([#32](https://github.com/MappedIn/viewer/issues/32)) ([8737a12](https://github.com/MappedIn/viewer/commit/8737a120f5b7b2e3cb10713a8e481a327f692349))
9
+ * prevent posthog from storing a cookie ([#35](https://github.com/MappedIn/viewer/issues/35)) ([47b27f4](https://github.com/MappedIn/viewer/commit/47b27f4cc399f7c22b9cceed334649c581d58173))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **MKR-346:** fix desk navigation not working ([#36](https://github.com/MappedIn/viewer/issues/36)) ([26afecf](https://github.com/MappedIn/viewer/commit/26afecf50fed56d7df741218b8b405a4a3129c85))
15
+ * use the right type for the streetmap option ([#34](https://github.com/MappedIn/viewer/issues/34)) ([cd5be8d](https://github.com/MappedIn/viewer/commit/cd5be8d0b570189ca867d9f38c8a3406ab2f973d))
16
+
3
17
  ## [0.5.0](https://github.com/MappedIn/viewer/compare/viewer-v0.4.2...viewer-v0.5.0) (2023-09-14)
4
18
 
5
19