@mappedin/viewer 0.56.3-e56adbe.0 → 0.57.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 +15 -0
- package/dist/index.js +16916 -16912
- package/dist/types/src/lib/utils/object-utils.d.ts +4 -0
- package/dist/types/src/lib/utils/process-places.d.ts +15 -15
- package/dist/types/src/stores/root-store/index.d.ts +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.57.0](https://github.com/MappedIn/viewer/compare/viewer-v0.56.2...viewer-v0.57.0) (2025-12-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **SRV-3186:** support escalators ([#630](https://github.com/MappedIn/viewer/issues/630)) ([9d7275e](https://github.com/MappedIn/viewer/commit/9d7275eea1cb7970789a18bb18719e9030859143))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **SRV-3165:** scale area borders with zoom level ([#632](https://github.com/MappedIn/viewer/issues/632)) ([be688f0](https://github.com/MappedIn/viewer/commit/be688f02c90b769777518507f305683b9e67f39f))
|
|
14
|
+
* **SRV-3188:** overview should always appear first in level selector ([#633](https://github.com/MappedIn/viewer/issues/633)) ([7fb6f6f](https://github.com/MappedIn/viewer/commit/7fb6f6f619bd7ccd70c2d1d8e55d26fc1ec94bdb))
|
|
15
|
+
* **SRV-3189:** use best path smoothing algorithm ([#634](https://github.com/MappedIn/viewer/issues/634)) ([e56adbe](https://github.com/MappedIn/viewer/commit/e56adbec691cd725d33e9c7cfea5b4c128ac0ef7))
|
|
16
|
+
* **SRV-3194:** replace data records with maps ([#635](https://github.com/MappedIn/viewer/issues/635)) ([e9bf22c](https://github.com/MappedIn/viewer/commit/e9bf22c5bd54720c6d514e89a62652c9b41ffb9a))
|
|
17
|
+
|
|
3
18
|
## [0.56.2](https://github.com/MappedIn/viewer/compare/viewer-v0.56.1...viewer-v0.56.2) (2025-12-15)
|
|
4
19
|
|
|
5
20
|
|