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