@mappedin/viewer 0.24.11-e020d79.0 → 0.25.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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.25.0](https://github.com/MappedIn/viewer/compare/viewer-v0.24.10...viewer-v0.25.0) (2024-08-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-1521:** allow swapping departure and destination ([#294](https://github.com/MappedIn/viewer/issues/294)) ([e020d79](https://github.com/MappedIn/viewer/commit/e020d7946f6551280b49919eef20bf56e4b46684))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **SRV-1343:** prevent directions panel from being sized incorrectly ([#293](https://github.com/MappedIn/viewer/issues/293)) ([8cc83e5](https://github.com/MappedIn/viewer/commit/8cc83e50f4075f1c8af3ca50638a0340eaa8c111))
14
+ * **SRV-1409:** show loading spinner when directions are taking too long ([#280](https://github.com/MappedIn/viewer/issues/280)) ([7ce71df](https://github.com/MappedIn/viewer/commit/7ce71df2c8992f13f771bcaae25a343df158b4be))
15
+ * **SRV-1501:** properly deep link connections from any MVF ID ([#289](https://github.com/MappedIn/viewer/issues/289)) ([de1d004](https://github.com/MappedIn/viewer/commit/de1d004e234111ef60061be33b4bc268c3f390df))
16
+ * **SRV-1516:** read connection metadata correctly ([#291](https://github.com/MappedIn/viewer/issues/291)) ([810d6c3](https://github.com/MappedIn/viewer/commit/810d6c30cd2636ed43888657209baceaa276863f))
17
+ * **SRV-1544:** update live hint text ([#295](https://github.com/MappedIn/viewer/issues/295)) ([50c79a2](https://github.com/MappedIn/viewer/commit/50c79a2348cde16fcef35c1fcce964112fb861e7))
18
+ * **SRV-1558:** allow zooming on annotations ([#297](https://github.com/MappedIn/viewer/issues/297)) ([ff9e9f0](https://github.com/MappedIn/viewer/commit/ff9e9f039c63640c42a9eda83e42d5e2fa48a18c))
19
+
3
20
  ## [0.24.10](https://github.com/MappedIn/viewer/compare/viewer-v0.24.9...viewer-v0.24.10) (2024-08-12)
4
21
 
5
22