@geops/rvf-mobility-web-component 0.1.93 → 0.1.95
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 +23 -0
- package/doc/package.json +1 -1
- package/index.js +207 -207
- package/package.json +21 -21
- package/src/GeolocationButton/GeolocationButton.tsx +1 -2
- package/src/GeolocationButton/index.tsx +1 -1
- package/src/LayoutState/LayoutState.tsx +22 -4
- package/src/MobilityMap/MobilityMap.tsx +6 -1
- package/src/MobilityMap/MobilityMapAttributes.ts +8 -2
- package/src/MobilityNotifications/MobilityNotifications.tsx +19 -1
- package/src/MobilityNotifications/MobilityNotificationsAttributes.ts +8 -1
- package/src/NotificationDetails/NotificationDetails.tsx +21 -8
- package/src/NotificationsLayer/NotificationsLayer.tsx +5 -1
- package/src/RvfFeatureDetails/RvfNotificationDetails/RvfNotificationDetails.tsx +8 -5
- package/src/RvfMapLayout/RvfMapLayout.tsx +1 -1
- package/src/SituationDetails/SituationDetails.tsx +19 -4
- package/src/utils/applyInitialLayerVisibility.ts +2 -20
- package/src/utils/hooks/useInitialLayersVisiblity.tsx +23 -1
- package/src/utils/hooks/useMapContext.tsx +4 -0
- package/src/utils/translations.ts +1 -1
- package/.yarnrc.yml +0 -1
- package/src/RvfGeolocationButton/GeolocationButton.tsx +0 -98
- package/src/RvfGeolocationButton/index.tsx +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.95](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.94...v0.1.95) (2025-12-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add notificationlang attribute ([6bd94c8](https://github.com/geops/rvf-mobility-web-component/commit/6bd94c8b5c839236dcea81a3f508498a215cf2b5))
|
|
11
|
+
* apply properly initial visibility to group ([4b62990](https://github.com/geops/rvf-mobility-web-component/commit/4b62990d56165c554389f2ff39819c7cc3f44d15))
|
|
12
|
+
* downgrad maplibre-gl to be able to click on notification ([1967537](https://github.com/geops/rvf-mobility-web-component/commit/1967537c26e54b7421939cef8b3d5976960ad464))
|
|
13
|
+
* up deps ([48ba599](https://github.com/geops/rvf-mobility-web-component/commit/48ba599e4e9807dc51cc1418387d06d4958d035d))
|
|
14
|
+
* use context value ([87f4b89](https://github.com/geops/rvf-mobility-web-component/commit/87f4b890b3307ac1f9aedcd17d7fe25f9e2deb11))
|
|
15
|
+
* use context value ([07a7198](https://github.com/geops/rvf-mobility-web-component/commit/07a719841d316dc8e525b451c72a27441d94efe6))
|
|
16
|
+
* use fallback langiuages for notifications ([a207342](https://github.com/geops/rvf-mobility-web-component/commit/a207342c358558691f5795f2da913ad99e8b4c61))
|
|
17
|
+
|
|
18
|
+
### [0.1.94](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.93...v0.1.94) (2025-11-28)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* changes layer title ([3c4060b](https://github.com/geops/rvf-mobility-web-component/commit/3c4060b2c289938436850ed014a838edd8862d53))
|
|
24
|
+
* do not open the detaily overlay when an id is set ([0860c62](https://github.com/geops/rvf-mobility-web-component/commit/0860c62d38e455bb4112c5351fea4d8a8100c375))
|
|
25
|
+
* remove duplicate dlines and stops ([78923ff](https://github.com/geops/rvf-mobility-web-component/commit/78923ffd3403a752bbba40f8f51df93c881f9eb1))
|
|
26
|
+
* use the max extent is defined ([0c02b0d](https://github.com/geops/rvf-mobility-web-component/commit/0c02b0dddba29a10266c31c742eac2886cfbc812))
|
|
27
|
+
|
|
5
28
|
### [0.1.93](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.92...v0.1.93) (2025-11-27)
|
|
6
29
|
|
|
7
30
|
|