@mappedin/viewer 0.52.3-e96fd64.0 → 0.53.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 +170891 -114739
- package/dist/types/src/lib/sdk/hydrate-directions.d.ts +2 -0
- package/dist/types/src/lib/sdk/online-directions.d.ts +1 -2
- package/dist/types/src/lib/sdk/types.d.ts +2 -2
- package/dist/types/src/lib/types/options.d.ts +9 -0
- package/dist/types/src/lib/utils/data-utils.d.ts +3 -1
- package/dist/types/src/stores/map-store/controllers/blue-dot.d.ts +5 -2
- package/dist/types/src/stores/map-store/controllers/directions.d.ts +2 -2411
- package/dist/types/src/stores/map-store/controllers/labels.d.ts +1 -1
- package/dist/types/src/stores/map-store/controllers/markers.d.ts +1 -0
- package/dist/types/src/stores/root-store/index.d.ts +3 -66
- package/dist/types/src/stores/ui-store/index.d.ts +98 -98
- package/dist/types/src/test-utils/test-mocks.d.ts +11 -3
- package/dist/types/src/test-utils/test-with-map.d.ts +3 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.53.0](https://github.com/MappedIn/viewer/compare/viewer-v0.52.2...viewer-v0.53.0) (2025-10-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add hooks for directions lifecycle ([#606](https://github.com/MappedIn/viewer/issues/606)) ([ab2d309](https://github.com/MappedIn/viewer/commit/ab2d30900e9048fa1cfddbae2626d84ea500aacb))
|
|
9
|
+
* **SRV-2590:** update labels and markers to reflect selected category ([#601](https://github.com/MappedIn/viewer/issues/601)) ([3130c91](https://github.com/MappedIn/viewer/commit/3130c91bc6dbaeabcb4fb195223564b5a0f44c70))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **SRV-2667:** show recenter button on mobile ([#598](https://github.com/MappedIn/viewer/issues/598)) ([e96fd64](https://github.com/MappedIn/viewer/commit/e96fd64b8722ead45cd9b928ca6cf3d9927f639a))
|
|
15
|
+
* **SRV-2795:** always show area markers ([#599](https://github.com/MappedIn/viewer/issues/599)) ([2f97041](https://github.com/MappedIn/viewer/commit/2f97041acc2fcc21528c928f0cec6cffcff39c7c))
|
|
16
|
+
* **SRV-2871:** bump @mappedin/mappedin-js ([#602](https://github.com/MappedIn/viewer/issues/602)) ([7548efc](https://github.com/MappedIn/viewer/commit/7548efc50d5e982121fc0f547cced3a5c3eb4d18))
|
|
17
|
+
|
|
3
18
|
## [0.52.2](https://github.com/MappedIn/viewer/compare/viewer-v0.52.1...viewer-v0.52.2) (2025-08-18)
|
|
4
19
|
|
|
5
20
|
|