@geops/rvf-mobility-web-component 0.1.89 → 0.1.91
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 +85 -0
- package/doc/src/app/components/GeopsMobility.tsx +0 -1
- package/doc/src/app/components/GeopsMobilitySearch.tsx +0 -1
- package/index.js +83 -77
- package/package.json +2 -2
- package/src/EmbedNavigation/DragPanWarning.ts +23 -15
- package/src/EmbedNavigation/EmbedNavigation.tsx +47 -5
- package/src/ExportMenu/ExportMenu.tsx +3 -6
- package/src/OverlayDetailsHeader/OverlayDetailsHeader.tsx +1 -6
- package/src/RvfMapLayout/RvfMapLayout.tsx +41 -40
- package/src/icons/TouchFingers/TouchFingers.tsx +20 -0
- package/src/icons/TouchFingers/index.tsx +1 -0
- package/src/utils/translations.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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.91](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.90...v0.1.91) (2025-11-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* improve embed navigation message ([04560bf](https://github.com/geops/rvf-mobility-web-component/commit/04560bfcf90cecfe6f882ea5f5c46eb52e717628))
|
|
11
|
+
* improve embed navigation message ([abbb4f2](https://github.com/geops/rvf-mobility-web-component/commit/abbb4f2fcf248148d01bff634ed33929c97c6d2a))
|
|
12
|
+
* improve embed navigation message ([72c9705](https://github.com/geops/rvf-mobility-web-component/commit/72c97052fb2a8ef74c7706ded89cbc3380709bf5))
|
|
13
|
+
|
|
14
|
+
### [0.1.90](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.89...v0.1.90) (2025-11-20)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
<<<<<<< HEAD
|
|
20
|
+
* hide overlay when it is not open ([3f9e8f2](https://github.com/geops/rvf-mobility-web-component/commit/3f9e8f2e3f7b9632152b924d860f4c5387fb51ee))
|
|
21
|
+
|
|
5
22
|
### [0.1.89](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.88...v0.1.89) (2025-11-20)
|
|
6
23
|
|
|
7
24
|
|
|
@@ -56,6 +73,74 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
56
73
|
* fix text color ([071acef](https://github.com/geops/rvf-mobility-web-component/commit/071acef529fee2158511fb9f35e4ec2c2a6e2cf8))
|
|
57
74
|
|
|
58
75
|
### [0.1.84](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.83...v0.1.84) (2025-11-13)
|
|
76
|
+
=======
|
|
77
|
+
* add a container ([fae18ad](https://github.com/geops/mobility-web-component/commit/fae18ad2cd72fac8ac566d5dbf20e2ae2e05c7cd))
|
|
78
|
+
* add documentation for url paramters ([e759e58](https://github.com/geops/mobility-web-component/commit/e759e589105c7551819ca83df0b36769fb45a0b0))
|
|
79
|
+
* add documentation for url paramters ([b4083e2](https://github.com/geops/mobility-web-component/commit/b4083e2521fc10b445be9edd464b8e94d88dcf66))
|
|
80
|
+
* add documentation for url paramters ([6eb1629](https://github.com/geops/mobility-web-component/commit/6eb1629afda1afec9caddf1e0807546d70c434fd))
|
|
81
|
+
* add featurelink in type definition ([690bc21](https://github.com/geops/mobility-web-component/commit/690bc217759bd7b79cde36ea81d0eb47d57863a4))
|
|
82
|
+
* add filter props for layer tree and apply feature's min/max zoom ([a6361b1](https://github.com/geops/mobility-web-component/commit/a6361b11c3f038bb9e85dd5cbc22d9f555afc3ff))
|
|
83
|
+
* add highlight lnp features ([93ed570](https://github.com/geops/mobility-web-component/commit/93ed5702733379c4059e45a63d23eb78fc11021a))
|
|
84
|
+
* add lnp stop search and zoom on station ([1866ba7](https://github.com/geops/mobility-web-component/commit/1866ba7f98374e455831df9c1334d23ea0f3886d))
|
|
85
|
+
* add missing file ([5bcca16](https://github.com/geops/mobility-web-component/commit/5bcca16dcaf6bbc0ba80734149ed07ee79ea55d8))
|
|
86
|
+
* add noapply url parameter documentation ([6e42a63](https://github.com/geops/mobility-web-component/commit/6e42a6307438989265b3546f4ca789c6ddf71662))
|
|
87
|
+
* add notificationId state values ([0ff9ea6](https://github.com/geops/mobility-web-component/commit/0ff9ea651523c81be02bc5a947cf1393c205c443))
|
|
88
|
+
* add trains search ([0830923](https://github.com/geops/mobility-web-component/commit/0830923a4429aafe62509566fdcafe293faf5620))
|
|
89
|
+
* allow only station filtered by tenant to be clicked ([4e7a1cd](https://github.com/geops/mobility-web-component/commit/4e7a1cdbffff715aa82d6ff7b25ed6cc4e6a1124))
|
|
90
|
+
* allow to follow the vehicle when it is not renderer at the beginning ([a7b067c](https://github.com/geops/mobility-web-component/commit/a7b067c630eb43cce602da1acf6d60e3754b69f4))
|
|
91
|
+
* allow to use graphs via url param ([499b6bf](https://github.com/geops/mobility-web-component/commit/499b6bf7cf98757346a63bba8828bf7a4ccf2f0f))
|
|
92
|
+
* always read url parameters when a permalink template is set ([5636bce](https://github.com/geops/mobility-web-component/commit/5636bceb97b669328bf1e009370e91435a51d991))
|
|
93
|
+
* autofocus the search input ([9936016](https://github.com/geops/mobility-web-component/commit/993601638aca26369a09e4ef8b6f597e2f22a5f7))
|
|
94
|
+
* btter fle css ([f08f34b](https://github.com/geops/mobility-web-component/commit/f08f34bdb9a6d0bca4df8b1aec0620cad722bd54))
|
|
95
|
+
* define priority of selected features and clean use effect dependencies arrays ([fc750c1](https://github.com/geops/mobility-web-component/commit/fc750c1f95868c7adc241860edc5ab2b00c753a0))
|
|
96
|
+
* fetch notification for details ([#29](https://github.com/geops/mobility-web-component/issues/29)) ([cdceec1](https://github.com/geops/mobility-web-component/commit/cdceec1d9b093fc549a265424166c93f4c13fc10))
|
|
97
|
+
* filter out stations that does not use by the mots defined ([cb1eaaf](https://github.com/geops/mobility-web-component/commit/cb1eaaf54ff377e1402e5b5e030bdf6e1d9c7936))
|
|
98
|
+
* fix default value for layersconfig ([2a31696](https://github.com/geops/mobility-web-component/commit/2a31696e6d32ae0ba8bec50af9196152362996a8))
|
|
99
|
+
* fix display of selected query ([cfcca47](https://github.com/geops/mobility-web-component/commit/cfcca4706e206df6a426ca73b01bd55ae55a11ce))
|
|
100
|
+
* fix folowing a vehicle ([ff535c3](https://github.com/geops/mobility-web-component/commit/ff535c31b5d8b951bb77536f241d7f32c627cfb2))
|
|
101
|
+
* fix inout copy rendering ([b3da415](https://github.com/geops/mobility-web-component/commit/b3da41560a4a49ec0dea11710f4324b591471128))
|
|
102
|
+
* fix locale type ([4a72e08](https://github.com/geops/mobility-web-component/commit/4a72e08fbe2ee42d7412ab631b1913b622a93110))
|
|
103
|
+
* fix pointer events on menus ([f83ba3c](https://github.com/geops/mobility-web-component/commit/f83ba3c1674fa23515b68b4e6044623b5e902e41))
|
|
104
|
+
* fix search of stops via custom code ([a40f144](https://github.com/geops/mobility-web-component/commit/a40f1442b26607086ab5ec2cde88b734c6e400ad))
|
|
105
|
+
* fix zoom on stop ([af6ea23](https://github.com/geops/mobility-web-component/commit/af6ea23004c1bbb3d237d1c59040a885a3b41dc4))
|
|
106
|
+
* highlight hidden by default ([6882da0](https://github.com/geops/mobility-web-component/commit/6882da08563820c133dd2c132e0990054d0b33b7))
|
|
107
|
+
* improve css of NotificationTitle ([482ff68](https://github.com/geops/mobility-web-component/commit/482ff683bbce8231ae137e97fbd5c03e7455fc34))
|
|
108
|
+
* improve input search css ([f259ee7](https://github.com/geops/mobility-web-component/commit/f259ee7e8d0baa3546dbae4dd9371a151640a314))
|
|
109
|
+
* improve layersconfig doc ([a679d38](https://github.com/geops/mobility-web-component/commit/a679d3803a0dd6a1e528e37d7cfd6af60ed7c653))
|
|
110
|
+
* improve search css ([16571e5](https://github.com/geops/mobility-web-component/commit/16571e5e2512fe54d583215d1314e1efdafdc1a3))
|
|
111
|
+
* improve search css ([79f5216](https://github.com/geops/mobility-web-component/commit/79f5216d9bd9b012df2b03b22e88b740c664425e))
|
|
112
|
+
* improve search css ([35dd6f4](https://github.com/geops/mobility-web-component/commit/35dd6f402780417ad3837ce26863b238b018fd53))
|
|
113
|
+
* improve search css ([d77c887](https://github.com/geops/mobility-web-component/commit/d77c88784bdc30cb65acea77782533a868f1e3b2))
|
|
114
|
+
* load train from url ([1256c6a](https://github.com/geops/mobility-web-component/commit/1256c6a0e7f4e71fa7a6abbe67833e701bbd4805))
|
|
115
|
+
* load train from url ([e29c440](https://github.com/geops/mobility-web-component/commit/e29c440183b1878b65461f3d18fdbf77c1fb9bdd))
|
|
116
|
+
* make previewSituation selectable ([#31](https://github.com/geops/mobility-web-component/issues/31)) ([1764489](https://github.com/geops/mobility-web-component/commit/176448915417c0b08b7d106dac1a3b76db0159ca))
|
|
117
|
+
* make sure coordi is not replaced ([a02abe0](https://github.com/geops/mobility-web-component/commit/a02abe0750f4ff6bbd7fb4a4521dc9430c0842b9))
|
|
118
|
+
* make sure current is defined ([271f950](https://github.com/geops/mobility-web-component/commit/271f95077f525dbf5fe5756b790759809612a6db))
|
|
119
|
+
* make sure map is sized before using the mapset layer ([c854bdc](https://github.com/geops/mobility-web-component/commit/c854bdc4cd2cc4f6dd51d24bf113c094f9920b39))
|
|
120
|
+
* make the layers permalink params work ([cf961b2](https://github.com/geops/mobility-web-component/commit/cf961b2ec5edfc6424baae4d7f43fd8866f26083))
|
|
121
|
+
* make the layers permalink params work ([0559bc8](https://github.com/geops/mobility-web-component/commit/0559bc8e6dee0859abc53f9d2a6d7d2d04c186b8))
|
|
122
|
+
* **MapsetLayer:** only fetch kmls if layer is visible ([d1272c0](https://github.com/geops/mobility-web-component/commit/d1272c054174ced5c6203d5e3ec43b6a1596bf82))
|
|
123
|
+
* **MapsetLayer:** reload plans on pan/zoom ([0a45a0c](https://github.com/geops/mobility-web-component/commit/0a45a0c93242450c9d5ec9d44ca7199f9f49dd9a))
|
|
124
|
+
* ordered the layer tree ([fbefac7](https://github.com/geops/mobility-web-component/commit/fbefac70df808b992f144b875e09a8d7ae8a6266))
|
|
125
|
+
* preserve drawing buffer when necessary ([5e4f199](https://github.com/geops/mobility-web-component/commit/5e4f19975b3dcc50cbc66b483143efdaa72b8cf0))
|
|
126
|
+
* put layertree at the beginning* ([23c4dca](https://github.com/geops/mobility-web-component/commit/23c4dca9eb2e5276ca914e372b2d533a44bf12b0))
|
|
127
|
+
* read properly the layers url param ([926ddfd](https://github.com/geops/mobility-web-component/commit/926ddfd4bd1a62502994cd8d7ad60f7714483b40))
|
|
128
|
+
* rename search classes and separate logic von classNames ([2e1c667](https://github.com/geops/mobility-web-component/commit/2e1c667b6831cb0bf40555114f9894637672fc82))
|
|
129
|
+
* rename search classes and separate logic von classNames ([584aeb8](https://github.com/geops/mobility-web-component/commit/584aeb8e74d978f952edc894f6e94e7c9b05fe19))
|
|
130
|
+
* set uid ([15f96cd](https://github.com/geops/mobility-web-component/commit/15f96cd89ca194d22ff615cbab0116054fdff703))
|
|
131
|
+
* set width in pixels to keep always the same size ([29ff7c9](https://github.com/geops/mobility-web-component/commit/29ff7c9142a3243809ad70b2cf827ed137e96f31))
|
|
132
|
+
* unsubscribe full trajectory ([064a5a2](https://github.com/geops/mobility-web-component/commit/064a5a2fceaed3b218e488d081c8ac48a2523333))
|
|
133
|
+
* update mbt and fix mapset layer ([52b3187](https://github.com/geops/mobility-web-component/commit/52b3187215f39cf5429f63b174605a897c635ad6))
|
|
134
|
+
* use better i18n ([8138199](https://github.com/geops/mobility-web-component/commit/8138199abaf9a94b364af708b9b31f4f557548a5))
|
|
135
|
+
* use new realtime rest api ([86c179c](https://github.com/geops/mobility-web-component/commit/86c179c3993ac1a840d59405a4ecc1e3e9685160))
|
|
136
|
+
* use proper filter ([ee26cb4](https://github.com/geops/mobility-web-component/commit/ee26cb46e785e279e51112f0361d0f54351b4fbb))
|
|
137
|
+
* use tenant by default ([332edfa](https://github.com/geops/mobility-web-component/commit/332edfa91a5ca919ef491707a4f3bfcaa55ab114))
|
|
138
|
+
* use tenant by default ([2fa3860](https://github.com/geops/mobility-web-component/commit/2fa3860241974a0bd0d9065e7ef1cf6969475a17))
|
|
139
|
+
* zoom on line and stations ([1f05d67](https://github.com/geops/mobility-web-component/commit/1f05d675f94fd43d8fe9eec6f999d98273b336ea))
|
|
140
|
+
* zoom on line and stations ([2630f64](https://github.com/geops/mobility-web-component/commit/2630f64fe9825f8cf7d7e23f7aa1e3324fdc31a2))
|
|
141
|
+
|
|
142
|
+
### [0.1.9](https://github.com/geops/mobility-web-component/compare/v0.1.8...v0.1.9) (2025-10-07)
|
|
143
|
+
>>>>>>> upstream/main
|
|
59
144
|
|
|
60
145
|
|
|
61
146
|
### Features
|