@mappedin/viewer 0.48.1-ee837f6.0 → 0.49.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.49.0](https://github.com/MappedIn/viewer/compare/viewer-v0.48.0...viewer-v0.49.0) (2025-07-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SDKS-2940:** dynamic focus lock elevation mode with all buildings ([#560](https://github.com/MappedIn/viewer/issues/560)) ([9675ab3](https://github.com/MappedIn/viewer/commit/9675ab3c9fecf0dfd3bf8f00e9461d55a9838d09))
9
+ * **SRV-2662:** support buildings in message API ([#567](https://github.com/MappedIn/viewer/issues/567)) ([ee837f6](https://github.com/MappedIn/viewer/commit/ee837f61ef59bf9fcbf4b83b7432255a4b566e4a))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **SDKS-2997:** viewer dynamic-focus camera is resetting to outdoors ([#569](https://github.com/MappedIn/viewer/issues/569)) ([7312c12](https://github.com/MappedIn/viewer/commit/7312c12e523fac257785f26c66938b09242a8a03))
15
+ * **SDKS-3003:** dynamic focus switching floors during animation ([#572](https://github.com/MappedIn/viewer/issues/572)) ([1e21675](https://github.com/MappedIn/viewer/commit/1e21675fae98463ec02ce9631d5a6824d10e38d2))
16
+ * **SRV-2312:** increase contrast on tilt controls in dark themes ([#570](https://github.com/MappedIn/viewer/issues/570)) ([b36f228](https://github.com/MappedIn/viewer/commit/b36f228065ee223b0e5b803de9b4362992d4d8a3))
17
+ * **SRV-2343:** add icons to level selector ([#564](https://github.com/MappedIn/viewer/issues/564)) ([578b457](https://github.com/MappedIn/viewer/commit/578b457c3700a175ab4c43692350efadf91b8e77))
18
+ * **SRV-2441:** improve floor selector behaviour on multi-building maps ([#571](https://github.com/MappedIn/viewer/issues/571)) ([a0c5c25](https://github.com/MappedIn/viewer/commit/a0c5c258d4f7a27b7a8aca6a9800bd098424b8af))
19
+ * **SRV-2511:** show areas more reliably on multi-building maps ([#568](https://github.com/MappedIn/viewer/issues/568)) ([5823e18](https://github.com/MappedIn/viewer/commit/5823e181791a161145bbf97a1bbd83e41626f622))
20
+
3
21
  ## [0.48.0](https://github.com/MappedIn/viewer/compare/viewer-v0.47.0...viewer-v0.48.0) (2025-07-02)
4
22
 
5
23