@mappedin/viewer 0.41.4-eee2bf5.0 → 0.42.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 +13 -0
- package/dist/index.js +21129 -21035
- package/dist/types/src/lib/sdk/types.d.ts +1 -1
- package/dist/types/src/lib/utils/link-utils.d.ts +1 -1
- package/dist/types/src/stores/analytics-store/index.d.ts +2 -0
- package/dist/types/src/stores/map-store/controllers/camera.d.ts +1 -1
- package/dist/types/src/stores/map-store/controllers/directions.d.ts +46 -46
- package/dist/types/src/stores/root-store/index.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.42.0](https://github.com/MappedIn/viewer/compare/viewer-v0.41.3...viewer-v0.42.0) (2025-04-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **SRV-2411:** track campus and building IDs in posthog groups ([#497](https://github.com/MappedIn/viewer/issues/497)) ([8b2b2d3](https://github.com/MappedIn/viewer/commit/8b2b2d38e9baaaebebe2634e08139786056e638a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **SRV-2415:** bump SDK to fix link names ([#496](https://github.com/MappedIn/viewer/issues/496)) ([9e72b4a](https://github.com/MappedIn/viewer/commit/9e72b4a8f69f333b6336d646a46d8368364854fa))
|
|
14
|
+
* **SRV-2427:** fix SAS token sometimes appended twice ([#499](https://github.com/MappedIn/viewer/issues/499)) ([b1ca4b8](https://github.com/MappedIn/viewer/commit/b1ca4b83211126d8c506a6c8f5770275b0f14472))
|
|
15
|
+
|
|
3
16
|
## [0.41.3](https://github.com/MappedIn/viewer/compare/viewer-v0.41.2...viewer-v0.41.3) (2025-04-21)
|
|
4
17
|
|
|
5
18
|
|