@mappedin/viewer 0.44.5-e461565.0 → 0.45.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 +12848 -12691
- package/dist/types/src/lib/types/directions.d.ts +1 -0
- package/dist/types/src/stores/feature-flag-store/index.d.ts +3 -1
- package/dist/types/src/stores/root-store/index.d.ts +1 -0
- package/dist/types/src/stores/ui-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.45.0](https://github.com/MappedIn/viewer/compare/viewer-v0.44.4...viewer-v0.45.0) (2025-06-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **SDKS-2785:** replace mapview dynamic focus in viewer ([#542](https://github.com/MappedIn/viewer/issues/542)) ([0520a4f](https://github.com/MappedIn/viewer/commit/0520a4ff85ce1c781104d6115edf3e0574ada8b9))
|
|
9
|
+
* **SRV-2195:** allow getting directions from the blue dot behind feature flag ([#539](https://github.com/MappedIn/viewer/issues/539)) ([25f2f7b](https://github.com/MappedIn/viewer/commit/25f2f7b2844acc54b6118496cf7b7f776eb4d0ac))
|
|
10
|
+
* **SRV-2568:** support partial UI translations in danish ([#540](https://github.com/MappedIn/viewer/issues/540)) ([8be744e](https://github.com/MappedIn/viewer/commit/8be744e035cb9b25bc1ef5123f507a38f4992395))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **SRV-2553:** dont show category if marker not set ([#538](https://github.com/MappedIn/viewer/issues/538)) ([0d4dd55](https://github.com/MappedIn/viewer/commit/0d4dd5567b484c9b8d36f90edcac7a01240e6b0f))
|
|
16
|
+
|
|
3
17
|
## [0.44.4](https://github.com/MappedIn/viewer/compare/viewer-v0.44.3...viewer-v0.44.4) (2025-05-23)
|
|
4
18
|
|
|
5
19
|
|