@mappedin/viewer 0.14.3-e8ee9a3.0 → 0.15.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.0](https://github.com/MappedIn/viewer/compare/viewer-v0.14.2...viewer-v0.15.0) (2024-02-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * **MKR-695:** metadata card ([#115](https://github.com/MappedIn/viewer/issues/115)) ([6c54fed](https://github.com/MappedIn/viewer/commit/6c54fed5b181c673263024fa0d34739da6b19027))
9
+ * **MKR-741:** add imperative way to render metadata card ([#120](https://github.com/MappedIn/viewer/issues/120)) ([3d71c57](https://github.com/MappedIn/viewer/commit/3d71c57bacd68a6f40f9175f597e2736d71c4dae))
10
+ * **MKR-742:** card UI tweaks ([#121](https://github.com/MappedIn/viewer/issues/121)) ([e940b95](https://github.com/MappedIn/viewer/commit/e940b95f84f8c7293d632cc58de88840fefae436))
11
+ * **MKR-755:** upgrade to V6 SDK ([#123](https://github.com/MappedIn/viewer/issues/123)) ([0fc3c2d](https://github.com/MappedIn/viewer/commit/0fc3c2db90990055713a94bdfa50e7dd8f3ef9ee))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **MKR-720:** import paths should be relative ([#119](https://github.com/MappedIn/viewer/issues/119)) ([6dd12a3](https://github.com/MappedIn/viewer/commit/6dd12a31fb79574a3a7e8d80d911f8757b8d602c))
17
+ * **MKR-755:** fix disable directions button logic ([d17f2d5](https://github.com/MappedIn/viewer/commit/d17f2d5a70a5aeea87d7a0d429a48acb3a8f6a2f))
18
+ * **MKR-755:** properly detect attempted maker preview navigation ([16b4488](https://github.com/MappedIn/viewer/commit/16b448893b99f9e0c296319b6fc0f7873abfa315))
19
+ * **MKR-762:** update translation.json ([#122](https://github.com/MappedIn/viewer/issues/122)) ([99934b9](https://github.com/MappedIn/viewer/commit/99934b9bab2cf04669b1b1954e9eb2996866f3f1))
20
+ * **MKR-833:** try and fix incorrectly formatted links ([#125](https://github.com/MappedIn/viewer/issues/125)) ([e8ee9a3](https://github.com/MappedIn/viewer/commit/e8ee9a3fcf5f4e45bf273c2673ae17b4d2d5cd89))
21
+ * **MKR-834:** fix venue label and disable joystick ([#126](https://github.com/MappedIn/viewer/issues/126)) ([289b933](https://github.com/MappedIn/viewer/commit/289b9333e05ea23b859fb58cb8bc1d0a5f0efa4c))
22
+ * **MKR-837:** fix focus on zoom behaving strangely ([#127](https://github.com/MappedIn/viewer/issues/127)) ([269d60f](https://github.com/MappedIn/viewer/commit/269d60f85a3fbebf009feed91a186766b40a5d7a))
23
+ * **MKR-852:** patch weird webkit styling ([#128](https://github.com/MappedIn/viewer/issues/128)) ([79166f9](https://github.com/MappedIn/viewer/commit/79166f923aaa22ca28445db729ea685bbfa80791))
24
+ * **MKR-866:** don't show empty links ([#129](https://github.com/MappedIn/viewer/issues/129)) ([63983d1](https://github.com/MappedIn/viewer/commit/63983d1a9d1bc7f9345b35466edc755fac71658d))
25
+ * **MKR-893:** metadata card improvements ([#130](https://github.com/MappedIn/viewer/issues/130)) ([e60efc8](https://github.com/MappedIn/viewer/commit/e60efc85615ef6c0b4236b19dd864e0cff1ec3ae))
26
+
3
27
  ## [0.14.2](https://github.com/MappedIn/viewer/compare/viewer-v0.14.1...viewer-v0.14.2) (2024-01-29)
4
28
 
5
29