@itwin/map-layers 3.7.0-dev.2 → 3.7.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -5
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.2
|
|
6
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.6.1
|
|
11
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 3.6.0
|
|
6
16
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -48,7 +58,7 @@ Wed, 07 Dec 2022 19:12:37 GMT
|
|
|
48
58
|
|
|
49
59
|
### Updates
|
|
50
60
|
|
|
51
|
-
- MapLayers widget's preferences UI now support edit,delete buttons without having an iModel ID. Also fix an issue with edit.
|
|
61
|
+
- MapLayers widget's preferences UI now support edit,delete buttons without having an iModel ID. Also fix an issue with edit.
|
|
52
62
|
- Unpin classnames package
|
|
53
63
|
|
|
54
64
|
## 3.4.7
|
|
@@ -526,7 +536,7 @@ Mon, 24 May 2021 15:58:39 GMT
|
|
|
526
536
|
|
|
527
537
|
### Updates
|
|
528
538
|
|
|
529
|
-
- Fix 'npm run cover' that would never complete.
|
|
539
|
+
- Fix 'npm run cover' that would never complete.
|
|
530
540
|
- Exposed the map masking option in the map layers settings UI.
|
|
531
541
|
- Move map tile trees to Viewport to handle synching correctly
|
|
532
542
|
- Update to latest classnames package
|
|
@@ -601,7 +611,7 @@ Tue, 09 Mar 2021 20:28:13 GMT
|
|
|
601
611
|
|
|
602
612
|
### Updates
|
|
603
613
|
|
|
604
|
-
- Restored base layer visibility button in map manager.
|
|
614
|
+
- Restored base layer visibility button in map manager.
|
|
605
615
|
- Updated to use TypeScript 4.1
|
|
606
616
|
- begin rename project from iModel.js to iTwin.js
|
|
607
617
|
|
|
@@ -626,7 +636,7 @@ Thu, 18 Feb 2021 22:10:13 GMT
|
|
|
626
636
|
### Updates
|
|
627
637
|
|
|
628
638
|
- 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.
|
|
639
|
+
- 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
640
|
|
|
631
641
|
## 2.11.2
|
|
632
642
|
Thu, 18 Feb 2021 02:50:59 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "3.7.0-dev.
|
|
3
|
+
"version": "3.7.0-dev.5",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers.js",
|
|
6
6
|
"module": "lib/esm/map-layers.js",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "3.7.0-dev.
|
|
25
|
-
"@itwin/appui-layout-react": "3.7.0-dev.
|
|
26
|
-
"@itwin/appui-react": "3.7.0-dev.
|
|
27
|
-
"@itwin/build-tools": "3.7.0-dev.
|
|
28
|
-
"@itwin/components-react": "3.7.0-dev.
|
|
29
|
-
"@itwin/core-bentley": "3.7.0-dev.
|
|
30
|
-
"@itwin/core-common": "3.7.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "3.7.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "3.7.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "3.7.0-dev.
|
|
34
|
-
"@itwin/core-react": "3.7.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
|
36
|
-
"@itwin/imodel-components-react": "3.7.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "3.7.0-dev.5",
|
|
25
|
+
"@itwin/appui-layout-react": "3.7.0-dev.5",
|
|
26
|
+
"@itwin/appui-react": "3.7.0-dev.5",
|
|
27
|
+
"@itwin/build-tools": "3.7.0-dev.5",
|
|
28
|
+
"@itwin/components-react": "3.7.0-dev.5",
|
|
29
|
+
"@itwin/core-bentley": "3.7.0-dev.5",
|
|
30
|
+
"@itwin/core-common": "3.7.0-dev.5",
|
|
31
|
+
"@itwin/core-frontend": "3.7.0-dev.5",
|
|
32
|
+
"@itwin/core-geometry": "3.7.0-dev.5",
|
|
33
|
+
"@itwin/core-quantity": "3.7.0-dev.5",
|
|
34
|
+
"@itwin/core-react": "3.7.0-dev.5",
|
|
35
|
+
"@itwin/eslint-plugin": "3.7.0-dev.5",
|
|
36
|
+
"@itwin/imodel-components-react": "3.7.0-dev.5",
|
|
37
37
|
"@itwin/itwinui-css": "0.x",
|
|
38
38
|
"@itwin/itwinui-react": "~1.46.0",
|
|
39
|
-
"@itwin/presentation-common": "3.7.0-dev.
|
|
39
|
+
"@itwin/presentation-common": "3.7.0-dev.5",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
42
|
"@types/chai": "4.3.1",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
"react-beautiful-dnd": "^13.0.0"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@itwin/core-bentley": "^3.7.0-dev.
|
|
78
|
-
"@itwin/core-geometry": "^3.7.0-dev.
|
|
79
|
-
"@itwin/core-common": "^3.7.0-dev.
|
|
80
|
-
"@itwin/core-frontend": "^3.7.0-dev.
|
|
81
|
-
"@itwin/core-quantity": "^3.7.0-dev.
|
|
82
|
-
"@itwin/appui-abstract": "^3.7.0-dev.
|
|
83
|
-
"@itwin/components-react": "^3.7.0-dev.
|
|
84
|
-
"@itwin/core-react": "^3.7.0-dev.
|
|
85
|
-
"@itwin/appui-react": "^3.7.0-dev.
|
|
86
|
-
"@itwin/imodel-components-react": "^3.7.0-dev.
|
|
87
|
-
"@itwin/appui-layout-react": "^3.7.0-dev.
|
|
77
|
+
"@itwin/core-bentley": "^3.7.0-dev.5",
|
|
78
|
+
"@itwin/core-geometry": "^3.7.0-dev.5",
|
|
79
|
+
"@itwin/core-common": "^3.7.0-dev.5",
|
|
80
|
+
"@itwin/core-frontend": "^3.7.0-dev.5",
|
|
81
|
+
"@itwin/core-quantity": "^3.7.0-dev.5",
|
|
82
|
+
"@itwin/appui-abstract": "^3.7.0-dev.5",
|
|
83
|
+
"@itwin/components-react": "^3.7.0-dev.5",
|
|
84
|
+
"@itwin/core-react": "^3.7.0-dev.5",
|
|
85
|
+
"@itwin/appui-react": "^3.7.0-dev.5",
|
|
86
|
+
"@itwin/imodel-components-react": "^3.7.0-dev.5",
|
|
87
|
+
"@itwin/appui-layout-react": "^3.7.0-dev.5",
|
|
88
88
|
"react": "^17.0.0",
|
|
89
89
|
"react-dom": "^17.0.0"
|
|
90
90
|
},
|