@mappedin/viewer 0.24.1-fd450ca.0 → 0.24.2-3acf00d.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 +14 -0
- package/dist/index.js +13316 -13150
- package/dist/types/src/components/async-image/index.d.ts +1 -1
- package/dist/types/src/components/connection-marker/connection-marker.stories.d.ts +0 -1
- package/dist/types/src/components/metadata-card/card.d.ts +0 -1
- package/dist/types/src/components/metadata-card/index.d.ts +0 -1
- package/dist/types/src/components/metadata-card/metadata-card.stories.d.ts +2 -1
- package/dist/types/src/components/share/share.stories.d.ts +1 -0
- package/dist/types/src/components/share/use-share.d.ts +4 -2
- package/dist/types/src/lib/types/options.d.ts +14 -4
- package/dist/types/src/lib/types/theme.d.ts +7 -1
- package/dist/types/src/lib/utils/color-utils.d.ts +15 -0
- package/dist/types/src/stores/map-store/controllers/camera.d.ts +7 -2
- package/dist/types/src/stores/root-store/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.24.1](https://github.com/MappedIn/viewer/compare/viewer-v0.24.0...viewer-v0.24.1) (2024-07-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* prevent version metadata being added multiple times ([#255](https://github.com/MappedIn/viewer/issues/255)) ([a960652](https://github.com/MappedIn/viewer/commit/a960652d052384131da2953096bda3010fde0d1b))
|
|
9
|
+
* **SRV-1314:** more theme tweaks ([#258](https://github.com/MappedIn/viewer/issues/258)) ([b7b1965](https://github.com/MappedIn/viewer/commit/b7b1965badcb99631090a8d9bd7c7b4637a22712))
|
|
10
|
+
* **SRV-1314:** theme color adjustments ([#256](https://github.com/MappedIn/viewer/issues/256)) ([9dd998b](https://github.com/MappedIn/viewer/commit/9dd998bb287a8953602fc932239c7982e1e51768))
|
|
11
|
+
* **SRV-1339:** allow share button override to play copy animation ([#253](https://github.com/MappedIn/viewer/issues/253)) ([db49bc5](https://github.com/MappedIn/viewer/commit/db49bc517fe4b28d66d37f3cd024baec0321c59c))
|
|
12
|
+
* **SRV-1339:** do not use fallback names in markers, labels, and metadata card ([#252](https://github.com/MappedIn/viewer/issues/252)) ([8926f6b](https://github.com/MappedIn/viewer/commit/8926f6bb58de9469f42177e2c46c57f232bac60b))
|
|
13
|
+
* **SRV-1347:** focus camera after switching floors and improve recentering ([#259](https://github.com/MappedIn/viewer/issues/259)) ([9391a57](https://github.com/MappedIn/viewer/commit/9391a5752a8ae091c1b0065c697c9f7a44349b2b))
|
|
14
|
+
* **SRV-1350:** improve deep linking behaviour for floors ([#260](https://github.com/MappedIn/viewer/issues/260)) ([4d3586d](https://github.com/MappedIn/viewer/commit/4d3586d19078f035753725c3fc61cd467b304f3d))
|
|
15
|
+
* **SRV-680:** support preview with directions, async load ([#251](https://github.com/MappedIn/viewer/issues/251)) ([0848e94](https://github.com/MappedIn/viewer/commit/0848e9494f8a6c6416d93184c592cb3583b52f44))
|
|
16
|
+
|
|
3
17
|
## [0.24.0](https://github.com/MappedIn/viewer/compare/viewer-v0.23.1...viewer-v0.24.0) (2024-07-08)
|
|
4
18
|
|
|
5
19
|
|