@itwin/map-layers 4.0.0-dev.41 → 4.0.0-dev.47

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.
Files changed (193) hide show
  1. package/CHANGELOG.md +864 -864
  2. package/README.md +32 -32
  3. package/lib/cjs/MapLayerPreferences.d.ts +88 -88
  4. package/lib/cjs/MapLayerPreferences.js +311 -311
  5. package/lib/cjs/MapLayerPreferences.js.map +1 -1
  6. package/lib/cjs/map-layers.d.ts +6 -6
  7. package/lib/cjs/map-layers.js +22 -22
  8. package/lib/cjs/mapLayers.d.ts +26 -44
  9. package/lib/cjs/mapLayers.d.ts.map +1 -1
  10. package/lib/cjs/mapLayers.js +33 -61
  11. package/lib/cjs/mapLayers.js.map +1 -1
  12. package/lib/cjs/ui/FeatureInfoUiItemsProvider.d.ts +16 -11
  13. package/lib/cjs/ui/FeatureInfoUiItemsProvider.d.ts.map +1 -1
  14. package/lib/cjs/ui/FeatureInfoUiItemsProvider.js +46 -51
  15. package/lib/cjs/ui/FeatureInfoUiItemsProvider.js.map +1 -1
  16. package/lib/cjs/ui/Interfaces.d.ts +50 -50
  17. package/lib/cjs/ui/Interfaces.js +2 -2
  18. package/lib/cjs/ui/Interfaces.js.map +1 -1
  19. package/lib/cjs/ui/MapFeatureInfoTool.d.ts +13 -13
  20. package/lib/cjs/ui/MapFeatureInfoTool.js +50 -50
  21. package/lib/cjs/ui/MapFeatureInfoTool.js.map +1 -1
  22. package/lib/cjs/ui/MapLayersUiItemsProvider.d.ts +8 -8
  23. package/lib/cjs/ui/MapLayersUiItemsProvider.d.ts.map +1 -1
  24. package/lib/cjs/ui/MapLayersUiItemsProvider.js +35 -38
  25. package/lib/cjs/ui/MapLayersUiItemsProvider.js.map +1 -1
  26. package/lib/cjs/ui/widget/AttachLayerPopupButton.d.ts +13 -14
  27. package/lib/cjs/ui/widget/AttachLayerPopupButton.d.ts.map +1 -1
  28. package/lib/cjs/ui/widget/AttachLayerPopupButton.js +335 -335
  29. package/lib/cjs/ui/widget/BasemapPanel.d.ts +7 -8
  30. package/lib/cjs/ui/widget/BasemapPanel.d.ts.map +1 -1
  31. package/lib/cjs/ui/widget/BasemapPanel.js +156 -156
  32. package/lib/cjs/ui/widget/BasemapPanel.js.map +1 -1
  33. package/lib/cjs/ui/widget/BasemapPanel.scss +87 -87
  34. package/lib/cjs/ui/widget/ConfirmMessageDialog.d.ts +20 -21
  35. package/lib/cjs/ui/widget/ConfirmMessageDialog.d.ts.map +1 -1
  36. package/lib/cjs/ui/widget/ConfirmMessageDialog.js +22 -22
  37. package/lib/cjs/ui/widget/ConfirmMessageDialog.js.map +1 -1
  38. package/lib/cjs/ui/widget/FeatureInfoDataProvider.d.ts +40 -40
  39. package/lib/cjs/ui/widget/FeatureInfoDataProvider.js +138 -138
  40. package/lib/cjs/ui/widget/FeatureInfoDataProvider.js.map +1 -1
  41. package/lib/cjs/ui/widget/FeatureInfoWidget.d.ts +6 -7
  42. package/lib/cjs/ui/widget/FeatureInfoWidget.d.ts.map +1 -1
  43. package/lib/cjs/ui/widget/FeatureInfoWidget.js +65 -65
  44. package/lib/cjs/ui/widget/FeatureInfoWidget.js.map +1 -1
  45. package/lib/cjs/ui/widget/MapLayerDroppable.d.ts +18 -19
  46. package/lib/cjs/ui/widget/MapLayerDroppable.d.ts.map +1 -1
  47. package/lib/cjs/ui/widget/MapLayerDroppable.js +85 -85
  48. package/lib/cjs/ui/widget/MapLayerDroppable.js.map +1 -1
  49. package/lib/cjs/ui/widget/MapLayerManager.d.ts +26 -26
  50. package/lib/cjs/ui/widget/MapLayerManager.js +401 -401
  51. package/lib/cjs/ui/widget/MapLayerManager.js.map +1 -1
  52. package/lib/cjs/ui/widget/MapLayerManager.scss +409 -409
  53. package/lib/cjs/ui/widget/MapLayerSettingsMenu.d.ts +11 -12
  54. package/lib/cjs/ui/widget/MapLayerSettingsMenu.d.ts.map +1 -1
  55. package/lib/cjs/ui/widget/MapLayerSettingsMenu.js +82 -82
  56. package/lib/cjs/ui/widget/MapLayerSettingsMenu.js.map +1 -1
  57. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts +6 -7
  58. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  59. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js +65 -65
  60. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  61. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.scss +20 -20
  62. package/lib/cjs/ui/widget/MapLayersWidget.d.ts +10 -11
  63. package/lib/cjs/ui/widget/MapLayersWidget.d.ts.map +1 -1
  64. package/lib/cjs/ui/widget/MapLayersWidget.js +31 -31
  65. package/lib/cjs/ui/widget/MapLayersWidget.js.map +1 -1
  66. package/lib/cjs/ui/widget/MapManagerSettings.d.ts +2 -3
  67. package/lib/cjs/ui/widget/MapManagerSettings.d.ts.map +1 -1
  68. package/lib/cjs/ui/widget/MapManagerSettings.js +200 -200
  69. package/lib/cjs/ui/widget/MapManagerSettings.js.map +1 -1
  70. package/lib/cjs/ui/widget/MapManagerSettings.scss +29 -29
  71. package/lib/cjs/ui/widget/MapUrlDialog.d.ts +22 -23
  72. package/lib/cjs/ui/widget/MapUrlDialog.d.ts.map +1 -1
  73. package/lib/cjs/ui/widget/MapUrlDialog.js +530 -530
  74. package/lib/cjs/ui/widget/MapUrlDialog.js.map +1 -1
  75. package/lib/cjs/ui/widget/MapUrlDialog.scss +99 -100
  76. package/lib/cjs/ui/widget/SelectMapFormat.d.ts +17 -18
  77. package/lib/cjs/ui/widget/SelectMapFormat.d.ts.map +1 -1
  78. package/lib/cjs/ui/widget/SelectMapFormat.js +54 -54
  79. package/lib/cjs/ui/widget/SelectMapFormat.js.map +1 -1
  80. package/lib/cjs/ui/widget/SubLayersDataProvider.d.ts +18 -20
  81. package/lib/cjs/ui/widget/SubLayersDataProvider.d.ts.map +1 -1
  82. package/lib/cjs/ui/widget/SubLayersDataProvider.js +74 -75
  83. package/lib/cjs/ui/widget/SubLayersDataProvider.js.map +1 -1
  84. package/lib/cjs/ui/widget/SubLayersPopupButton.d.ts +9 -10
  85. package/lib/cjs/ui/widget/SubLayersPopupButton.d.ts.map +1 -1
  86. package/lib/cjs/ui/widget/SubLayersPopupButton.js +40 -40
  87. package/lib/cjs/ui/widget/SubLayersPopupButton.js.map +1 -1
  88. package/lib/cjs/ui/widget/SubLayersTree.d.ts +14 -15
  89. package/lib/cjs/ui/widget/SubLayersTree.d.ts.map +1 -1
  90. package/lib/cjs/ui/widget/SubLayersTree.js +413 -413
  91. package/lib/cjs/ui/widget/SubLayersTree.js.map +1 -1
  92. package/lib/cjs/ui/widget/SubLayersTree.scss +69 -69
  93. package/lib/cjs/ui/widget/TransparencyPopupButton.d.ts +13 -14
  94. package/lib/cjs/ui/widget/TransparencyPopupButton.d.ts.map +1 -1
  95. package/lib/cjs/ui/widget/TransparencyPopupButton.js +47 -47
  96. package/lib/cjs/ui/widget/TransparencyPopupButton.js.map +1 -1
  97. package/lib/cjs/ui/widget/TransparencyPopupButton.scss +35 -36
  98. package/lib/esm/MapLayerPreferences.d.ts +88 -88
  99. package/lib/esm/MapLayerPreferences.js +307 -307
  100. package/lib/esm/MapLayerPreferences.js.map +1 -1
  101. package/lib/esm/map-layers.d.ts +6 -6
  102. package/lib/esm/map-layers.js +10 -10
  103. package/lib/esm/mapLayers.d.ts +26 -44
  104. package/lib/esm/mapLayers.d.ts.map +1 -1
  105. package/lib/esm/mapLayers.js +29 -57
  106. package/lib/esm/mapLayers.js.map +1 -1
  107. package/lib/esm/ui/FeatureInfoUiItemsProvider.d.ts +16 -11
  108. package/lib/esm/ui/FeatureInfoUiItemsProvider.d.ts.map +1 -1
  109. package/lib/esm/ui/FeatureInfoUiItemsProvider.js +42 -47
  110. package/lib/esm/ui/FeatureInfoUiItemsProvider.js.map +1 -1
  111. package/lib/esm/ui/Interfaces.d.ts +50 -50
  112. package/lib/esm/ui/Interfaces.js +1 -1
  113. package/lib/esm/ui/Interfaces.js.map +1 -1
  114. package/lib/esm/ui/MapFeatureInfoTool.d.ts +13 -13
  115. package/lib/esm/ui/MapFeatureInfoTool.js +45 -45
  116. package/lib/esm/ui/MapFeatureInfoTool.js.map +1 -1
  117. package/lib/esm/ui/MapLayersUiItemsProvider.d.ts +8 -8
  118. package/lib/esm/ui/MapLayersUiItemsProvider.d.ts.map +1 -1
  119. package/lib/esm/ui/MapLayersUiItemsProvider.js +31 -34
  120. package/lib/esm/ui/MapLayersUiItemsProvider.js.map +1 -1
  121. package/lib/esm/ui/widget/AttachLayerPopupButton.d.ts +13 -14
  122. package/lib/esm/ui/widget/AttachLayerPopupButton.d.ts.map +1 -1
  123. package/lib/esm/ui/widget/AttachLayerPopupButton.js +331 -331
  124. package/lib/esm/ui/widget/BasemapPanel.d.ts +7 -8
  125. package/lib/esm/ui/widget/BasemapPanel.d.ts.map +1 -1
  126. package/lib/esm/ui/widget/BasemapPanel.js +152 -152
  127. package/lib/esm/ui/widget/BasemapPanel.js.map +1 -1
  128. package/lib/esm/ui/widget/BasemapPanel.scss +87 -87
  129. package/lib/esm/ui/widget/ConfirmMessageDialog.d.ts +20 -21
  130. package/lib/esm/ui/widget/ConfirmMessageDialog.d.ts.map +1 -1
  131. package/lib/esm/ui/widget/ConfirmMessageDialog.js +18 -18
  132. package/lib/esm/ui/widget/ConfirmMessageDialog.js.map +1 -1
  133. package/lib/esm/ui/widget/FeatureInfoDataProvider.d.ts +40 -40
  134. package/lib/esm/ui/widget/FeatureInfoDataProvider.js +134 -134
  135. package/lib/esm/ui/widget/FeatureInfoDataProvider.js.map +1 -1
  136. package/lib/esm/ui/widget/FeatureInfoWidget.d.ts +6 -7
  137. package/lib/esm/ui/widget/FeatureInfoWidget.d.ts.map +1 -1
  138. package/lib/esm/ui/widget/FeatureInfoWidget.js +61 -61
  139. package/lib/esm/ui/widget/FeatureInfoWidget.js.map +1 -1
  140. package/lib/esm/ui/widget/MapLayerDroppable.d.ts +18 -19
  141. package/lib/esm/ui/widget/MapLayerDroppable.d.ts.map +1 -1
  142. package/lib/esm/ui/widget/MapLayerDroppable.js +81 -81
  143. package/lib/esm/ui/widget/MapLayerDroppable.js.map +1 -1
  144. package/lib/esm/ui/widget/MapLayerManager.d.ts +26 -26
  145. package/lib/esm/ui/widget/MapLayerManager.js +396 -396
  146. package/lib/esm/ui/widget/MapLayerManager.js.map +1 -1
  147. package/lib/esm/ui/widget/MapLayerManager.scss +409 -409
  148. package/lib/esm/ui/widget/MapLayerSettingsMenu.d.ts +11 -12
  149. package/lib/esm/ui/widget/MapLayerSettingsMenu.d.ts.map +1 -1
  150. package/lib/esm/ui/widget/MapLayerSettingsMenu.js +78 -78
  151. package/lib/esm/ui/widget/MapLayerSettingsMenu.js.map +1 -1
  152. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts +6 -7
  153. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  154. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js +61 -61
  155. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  156. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.scss +20 -20
  157. package/lib/esm/ui/widget/MapLayersWidget.d.ts +10 -11
  158. package/lib/esm/ui/widget/MapLayersWidget.d.ts.map +1 -1
  159. package/lib/esm/ui/widget/MapLayersWidget.js +27 -27
  160. package/lib/esm/ui/widget/MapLayersWidget.js.map +1 -1
  161. package/lib/esm/ui/widget/MapManagerSettings.d.ts +2 -3
  162. package/lib/esm/ui/widget/MapManagerSettings.d.ts.map +1 -1
  163. package/lib/esm/ui/widget/MapManagerSettings.js +196 -196
  164. package/lib/esm/ui/widget/MapManagerSettings.js.map +1 -1
  165. package/lib/esm/ui/widget/MapManagerSettings.scss +29 -29
  166. package/lib/esm/ui/widget/MapUrlDialog.d.ts +22 -23
  167. package/lib/esm/ui/widget/MapUrlDialog.d.ts.map +1 -1
  168. package/lib/esm/ui/widget/MapUrlDialog.js +526 -526
  169. package/lib/esm/ui/widget/MapUrlDialog.js.map +1 -1
  170. package/lib/esm/ui/widget/MapUrlDialog.scss +99 -100
  171. package/lib/esm/ui/widget/SelectMapFormat.d.ts +17 -18
  172. package/lib/esm/ui/widget/SelectMapFormat.d.ts.map +1 -1
  173. package/lib/esm/ui/widget/SelectMapFormat.js +50 -50
  174. package/lib/esm/ui/widget/SelectMapFormat.js.map +1 -1
  175. package/lib/esm/ui/widget/SubLayersDataProvider.d.ts +18 -20
  176. package/lib/esm/ui/widget/SubLayersDataProvider.d.ts.map +1 -1
  177. package/lib/esm/ui/widget/SubLayersDataProvider.js +70 -71
  178. package/lib/esm/ui/widget/SubLayersDataProvider.js.map +1 -1
  179. package/lib/esm/ui/widget/SubLayersPopupButton.d.ts +9 -10
  180. package/lib/esm/ui/widget/SubLayersPopupButton.d.ts.map +1 -1
  181. package/lib/esm/ui/widget/SubLayersPopupButton.js +36 -36
  182. package/lib/esm/ui/widget/SubLayersPopupButton.js.map +1 -1
  183. package/lib/esm/ui/widget/SubLayersTree.d.ts +14 -15
  184. package/lib/esm/ui/widget/SubLayersTree.d.ts.map +1 -1
  185. package/lib/esm/ui/widget/SubLayersTree.js +408 -408
  186. package/lib/esm/ui/widget/SubLayersTree.js.map +1 -1
  187. package/lib/esm/ui/widget/SubLayersTree.scss +69 -69
  188. package/lib/esm/ui/widget/TransparencyPopupButton.d.ts +13 -14
  189. package/lib/esm/ui/widget/TransparencyPopupButton.d.ts.map +1 -1
  190. package/lib/esm/ui/widget/TransparencyPopupButton.js +43 -43
  191. package/lib/esm/ui/widget/TransparencyPopupButton.js.map +1 -1
  192. package/lib/esm/ui/widget/TransparencyPopupButton.scss +35 -36
  193. package/package.json +31 -37
package/CHANGELOG.md CHANGED
@@ -1,864 +1,864 @@
1
- # Change Log - @itwin/map-layers
2
-
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
4
-
5
- ## 3.6.0
6
- Wed, 08 Feb 2023 14:58:40 GMT
7
-
8
- ### Updates
9
-
10
- - Allow map-layer requiring authentication to be correctly initialized after a saved view restore.
11
- - Added support for new viewport event (onMapLayerScaleRangeVisibilityChanged)
12
- - Improved map-layer coordinate systems validation and error reporting.
13
- - Fix Map Layers widget not updating after an iModel gets geolocated.
14
- - Use EmptyLocalization for localization in tests to increase test performance
15
-
16
- ## 3.5.6
17
- Fri, 24 Feb 2023 16:02:47 GMT
18
-
19
- _Version update only_
20
-
21
- ## 3.5.5
22
- Thu, 26 Jan 2023 22:53:28 GMT
23
-
24
- _Version update only_
25
-
26
- ## 3.5.4
27
- Wed, 18 Jan 2023 15:27:15 GMT
28
-
29
- _Version update only_
30
-
31
- ## 3.5.3
32
- Fri, 13 Jan 2023 17:23:07 GMT
33
-
34
- _Version update only_
35
-
36
- ## 3.5.2
37
- Wed, 11 Jan 2023 16:46:30 GMT
38
-
39
- _Version update only_
40
-
41
- ## 3.5.1
42
- Thu, 15 Dec 2022 16:38:29 GMT
43
-
44
- _Version update only_
45
-
46
- ## 3.5.0
47
- Wed, 07 Dec 2022 19:12:37 GMT
48
-
49
- ### Updates
50
-
51
- - MapLayers widget's preferences UI now support edit,delete buttons without having an iModel ID. Also fix an issue with edit.
52
- - Unpin classnames package
53
-
54
- ## 3.4.7
55
- Wed, 30 Nov 2022 14:28:19 GMT
56
-
57
- _Version update only_
58
-
59
- ## 3.4.6
60
- Tue, 22 Nov 2022 14:24:19 GMT
61
-
62
- _Version update only_
63
-
64
- ## 3.4.5
65
- Thu, 17 Nov 2022 21:32:50 GMT
66
-
67
- _Version update only_
68
-
69
- ## 3.4.4
70
- Thu, 10 Nov 2022 19:32:17 GMT
71
-
72
- _Version update only_
73
-
74
- ## 3.4.3
75
- Fri, 28 Oct 2022 13:34:58 GMT
76
-
77
- _Version update only_
78
-
79
- ## 3.4.2
80
- Mon, 24 Oct 2022 13:23:45 GMT
81
-
82
- _Version update only_
83
-
84
- ## 3.4.1
85
- Mon, 17 Oct 2022 20:06:51 GMT
86
-
87
- _Version update only_
88
-
89
- ## 3.4.0
90
- Thu, 13 Oct 2022 20:24:47 GMT
91
-
92
- ### Updates
93
-
94
- - Disable map-layers widget when the background map setting is off in the current view settings.
95
- - Maplayers widget now correctly rerefresh its state whenever the application switches between different viewports.
96
- - Updated Node types declaration to support latest v16
97
-
98
- ## 3.3.5
99
- Tue, 27 Sep 2022 11:50:59 GMT
100
-
101
- _Version update only_
102
-
103
- ## 3.3.4
104
- Thu, 08 Sep 2022 19:00:05 GMT
105
-
106
- _Version update only_
107
-
108
- ## 3.3.3
109
- Tue, 06 Sep 2022 20:54:19 GMT
110
-
111
- _Version update only_
112
-
113
- ## 3.3.2
114
- Thu, 01 Sep 2022 14:37:22 GMT
115
-
116
- _Version update only_
117
-
118
- ## 3.3.1
119
- Fri, 26 Aug 2022 15:40:02 GMT
120
-
121
- _Version update only_
122
-
123
- ## 3.3.0
124
- Thu, 18 Aug 2022 19:08:02 GMT
125
-
126
- ### Updates
127
-
128
- - upgrade mocha to version 10.0.0
129
- - Fixed FeatureInfo provider registration when Map Layers Widget is initialized.
130
- - Update iTwinUI-react to 1.38.1
131
-
132
- ## 3.2.9
133
- Fri, 26 Aug 2022 14:21:40 GMT
134
-
135
- _Version update only_
136
-
137
- ## 3.2.8
138
- Tue, 09 Aug 2022 15:52:41 GMT
139
-
140
- _Version update only_
141
-
142
- ## 3.2.7
143
- Mon, 01 Aug 2022 13:36:56 GMT
144
-
145
- _Version update only_
146
-
147
- ## 3.2.6
148
- Fri, 15 Jul 2022 19:04:43 GMT
149
-
150
- _Version update only_
151
-
152
- ## 3.2.5
153
- Wed, 13 Jul 2022 15:45:53 GMT
154
-
155
- ### Updates
156
-
157
- - Use a different resize observer technique to ensure the controlled tree in map suplayer popup is properly sized.
158
- - Turned ON Popup's 'repositionOnResize' property for MapLayerSettingsMenu.
159
-
160
- ## 3.2.4
161
- Tue, 21 Jun 2022 18:06:33 GMT
162
-
163
- _Version update only_
164
-
165
- ## 3.2.3
166
- Fri, 17 Jun 2022 15:18:39 GMT
167
-
168
- ### Updates
169
-
170
- - Made public MapLayers related objects, methods.
171
-
172
- ## 3.2.2
173
- Fri, 10 Jun 2022 16:11:37 GMT
174
-
175
- _Version update only_
176
-
177
- ## 3.2.1
178
- Tue, 07 Jun 2022 15:02:57 GMT
179
-
180
- _Version update only_
181
-
182
- ## 3.2.0
183
- Fri, 20 May 2022 13:10:54 GMT
184
-
185
- ### Updates
186
-
187
- - maplayers widget has been updated to support OAuth2: if needed, a popup window will be displayed to trigger the external OAuth process. When process completes, the focus returns to the map-layers widget and layer is ready to be added/displayed.
188
- - Use iTwinUI-react components to get consistent styling. Alos fixed bug with elevation correction control.
189
- - Fix a display issue with background color's ColorPicker where part of the dialog was missing.
190
- - Add ability to pass parameters to UiItemsManager when loading items provider to specify what stages allow the provider to supply items.
191
-
192
- ## 3.1.3
193
- Fri, 15 Apr 2022 13:49:25 GMT
194
-
195
- _Version update only_
196
-
197
- ## 3.1.2
198
- Wed, 06 Apr 2022 22:27:56 GMT
199
-
200
- _Version update only_
201
-
202
- ## 3.1.1
203
- Thu, 31 Mar 2022 15:55:48 GMT
204
-
205
- ### Updates
206
-
207
- - Adjusted the map-layers package's peer dependencies to no longer lock down core packages.
208
-
209
- ## 3.1.0
210
- Tue, 29 Mar 2022 20:53:47 GMT
211
-
212
- ### Updates
213
-
214
- - Add support for map layers using model geometry.
215
- - User Preferences is now supported for Blank Connection configurations.
216
- - Fixed issue that would close the new maplayer dialog when a new layer type was picked.
217
- - Fix 'ResizeObserver loop limit exceeded' error in MapLayers widget
218
- - Added FeatureInfo Widget.
219
- - Bug fix: Right click on the new map layer dialog would close it.
220
- - Refactored MapLayersUI initialization, and will always use UiProviders
221
- - Fix style on select
222
- - Update to itwinui-css version "0.44.0".
223
- - Update to @itwin/itwinui-react: 1.32.0
224
- - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
225
-
226
- ## 3.0.3
227
- Fri, 25 Mar 2022 15:10:02 GMT
228
-
229
- _Version update only_
230
-
231
- ## 3.0.2
232
- Thu, 10 Mar 2022 21:18:13 GMT
233
-
234
- _Version update only_
235
-
236
- ## 3.0.1
237
- Thu, 24 Feb 2022 15:26:55 GMT
238
-
239
- _Version update only_
240
-
241
- ## 3.0.0
242
- Mon, 24 Jan 2022 14:00:52 GMT
243
-
244
- ### Updates
245
-
246
- - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
247
- - Layers could not be added through MapLayers widget when UserPreferences was not set. Fix various issues related to user preferences.
248
- - Fixed various CSS issues in map-layers widget after recent UI framework changes.
249
- - No longer display username/password fields by default in the custom map layers dialog: If validation fails and reports authentication is needed, we then ask end-user for credentials.
250
- - Use QuantityNumericInput for 'Elevation Offset' and 'Model Height' fields instead of hardcoded units.
251
- - Migrated from Toggle to ToggleSwitch component in map-layers widget
252
- - rename contextId -> iTwinId
253
- - Unregister maplayers itemsProvider and widget control on terminate.
254
- - Now use 'DisplayStyleState.backgroundMapBase' instead of 'DisplayStyleState.changeBaseMapProps' to update the mapImagery.
255
- - use new @itwin package names
256
- - rename to @itwin/map-layers
257
- - remove ClientRequestContext and its subclasses
258
- - Replace usage of I18N with generic Localization interface.
259
- - Renamed an iModel's parent container to iTwin
260
- - Ignore lint warning for deprecated class
261
- - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
262
- - Update to latest itwinui-react
263
- - Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
264
- - Update to React 17.
265
- - Created imodel-components folder & package and moved color, lineweight, navigationaids, quantity, timeline & viewport. Deprecated MessageSeverity in ui-core & added it ui-abstract. Added MessagePresenter interface to ui-abstract.
266
- - Replace deprecated ThemedSelect component with iTwinUI-react Select component.
267
- - Remove itwinUi css overrides.
268
- - Replaced ui-core Slider with one from iTwinUi-react.
269
- - Update to latest types/react package
270
- - Lock down and update version numbers so docs will build.
271
-
272
- ## 2.19.28
273
- Wed, 12 Jan 2022 14:52:38 GMT
274
-
275
- _Version update only_
276
-
277
- ## 2.19.27
278
- Wed, 05 Jan 2022 20:07:20 GMT
279
-
280
- _Version update only_
281
-
282
- ## 2.19.26
283
- Wed, 08 Dec 2021 20:54:53 GMT
284
-
285
- _Version update only_
286
-
287
- ## 2.19.25
288
- Fri, 03 Dec 2021 20:05:49 GMT
289
-
290
- _Version update only_
291
-
292
- ## 2.19.24
293
- Mon, 29 Nov 2021 18:44:31 GMT
294
-
295
- ### Updates
296
-
297
- - Fixed UI spacing issues in map-layers widget.
298
-
299
- ## 2.19.23
300
- Mon, 22 Nov 2021 20:41:40 GMT
301
-
302
- _Version update only_
303
-
304
- ## 2.19.22
305
- Wed, 17 Nov 2021 01:23:26 GMT
306
-
307
- _Version update only_
308
-
309
- ## 2.19.21
310
- Wed, 10 Nov 2021 10:58:24 GMT
311
-
312
- _Version update only_
313
-
314
- ## 2.19.20
315
- Fri, 29 Oct 2021 16:14:22 GMT
316
-
317
- ### Updates
318
-
319
- - Added Mask transparency to map-layers widget.
320
-
321
- ## 2.19.19
322
- Mon, 25 Oct 2021 16:16:25 GMT
323
-
324
- ### Updates
325
-
326
- - Drop unnecessary dep on @bentley/react-scripts
327
-
328
- ## 2.19.18
329
- Thu, 21 Oct 2021 20:59:44 GMT
330
-
331
- _Version update only_
332
-
333
- ## 2.19.17
334
- Thu, 14 Oct 2021 21:19:43 GMT
335
-
336
- _Version update only_
337
-
338
- ## 2.19.16
339
- Mon, 11 Oct 2021 17:37:46 GMT
340
-
341
- _Version update only_
342
-
343
- ## 2.19.15
344
- Fri, 08 Oct 2021 16:44:23 GMT
345
-
346
- _Version update only_
347
-
348
- ## 2.19.14
349
- Fri, 01 Oct 2021 13:07:03 GMT
350
-
351
- _Version update only_
352
-
353
- ## 2.19.13
354
- Tue, 21 Sep 2021 21:06:40 GMT
355
-
356
- _Version update only_
357
-
358
- ## 2.19.12
359
- Wed, 15 Sep 2021 18:06:46 GMT
360
-
361
- _Version update only_
362
-
363
- ## 2.19.11
364
- Thu, 09 Sep 2021 21:04:58 GMT
365
-
366
- _Version update only_
367
-
368
- ## 2.19.10
369
- Wed, 08 Sep 2021 14:36:01 GMT
370
-
371
- _Version update only_
372
-
373
- ## 2.19.9
374
- Wed, 25 Aug 2021 15:36:01 GMT
375
-
376
- _Version update only_
377
-
378
- ## 2.19.8
379
- Mon, 23 Aug 2021 13:23:13 GMT
380
-
381
- _Version update only_
382
-
383
- ## 2.19.7
384
- Fri, 20 Aug 2021 17:47:22 GMT
385
-
386
- _Version update only_
387
-
388
- ## 2.19.6
389
- Tue, 17 Aug 2021 20:34:29 GMT
390
-
391
- _Version update only_
392
-
393
- ## 2.19.5
394
- Fri, 13 Aug 2021 21:48:09 GMT
395
-
396
- _Version update only_
397
-
398
- ## 2.19.4
399
- Thu, 12 Aug 2021 13:09:26 GMT
400
-
401
- _Version update only_
402
-
403
- ## 2.19.3
404
- Wed, 04 Aug 2021 20:29:34 GMT
405
-
406
- _Version update only_
407
-
408
- ## 2.19.2
409
- Tue, 03 Aug 2021 18:26:23 GMT
410
-
411
- _Version update only_
412
-
413
- ## 2.19.1
414
- Thu, 29 Jul 2021 20:01:11 GMT
415
-
416
- _Version update only_
417
-
418
- ## 2.19.0
419
- Mon, 26 Jul 2021 12:21:25 GMT
420
-
421
- _Version update only_
422
-
423
- ## 2.18.4
424
- Tue, 10 Aug 2021 19:35:13 GMT
425
-
426
- _Version update only_
427
-
428
- ## 2.18.3
429
- Wed, 28 Jul 2021 17:16:30 GMT
430
-
431
- _Version update only_
432
-
433
- ## 2.18.2
434
- Mon, 26 Jul 2021 16:18:31 GMT
435
-
436
- _Version update only_
437
-
438
- ## 2.18.1
439
- Fri, 16 Jul 2021 17:45:09 GMT
440
-
441
- _Version update only_
442
-
443
- ## 2.18.0
444
- Fri, 09 Jul 2021 18:11:24 GMT
445
-
446
- _Version update only_
447
-
448
- ## 2.17.3
449
- Mon, 26 Jul 2021 16:08:36 GMT
450
-
451
- _Version update only_
452
-
453
- ## 2.17.2
454
- Thu, 08 Jul 2021 15:23:00 GMT
455
-
456
- _Version update only_
457
-
458
- ## 2.17.1
459
- Fri, 02 Jul 2021 15:38:31 GMT
460
-
461
- _Version update only_
462
-
463
- ## 2.17.0
464
- Mon, 28 Jun 2021 16:20:11 GMT
465
-
466
- ### Updates
467
-
468
- - Allow saved map-layer definition to be edited.
469
- - Made MaplayerSource independent from MapLayerProps.
470
- - MapManagerSettings UI Refresh. Added tests.
471
- - Fixed typo in activeViewport.view.isSpatialView: it should be invoked as a method and not a property.
472
- - Fixed a bug where an elevation offset value of 0 could not be in the UI.
473
-
474
- ## 2.16.10
475
- Thu, 22 Jul 2021 20:23:45 GMT
476
-
477
- _Version update only_
478
-
479
- ## 2.16.9
480
- Tue, 06 Jul 2021 22:08:34 GMT
481
-
482
- _Version update only_
483
-
484
- ## 2.16.8
485
- Fri, 02 Jul 2021 17:40:46 GMT
486
-
487
- _Version update only_
488
-
489
- ## 2.16.7
490
- Mon, 28 Jun 2021 18:13:04 GMT
491
-
492
- _Version update only_
493
-
494
- ## 2.16.6
495
- Mon, 28 Jun 2021 13:12:55 GMT
496
-
497
- _Version update only_
498
-
499
- ## 2.16.5
500
- Fri, 25 Jun 2021 16:03:01 GMT
501
-
502
- _Version update only_
503
-
504
- ## 2.16.4
505
- Wed, 23 Jun 2021 17:09:07 GMT
506
-
507
- _Version update only_
508
-
509
- ## 2.16.3
510
- Wed, 16 Jun 2021 20:29:32 GMT
511
-
512
- _Version update only_
513
-
514
- ## 2.16.2
515
- Thu, 03 Jun 2021 18:08:11 GMT
516
-
517
- _Version update only_
518
-
519
- ## 2.16.1
520
- Thu, 27 May 2021 20:04:22 GMT
521
-
522
- _Version update only_
523
-
524
- ## 2.16.0
525
- Mon, 24 May 2021 15:58:39 GMT
526
-
527
- ### Updates
528
-
529
- - Fix 'npm run cover' that would never complete.
530
- - Exposed the map masking option in the map layers settings UI.
531
- - Move map tile trees to Viewport to handle synching correctly
532
- - Update to latest classnames package
533
-
534
- ## 2.15.6
535
- Wed, 26 May 2021 15:55:19 GMT
536
-
537
- _Version update only_
538
-
539
- ## 2.15.5
540
- Thu, 20 May 2021 15:06:26 GMT
541
-
542
- _Version update only_
543
-
544
- ## 2.15.4
545
- Tue, 18 May 2021 21:59:07 GMT
546
-
547
- _Version update only_
548
-
549
- ## 2.15.3
550
- Mon, 17 May 2021 13:31:38 GMT
551
-
552
- _Version update only_
553
-
554
- ## 2.15.2
555
- Wed, 12 May 2021 18:08:13 GMT
556
-
557
- _Version update only_
558
-
559
- ## 2.15.1
560
- Wed, 05 May 2021 13:18:31 GMT
561
-
562
- _Version update only_
563
-
564
- ## 2.15.0
565
- Fri, 30 Apr 2021 12:36:58 GMT
566
-
567
- ### Updates
568
-
569
- - Allow saved map layer definition to be deleted from setting service.
570
- - Fixed typo in the message when the iModel is not geolocated.
571
-
572
- ## 2.14.4
573
- Thu, 22 Apr 2021 21:07:33 GMT
574
-
575
- _Version update only_
576
-
577
- ## 2.14.3
578
- Thu, 15 Apr 2021 15:13:16 GMT
579
-
580
- _Version update only_
581
-
582
- ## 2.14.2
583
- Thu, 08 Apr 2021 14:30:09 GMT
584
-
585
- _Version update only_
586
-
587
- ## 2.14.1
588
- Mon, 05 Apr 2021 16:28:00 GMT
589
-
590
- _Version update only_
591
-
592
- ## 2.14.0
593
- Fri, 02 Apr 2021 13:18:42 GMT
594
-
595
- ### Updates
596
-
597
- - WMS/WMTS layers will now provide feedback to end-user when an unauthorized error is returned by server. Enabled tests in map-layers extensions.
598
-
599
- ## 2.13.0
600
- Tue, 09 Mar 2021 20:28:13 GMT
601
-
602
- ### Updates
603
-
604
- - Restored base layer visibility button in map manager.
605
- - Updated to use TypeScript 4.1
606
- - begin rename project from iModel.js to iTwin.js
607
-
608
- ## 2.12.3
609
- Mon, 08 Mar 2021 15:32:00 GMT
610
-
611
- _Version update only_
612
-
613
- ## 2.12.2
614
- Wed, 03 Mar 2021 18:48:53 GMT
615
-
616
- _Version update only_
617
-
618
- ## 2.12.1
619
- Tue, 23 Feb 2021 20:54:45 GMT
620
-
621
- _Version update only_
622
-
623
- ## 2.12.0
624
- Thu, 18 Feb 2021 22:10:13 GMT
625
-
626
- ### Updates
627
-
628
- - Provide default props to map-layers widget when used as an extension.
629
- - ArcGIS token-based authentification support: MapLayerManager now monitor provider status and display a warning icon when there is a authentifiation error while loading tiles. User is allowed to provide credentials without the need to fully re-attach the layer. Invalid credentials feedback is now provided. It is now possible to save an ArcGIS layer requiring authentification in the settings service, althoug redentials wont be persisted.
630
-
631
- ## 2.11.2
632
- Thu, 18 Feb 2021 02:50:59 GMT
633
-
634
- _Version update only_
635
-
636
- ## 2.11.1
637
- Thu, 04 Feb 2021 17:22:41 GMT
638
-
639
- _Version update only_
640
-
641
- ## 2.11.0
642
- Thu, 28 Jan 2021 13:39:27 GMT
643
-
644
- ### Updates
645
-
646
- - Refreshed MapLayerManager UI. Fixed minor issues with layer dragging order. Code refactoring.
647
- - Correctly handle WMTS layers (only one layer can be visible at a time)
648
- - Lock react-select to 3.1.0 and @types/react-select to 3.0.26 until we can fix compile errors for later versions.
649
-
650
- ## 2.10.3
651
- Fri, 08 Jan 2021 18:34:03 GMT
652
-
653
- _Version update only_
654
-
655
- ## 2.10.2
656
- Fri, 08 Jan 2021 14:52:02 GMT
657
-
658
- _Version update only_
659
-
660
- ## 2.10.1
661
- Tue, 22 Dec 2020 00:53:38 GMT
662
-
663
- ### Updates
664
-
665
- - Correctly handle WMTS layers (only one layer can be visible at a time)
666
-
667
- ## 2.10.0
668
- Fri, 18 Dec 2020 18:24:01 GMT
669
-
670
- ### Updates
671
-
672
- - Move dependencies to peerDependencies
673
-
674
- ## 2.9.9
675
- Sun, 13 Dec 2020 19:00:03 GMT
676
-
677
- _Version update only_
678
-
679
- ## 2.9.8
680
- Fri, 11 Dec 2020 02:57:36 GMT
681
-
682
- _Version update only_
683
-
684
- ## 2.9.7
685
- Wed, 09 Dec 2020 20:58:23 GMT
686
-
687
- _Version update only_
688
-
689
- ## 2.9.6
690
- Mon, 07 Dec 2020 18:40:48 GMT
691
-
692
- _Version update only_
693
-
694
- ## 2.9.5
695
- Sat, 05 Dec 2020 01:55:56 GMT
696
-
697
- _Version update only_
698
-
699
- ## 2.9.4
700
- Wed, 02 Dec 2020 20:55:40 GMT
701
-
702
- _Version update only_
703
-
704
- ## 2.9.3
705
- Mon, 23 Nov 2020 20:57:56 GMT
706
-
707
- _Version update only_
708
-
709
- ## 2.9.2
710
- Mon, 23 Nov 2020 15:33:50 GMT
711
-
712
- _Version update only_
713
-
714
- ## 2.9.1
715
- Thu, 19 Nov 2020 17:03:42 GMT
716
-
717
- _Version update only_
718
-
719
- ## 2.9.0
720
- Wed, 18 Nov 2020 16:01:50 GMT
721
-
722
- _Version update only_
723
-
724
- ## 2.8.1
725
- Tue, 03 Nov 2020 00:33:56 GMT
726
-
727
- _Version update only_
728
-
729
- ## 2.8.0
730
- Fri, 23 Oct 2020 17:04:02 GMT
731
-
732
- ### Updates
733
-
734
- - Introduced the concept of named/unamed groups and made sure the SubLayers tree view remained consistent with the display (i.e disabling children of non-visible unnamed groups)
735
- - Added optional wms autentication
736
-
737
- ## 2.7.6
738
- Wed, 11 Nov 2020 16:28:23 GMT
739
-
740
- _Version update only_
741
-
742
- ## 2.7.5
743
- Fri, 23 Oct 2020 16:23:50 GMT
744
-
745
- _Version update only_
746
-
747
- ## 2.7.4
748
- Mon, 19 Oct 2020 17:57:01 GMT
749
-
750
- _Version update only_
751
-
752
- ## 2.7.3
753
- Wed, 14 Oct 2020 17:00:59 GMT
754
-
755
- _Version update only_
756
-
757
- ## 2.7.2
758
- Tue, 13 Oct 2020 18:20:39 GMT
759
-
760
- _Version update only_
761
-
762
- ## 2.7.1
763
- Thu, 08 Oct 2020 13:04:35 GMT
764
-
765
- _Version update only_
766
-
767
- ## 2.7.0
768
- Fri, 02 Oct 2020 18:03:32 GMT
769
-
770
- ### Updates
771
-
772
- - Modify MapUrlDialog to handle MapLayerSettingsService
773
- - Fix background color of bgmap visibility button.
774
- - Added switches to turn on and off the WMS feature of the map layer widget
775
- - Made transparent the visibility button of Mapmanager
776
- - Added optional wms autentication
777
-
778
- ## 2.6.5
779
- Sat, 26 Sep 2020 16:06:34 GMT
780
-
781
- _Version update only_
782
-
783
- ## 2.6.4
784
- Tue, 22 Sep 2020 17:40:07 GMT
785
-
786
- _Version update only_
787
-
788
- ## 2.6.3
789
- Mon, 21 Sep 2020 14:47:10 GMT
790
-
791
- _Version update only_
792
-
793
- ## 2.6.2
794
- Mon, 21 Sep 2020 13:07:44 GMT
795
-
796
- _Version update only_
797
-
798
- ## 2.6.1
799
- Fri, 18 Sep 2020 13:15:09 GMT
800
-
801
- _Version update only_
802
-
803
- ## 2.6.0
804
- Thu, 17 Sep 2020 13:16:12 GMT
805
-
806
- ### Updates
807
-
808
- - Moved ESLint configuration to a plugin
809
-
810
- ## 2.5.5
811
- Wed, 02 Sep 2020 17:42:23 GMT
812
-
813
- _Version update only_
814
-
815
- ## 2.5.4
816
- Fri, 28 Aug 2020 15:34:15 GMT
817
-
818
- ### Updates
819
-
820
- - Add Locatable toggle, updated icon for transparency button, add visibilty toggle for 'Base Layer'
821
-
822
- ## 2.5.3
823
- Wed, 26 Aug 2020 11:46:00 GMT
824
-
825
- _Version update only_
826
-
827
- ## 2.5.2
828
- Tue, 25 Aug 2020 22:09:08 GMT
829
-
830
- _Version update only_
831
-
832
- ## 2.5.1
833
- Mon, 24 Aug 2020 18:13:04 GMT
834
-
835
- _Version update only_
836
-
837
- ## 2.5.0
838
- Thu, 20 Aug 2020 20:57:10 GMT
839
-
840
- ### Updates
841
-
842
- - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
843
- - Add MapLayersWidgetControl that can be used to specify widget in UI 1.0 FrontstageDef.
844
- - Switch to ESLint
845
-
846
- ## 2.4.2
847
- Fri, 14 Aug 2020 16:34:09 GMT
848
-
849
- ### Updates
850
-
851
- - Add MapLayersWidgetControl that can be used to specify widget in UI 1.0 FrontstageDef.
852
-
853
- ## 2.4.1
854
- Fri, 07 Aug 2020 19:57:43 GMT
855
-
856
- _Version update only_
857
-
858
- ## 2.4.0
859
- Tue, 28 Jul 2020 16:26:24 GMT
860
-
861
- ### Updates
862
-
863
- - Add map-layer extension that can also be used as a package. Adds 'Map Layers' widget.
864
-
1
+ # Change Log - @itwin/map-layers
2
+
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:40 GMT
7
+
8
+ ### Updates
9
+
10
+ - Allow map-layer requiring authentication to be correctly initialized after a saved view restore.
11
+ - Added support for new viewport event (onMapLayerScaleRangeVisibilityChanged)
12
+ - Improved map-layer coordinate systems validation and error reporting.
13
+ - Fix Map Layers widget not updating after an iModel gets geolocated.
14
+ - Use EmptyLocalization for localization in tests to increase test performance
15
+
16
+ ## 3.5.6
17
+ Fri, 24 Feb 2023 16:02:47 GMT
18
+
19
+ _Version update only_
20
+
21
+ ## 3.5.5
22
+ Thu, 26 Jan 2023 22:53:28 GMT
23
+
24
+ _Version update only_
25
+
26
+ ## 3.5.4
27
+ Wed, 18 Jan 2023 15:27:15 GMT
28
+
29
+ _Version update only_
30
+
31
+ ## 3.5.3
32
+ Fri, 13 Jan 2023 17:23:07 GMT
33
+
34
+ _Version update only_
35
+
36
+ ## 3.5.2
37
+ Wed, 11 Jan 2023 16:46:30 GMT
38
+
39
+ _Version update only_
40
+
41
+ ## 3.5.1
42
+ Thu, 15 Dec 2022 16:38:29 GMT
43
+
44
+ _Version update only_
45
+
46
+ ## 3.5.0
47
+ Wed, 07 Dec 2022 19:12:37 GMT
48
+
49
+ ### Updates
50
+
51
+ - MapLayers widget's preferences UI now support edit,delete buttons without having an iModel ID. Also fix an issue with edit.
52
+ - Unpin classnames package
53
+
54
+ ## 3.4.7
55
+ Wed, 30 Nov 2022 14:28:19 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 3.4.6
60
+ Tue, 22 Nov 2022 14:24:19 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 3.4.5
65
+ Thu, 17 Nov 2022 21:32:50 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 3.4.4
70
+ Thu, 10 Nov 2022 19:32:17 GMT
71
+
72
+ _Version update only_
73
+
74
+ ## 3.4.3
75
+ Fri, 28 Oct 2022 13:34:58 GMT
76
+
77
+ _Version update only_
78
+
79
+ ## 3.4.2
80
+ Mon, 24 Oct 2022 13:23:45 GMT
81
+
82
+ _Version update only_
83
+
84
+ ## 3.4.1
85
+ Mon, 17 Oct 2022 20:06:51 GMT
86
+
87
+ _Version update only_
88
+
89
+ ## 3.4.0
90
+ Thu, 13 Oct 2022 20:24:47 GMT
91
+
92
+ ### Updates
93
+
94
+ - Disable map-layers widget when the background map setting is off in the current view settings.
95
+ - Maplayers widget now correctly rerefresh its state whenever the application switches between different viewports.
96
+ - Updated Node types declaration to support latest v16
97
+
98
+ ## 3.3.5
99
+ Tue, 27 Sep 2022 11:50:59 GMT
100
+
101
+ _Version update only_
102
+
103
+ ## 3.3.4
104
+ Thu, 08 Sep 2022 19:00:05 GMT
105
+
106
+ _Version update only_
107
+
108
+ ## 3.3.3
109
+ Tue, 06 Sep 2022 20:54:19 GMT
110
+
111
+ _Version update only_
112
+
113
+ ## 3.3.2
114
+ Thu, 01 Sep 2022 14:37:22 GMT
115
+
116
+ _Version update only_
117
+
118
+ ## 3.3.1
119
+ Fri, 26 Aug 2022 15:40:02 GMT
120
+
121
+ _Version update only_
122
+
123
+ ## 3.3.0
124
+ Thu, 18 Aug 2022 19:08:02 GMT
125
+
126
+ ### Updates
127
+
128
+ - upgrade mocha to version 10.0.0
129
+ - Fixed FeatureInfo provider registration when Map Layers Widget is initialized.
130
+ - Update iTwinUI-react to 1.38.1
131
+
132
+ ## 3.2.9
133
+ Fri, 26 Aug 2022 14:21:40 GMT
134
+
135
+ _Version update only_
136
+
137
+ ## 3.2.8
138
+ Tue, 09 Aug 2022 15:52:41 GMT
139
+
140
+ _Version update only_
141
+
142
+ ## 3.2.7
143
+ Mon, 01 Aug 2022 13:36:56 GMT
144
+
145
+ _Version update only_
146
+
147
+ ## 3.2.6
148
+ Fri, 15 Jul 2022 19:04:43 GMT
149
+
150
+ _Version update only_
151
+
152
+ ## 3.2.5
153
+ Wed, 13 Jul 2022 15:45:53 GMT
154
+
155
+ ### Updates
156
+
157
+ - Use a different resize observer technique to ensure the controlled tree in map suplayer popup is properly sized.
158
+ - Turned ON Popup's 'repositionOnResize' property for MapLayerSettingsMenu.
159
+
160
+ ## 3.2.4
161
+ Tue, 21 Jun 2022 18:06:33 GMT
162
+
163
+ _Version update only_
164
+
165
+ ## 3.2.3
166
+ Fri, 17 Jun 2022 15:18:39 GMT
167
+
168
+ ### Updates
169
+
170
+ - Made public MapLayers related objects, methods.
171
+
172
+ ## 3.2.2
173
+ Fri, 10 Jun 2022 16:11:37 GMT
174
+
175
+ _Version update only_
176
+
177
+ ## 3.2.1
178
+ Tue, 07 Jun 2022 15:02:57 GMT
179
+
180
+ _Version update only_
181
+
182
+ ## 3.2.0
183
+ Fri, 20 May 2022 13:10:54 GMT
184
+
185
+ ### Updates
186
+
187
+ - maplayers widget has been updated to support OAuth2: if needed, a popup window will be displayed to trigger the external OAuth process. When process completes, the focus returns to the map-layers widget and layer is ready to be added/displayed.
188
+ - Use iTwinUI-react components to get consistent styling. Alos fixed bug with elevation correction control.
189
+ - Fix a display issue with background color's ColorPicker where part of the dialog was missing.
190
+ - Add ability to pass parameters to UiItemsManager when loading items provider to specify what stages allow the provider to supply items.
191
+
192
+ ## 3.1.3
193
+ Fri, 15 Apr 2022 13:49:25 GMT
194
+
195
+ _Version update only_
196
+
197
+ ## 3.1.2
198
+ Wed, 06 Apr 2022 22:27:56 GMT
199
+
200
+ _Version update only_
201
+
202
+ ## 3.1.1
203
+ Thu, 31 Mar 2022 15:55:48 GMT
204
+
205
+ ### Updates
206
+
207
+ - Adjusted the map-layers package's peer dependencies to no longer lock down core packages.
208
+
209
+ ## 3.1.0
210
+ Tue, 29 Mar 2022 20:53:47 GMT
211
+
212
+ ### Updates
213
+
214
+ - Add support for map layers using model geometry.
215
+ - User Preferences is now supported for Blank Connection configurations.
216
+ - Fixed issue that would close the new maplayer dialog when a new layer type was picked.
217
+ - Fix 'ResizeObserver loop limit exceeded' error in MapLayers widget
218
+ - Added FeatureInfo Widget.
219
+ - Bug fix: Right click on the new map layer dialog would close it.
220
+ - Refactored MapLayersUI initialization, and will always use UiProviders
221
+ - Fix style on select
222
+ - Update to itwinui-css version "0.44.0".
223
+ - Update to @itwin/itwinui-react: 1.32.0
224
+ - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
225
+
226
+ ## 3.0.3
227
+ Fri, 25 Mar 2022 15:10:02 GMT
228
+
229
+ _Version update only_
230
+
231
+ ## 3.0.2
232
+ Thu, 10 Mar 2022 21:18:13 GMT
233
+
234
+ _Version update only_
235
+
236
+ ## 3.0.1
237
+ Thu, 24 Feb 2022 15:26:55 GMT
238
+
239
+ _Version update only_
240
+
241
+ ## 3.0.0
242
+ Mon, 24 Jan 2022 14:00:52 GMT
243
+
244
+ ### Updates
245
+
246
+ - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
247
+ - Layers could not be added through MapLayers widget when UserPreferences was not set. Fix various issues related to user preferences.
248
+ - Fixed various CSS issues in map-layers widget after recent UI framework changes.
249
+ - No longer display username/password fields by default in the custom map layers dialog: If validation fails and reports authentication is needed, we then ask end-user for credentials.
250
+ - Use QuantityNumericInput for 'Elevation Offset' and 'Model Height' fields instead of hardcoded units.
251
+ - Migrated from Toggle to ToggleSwitch component in map-layers widget
252
+ - rename contextId -> iTwinId
253
+ - Unregister maplayers itemsProvider and widget control on terminate.
254
+ - Now use 'DisplayStyleState.backgroundMapBase' instead of 'DisplayStyleState.changeBaseMapProps' to update the mapImagery.
255
+ - use new @itwin package names
256
+ - rename to @itwin/map-layers
257
+ - remove ClientRequestContext and its subclasses
258
+ - Replace usage of I18N with generic Localization interface.
259
+ - Renamed an iModel's parent container to iTwin
260
+ - Ignore lint warning for deprecated class
261
+ - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
262
+ - Update to latest itwinui-react
263
+ - Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
264
+ - Update to React 17.
265
+ - Created imodel-components folder & package and moved color, lineweight, navigationaids, quantity, timeline & viewport. Deprecated MessageSeverity in ui-core & added it ui-abstract. Added MessagePresenter interface to ui-abstract.
266
+ - Replace deprecated ThemedSelect component with iTwinUI-react Select component.
267
+ - Remove itwinUi css overrides.
268
+ - Replaced ui-core Slider with one from iTwinUi-react.
269
+ - Update to latest types/react package
270
+ - Lock down and update version numbers so docs will build.
271
+
272
+ ## 2.19.28
273
+ Wed, 12 Jan 2022 14:52:38 GMT
274
+
275
+ _Version update only_
276
+
277
+ ## 2.19.27
278
+ Wed, 05 Jan 2022 20:07:20 GMT
279
+
280
+ _Version update only_
281
+
282
+ ## 2.19.26
283
+ Wed, 08 Dec 2021 20:54:53 GMT
284
+
285
+ _Version update only_
286
+
287
+ ## 2.19.25
288
+ Fri, 03 Dec 2021 20:05:49 GMT
289
+
290
+ _Version update only_
291
+
292
+ ## 2.19.24
293
+ Mon, 29 Nov 2021 18:44:31 GMT
294
+
295
+ ### Updates
296
+
297
+ - Fixed UI spacing issues in map-layers widget.
298
+
299
+ ## 2.19.23
300
+ Mon, 22 Nov 2021 20:41:40 GMT
301
+
302
+ _Version update only_
303
+
304
+ ## 2.19.22
305
+ Wed, 17 Nov 2021 01:23:26 GMT
306
+
307
+ _Version update only_
308
+
309
+ ## 2.19.21
310
+ Wed, 10 Nov 2021 10:58:24 GMT
311
+
312
+ _Version update only_
313
+
314
+ ## 2.19.20
315
+ Fri, 29 Oct 2021 16:14:22 GMT
316
+
317
+ ### Updates
318
+
319
+ - Added Mask transparency to map-layers widget.
320
+
321
+ ## 2.19.19
322
+ Mon, 25 Oct 2021 16:16:25 GMT
323
+
324
+ ### Updates
325
+
326
+ - Drop unnecessary dep on @bentley/react-scripts
327
+
328
+ ## 2.19.18
329
+ Thu, 21 Oct 2021 20:59:44 GMT
330
+
331
+ _Version update only_
332
+
333
+ ## 2.19.17
334
+ Thu, 14 Oct 2021 21:19:43 GMT
335
+
336
+ _Version update only_
337
+
338
+ ## 2.19.16
339
+ Mon, 11 Oct 2021 17:37:46 GMT
340
+
341
+ _Version update only_
342
+
343
+ ## 2.19.15
344
+ Fri, 08 Oct 2021 16:44:23 GMT
345
+
346
+ _Version update only_
347
+
348
+ ## 2.19.14
349
+ Fri, 01 Oct 2021 13:07:03 GMT
350
+
351
+ _Version update only_
352
+
353
+ ## 2.19.13
354
+ Tue, 21 Sep 2021 21:06:40 GMT
355
+
356
+ _Version update only_
357
+
358
+ ## 2.19.12
359
+ Wed, 15 Sep 2021 18:06:46 GMT
360
+
361
+ _Version update only_
362
+
363
+ ## 2.19.11
364
+ Thu, 09 Sep 2021 21:04:58 GMT
365
+
366
+ _Version update only_
367
+
368
+ ## 2.19.10
369
+ Wed, 08 Sep 2021 14:36:01 GMT
370
+
371
+ _Version update only_
372
+
373
+ ## 2.19.9
374
+ Wed, 25 Aug 2021 15:36:01 GMT
375
+
376
+ _Version update only_
377
+
378
+ ## 2.19.8
379
+ Mon, 23 Aug 2021 13:23:13 GMT
380
+
381
+ _Version update only_
382
+
383
+ ## 2.19.7
384
+ Fri, 20 Aug 2021 17:47:22 GMT
385
+
386
+ _Version update only_
387
+
388
+ ## 2.19.6
389
+ Tue, 17 Aug 2021 20:34:29 GMT
390
+
391
+ _Version update only_
392
+
393
+ ## 2.19.5
394
+ Fri, 13 Aug 2021 21:48:09 GMT
395
+
396
+ _Version update only_
397
+
398
+ ## 2.19.4
399
+ Thu, 12 Aug 2021 13:09:26 GMT
400
+
401
+ _Version update only_
402
+
403
+ ## 2.19.3
404
+ Wed, 04 Aug 2021 20:29:34 GMT
405
+
406
+ _Version update only_
407
+
408
+ ## 2.19.2
409
+ Tue, 03 Aug 2021 18:26:23 GMT
410
+
411
+ _Version update only_
412
+
413
+ ## 2.19.1
414
+ Thu, 29 Jul 2021 20:01:11 GMT
415
+
416
+ _Version update only_
417
+
418
+ ## 2.19.0
419
+ Mon, 26 Jul 2021 12:21:25 GMT
420
+
421
+ _Version update only_
422
+
423
+ ## 2.18.4
424
+ Tue, 10 Aug 2021 19:35:13 GMT
425
+
426
+ _Version update only_
427
+
428
+ ## 2.18.3
429
+ Wed, 28 Jul 2021 17:16:30 GMT
430
+
431
+ _Version update only_
432
+
433
+ ## 2.18.2
434
+ Mon, 26 Jul 2021 16:18:31 GMT
435
+
436
+ _Version update only_
437
+
438
+ ## 2.18.1
439
+ Fri, 16 Jul 2021 17:45:09 GMT
440
+
441
+ _Version update only_
442
+
443
+ ## 2.18.0
444
+ Fri, 09 Jul 2021 18:11:24 GMT
445
+
446
+ _Version update only_
447
+
448
+ ## 2.17.3
449
+ Mon, 26 Jul 2021 16:08:36 GMT
450
+
451
+ _Version update only_
452
+
453
+ ## 2.17.2
454
+ Thu, 08 Jul 2021 15:23:00 GMT
455
+
456
+ _Version update only_
457
+
458
+ ## 2.17.1
459
+ Fri, 02 Jul 2021 15:38:31 GMT
460
+
461
+ _Version update only_
462
+
463
+ ## 2.17.0
464
+ Mon, 28 Jun 2021 16:20:11 GMT
465
+
466
+ ### Updates
467
+
468
+ - Allow saved map-layer definition to be edited.
469
+ - Made MaplayerSource independent from MapLayerProps.
470
+ - MapManagerSettings UI Refresh. Added tests.
471
+ - Fixed typo in activeViewport.view.isSpatialView: it should be invoked as a method and not a property.
472
+ - Fixed a bug where an elevation offset value of 0 could not be in the UI.
473
+
474
+ ## 2.16.10
475
+ Thu, 22 Jul 2021 20:23:45 GMT
476
+
477
+ _Version update only_
478
+
479
+ ## 2.16.9
480
+ Tue, 06 Jul 2021 22:08:34 GMT
481
+
482
+ _Version update only_
483
+
484
+ ## 2.16.8
485
+ Fri, 02 Jul 2021 17:40:46 GMT
486
+
487
+ _Version update only_
488
+
489
+ ## 2.16.7
490
+ Mon, 28 Jun 2021 18:13:04 GMT
491
+
492
+ _Version update only_
493
+
494
+ ## 2.16.6
495
+ Mon, 28 Jun 2021 13:12:55 GMT
496
+
497
+ _Version update only_
498
+
499
+ ## 2.16.5
500
+ Fri, 25 Jun 2021 16:03:01 GMT
501
+
502
+ _Version update only_
503
+
504
+ ## 2.16.4
505
+ Wed, 23 Jun 2021 17:09:07 GMT
506
+
507
+ _Version update only_
508
+
509
+ ## 2.16.3
510
+ Wed, 16 Jun 2021 20:29:32 GMT
511
+
512
+ _Version update only_
513
+
514
+ ## 2.16.2
515
+ Thu, 03 Jun 2021 18:08:11 GMT
516
+
517
+ _Version update only_
518
+
519
+ ## 2.16.1
520
+ Thu, 27 May 2021 20:04:22 GMT
521
+
522
+ _Version update only_
523
+
524
+ ## 2.16.0
525
+ Mon, 24 May 2021 15:58:39 GMT
526
+
527
+ ### Updates
528
+
529
+ - Fix 'npm run cover' that would never complete.
530
+ - Exposed the map masking option in the map layers settings UI.
531
+ - Move map tile trees to Viewport to handle synching correctly
532
+ - Update to latest classnames package
533
+
534
+ ## 2.15.6
535
+ Wed, 26 May 2021 15:55:19 GMT
536
+
537
+ _Version update only_
538
+
539
+ ## 2.15.5
540
+ Thu, 20 May 2021 15:06:26 GMT
541
+
542
+ _Version update only_
543
+
544
+ ## 2.15.4
545
+ Tue, 18 May 2021 21:59:07 GMT
546
+
547
+ _Version update only_
548
+
549
+ ## 2.15.3
550
+ Mon, 17 May 2021 13:31:38 GMT
551
+
552
+ _Version update only_
553
+
554
+ ## 2.15.2
555
+ Wed, 12 May 2021 18:08:13 GMT
556
+
557
+ _Version update only_
558
+
559
+ ## 2.15.1
560
+ Wed, 05 May 2021 13:18:31 GMT
561
+
562
+ _Version update only_
563
+
564
+ ## 2.15.0
565
+ Fri, 30 Apr 2021 12:36:58 GMT
566
+
567
+ ### Updates
568
+
569
+ - Allow saved map layer definition to be deleted from setting service.
570
+ - Fixed typo in the message when the iModel is not geolocated.
571
+
572
+ ## 2.14.4
573
+ Thu, 22 Apr 2021 21:07:33 GMT
574
+
575
+ _Version update only_
576
+
577
+ ## 2.14.3
578
+ Thu, 15 Apr 2021 15:13:16 GMT
579
+
580
+ _Version update only_
581
+
582
+ ## 2.14.2
583
+ Thu, 08 Apr 2021 14:30:09 GMT
584
+
585
+ _Version update only_
586
+
587
+ ## 2.14.1
588
+ Mon, 05 Apr 2021 16:28:00 GMT
589
+
590
+ _Version update only_
591
+
592
+ ## 2.14.0
593
+ Fri, 02 Apr 2021 13:18:42 GMT
594
+
595
+ ### Updates
596
+
597
+ - WMS/WMTS layers will now provide feedback to end-user when an unauthorized error is returned by server. Enabled tests in map-layers extensions.
598
+
599
+ ## 2.13.0
600
+ Tue, 09 Mar 2021 20:28:13 GMT
601
+
602
+ ### Updates
603
+
604
+ - Restored base layer visibility button in map manager.
605
+ - Updated to use TypeScript 4.1
606
+ - begin rename project from iModel.js to iTwin.js
607
+
608
+ ## 2.12.3
609
+ Mon, 08 Mar 2021 15:32:00 GMT
610
+
611
+ _Version update only_
612
+
613
+ ## 2.12.2
614
+ Wed, 03 Mar 2021 18:48:53 GMT
615
+
616
+ _Version update only_
617
+
618
+ ## 2.12.1
619
+ Tue, 23 Feb 2021 20:54:45 GMT
620
+
621
+ _Version update only_
622
+
623
+ ## 2.12.0
624
+ Thu, 18 Feb 2021 22:10:13 GMT
625
+
626
+ ### Updates
627
+
628
+ - Provide default props to map-layers widget when used as an extension.
629
+ - ArcGIS token-based authentification support: MapLayerManager now monitor provider status and display a warning icon when there is a authentifiation error while loading tiles. User is allowed to provide credentials without the need to fully re-attach the layer. Invalid credentials feedback is now provided. It is now possible to save an ArcGIS layer requiring authentification in the settings service, althoug redentials wont be persisted.
630
+
631
+ ## 2.11.2
632
+ Thu, 18 Feb 2021 02:50:59 GMT
633
+
634
+ _Version update only_
635
+
636
+ ## 2.11.1
637
+ Thu, 04 Feb 2021 17:22:41 GMT
638
+
639
+ _Version update only_
640
+
641
+ ## 2.11.0
642
+ Thu, 28 Jan 2021 13:39:27 GMT
643
+
644
+ ### Updates
645
+
646
+ - Refreshed MapLayerManager UI. Fixed minor issues with layer dragging order. Code refactoring.
647
+ - Correctly handle WMTS layers (only one layer can be visible at a time)
648
+ - Lock react-select to 3.1.0 and @types/react-select to 3.0.26 until we can fix compile errors for later versions.
649
+
650
+ ## 2.10.3
651
+ Fri, 08 Jan 2021 18:34:03 GMT
652
+
653
+ _Version update only_
654
+
655
+ ## 2.10.2
656
+ Fri, 08 Jan 2021 14:52:02 GMT
657
+
658
+ _Version update only_
659
+
660
+ ## 2.10.1
661
+ Tue, 22 Dec 2020 00:53:38 GMT
662
+
663
+ ### Updates
664
+
665
+ - Correctly handle WMTS layers (only one layer can be visible at a time)
666
+
667
+ ## 2.10.0
668
+ Fri, 18 Dec 2020 18:24:01 GMT
669
+
670
+ ### Updates
671
+
672
+ - Move dependencies to peerDependencies
673
+
674
+ ## 2.9.9
675
+ Sun, 13 Dec 2020 19:00:03 GMT
676
+
677
+ _Version update only_
678
+
679
+ ## 2.9.8
680
+ Fri, 11 Dec 2020 02:57:36 GMT
681
+
682
+ _Version update only_
683
+
684
+ ## 2.9.7
685
+ Wed, 09 Dec 2020 20:58:23 GMT
686
+
687
+ _Version update only_
688
+
689
+ ## 2.9.6
690
+ Mon, 07 Dec 2020 18:40:48 GMT
691
+
692
+ _Version update only_
693
+
694
+ ## 2.9.5
695
+ Sat, 05 Dec 2020 01:55:56 GMT
696
+
697
+ _Version update only_
698
+
699
+ ## 2.9.4
700
+ Wed, 02 Dec 2020 20:55:40 GMT
701
+
702
+ _Version update only_
703
+
704
+ ## 2.9.3
705
+ Mon, 23 Nov 2020 20:57:56 GMT
706
+
707
+ _Version update only_
708
+
709
+ ## 2.9.2
710
+ Mon, 23 Nov 2020 15:33:50 GMT
711
+
712
+ _Version update only_
713
+
714
+ ## 2.9.1
715
+ Thu, 19 Nov 2020 17:03:42 GMT
716
+
717
+ _Version update only_
718
+
719
+ ## 2.9.0
720
+ Wed, 18 Nov 2020 16:01:50 GMT
721
+
722
+ _Version update only_
723
+
724
+ ## 2.8.1
725
+ Tue, 03 Nov 2020 00:33:56 GMT
726
+
727
+ _Version update only_
728
+
729
+ ## 2.8.0
730
+ Fri, 23 Oct 2020 17:04:02 GMT
731
+
732
+ ### Updates
733
+
734
+ - Introduced the concept of named/unamed groups and made sure the SubLayers tree view remained consistent with the display (i.e disabling children of non-visible unnamed groups)
735
+ - Added optional wms autentication
736
+
737
+ ## 2.7.6
738
+ Wed, 11 Nov 2020 16:28:23 GMT
739
+
740
+ _Version update only_
741
+
742
+ ## 2.7.5
743
+ Fri, 23 Oct 2020 16:23:50 GMT
744
+
745
+ _Version update only_
746
+
747
+ ## 2.7.4
748
+ Mon, 19 Oct 2020 17:57:01 GMT
749
+
750
+ _Version update only_
751
+
752
+ ## 2.7.3
753
+ Wed, 14 Oct 2020 17:00:59 GMT
754
+
755
+ _Version update only_
756
+
757
+ ## 2.7.2
758
+ Tue, 13 Oct 2020 18:20:39 GMT
759
+
760
+ _Version update only_
761
+
762
+ ## 2.7.1
763
+ Thu, 08 Oct 2020 13:04:35 GMT
764
+
765
+ _Version update only_
766
+
767
+ ## 2.7.0
768
+ Fri, 02 Oct 2020 18:03:32 GMT
769
+
770
+ ### Updates
771
+
772
+ - Modify MapUrlDialog to handle MapLayerSettingsService
773
+ - Fix background color of bgmap visibility button.
774
+ - Added switches to turn on and off the WMS feature of the map layer widget
775
+ - Made transparent the visibility button of Mapmanager
776
+ - Added optional wms autentication
777
+
778
+ ## 2.6.5
779
+ Sat, 26 Sep 2020 16:06:34 GMT
780
+
781
+ _Version update only_
782
+
783
+ ## 2.6.4
784
+ Tue, 22 Sep 2020 17:40:07 GMT
785
+
786
+ _Version update only_
787
+
788
+ ## 2.6.3
789
+ Mon, 21 Sep 2020 14:47:10 GMT
790
+
791
+ _Version update only_
792
+
793
+ ## 2.6.2
794
+ Mon, 21 Sep 2020 13:07:44 GMT
795
+
796
+ _Version update only_
797
+
798
+ ## 2.6.1
799
+ Fri, 18 Sep 2020 13:15:09 GMT
800
+
801
+ _Version update only_
802
+
803
+ ## 2.6.0
804
+ Thu, 17 Sep 2020 13:16:12 GMT
805
+
806
+ ### Updates
807
+
808
+ - Moved ESLint configuration to a plugin
809
+
810
+ ## 2.5.5
811
+ Wed, 02 Sep 2020 17:42:23 GMT
812
+
813
+ _Version update only_
814
+
815
+ ## 2.5.4
816
+ Fri, 28 Aug 2020 15:34:15 GMT
817
+
818
+ ### Updates
819
+
820
+ - Add Locatable toggle, updated icon for transparency button, add visibilty toggle for 'Base Layer'
821
+
822
+ ## 2.5.3
823
+ Wed, 26 Aug 2020 11:46:00 GMT
824
+
825
+ _Version update only_
826
+
827
+ ## 2.5.2
828
+ Tue, 25 Aug 2020 22:09:08 GMT
829
+
830
+ _Version update only_
831
+
832
+ ## 2.5.1
833
+ Mon, 24 Aug 2020 18:13:04 GMT
834
+
835
+ _Version update only_
836
+
837
+ ## 2.5.0
838
+ Thu, 20 Aug 2020 20:57:10 GMT
839
+
840
+ ### Updates
841
+
842
+ - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
843
+ - Add MapLayersWidgetControl that can be used to specify widget in UI 1.0 FrontstageDef.
844
+ - Switch to ESLint
845
+
846
+ ## 2.4.2
847
+ Fri, 14 Aug 2020 16:34:09 GMT
848
+
849
+ ### Updates
850
+
851
+ - Add MapLayersWidgetControl that can be used to specify widget in UI 1.0 FrontstageDef.
852
+
853
+ ## 2.4.1
854
+ Fri, 07 Aug 2020 19:57:43 GMT
855
+
856
+ _Version update only_
857
+
858
+ ## 2.4.0
859
+ Tue, 28 Jul 2020 16:26:24 GMT
860
+
861
+ ### Updates
862
+
863
+ - Add map-layer extension that can also be used as a package. Adds 'Map Layers' widget.
864
+