@itwin/map-layers 3.3.0-dev.6 → 3.3.0-dev.9

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 (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. 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 Fri, 15 Apr 2022 13:49:25 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
4
+
5
+ ## 3.2.0
6
+ Fri, 20 May 2022 13:10:54 GMT
7
+
8
+ ### Updates
9
+
10
+ - 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.
11
+ - Use iTwinUI-react components to get consistent styling. Alos fixed bug with elevation correction control.
12
+ - Fix a display issue with background color's ColorPicker where part of the dialog was missing.
13
+ - Add ability to pass parameters to UiItemsManager when loading items provider to specify what stages allow the provider to supply items.
4
14
 
5
15
  ## 3.1.3
6
16
  Fri, 15 Apr 2022 13:49:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.3.0-dev.6",
3
+ "version": "3.3.0-dev.9",
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.3.0-dev.6",
25
- "@itwin/appui-layout-react": "3.3.0-dev.6",
26
- "@itwin/appui-react": "3.3.0-dev.6",
27
- "@itwin/build-tools": "3.3.0-dev.6",
28
- "@itwin/components-react": "3.3.0-dev.6",
29
- "@itwin/core-bentley": "3.3.0-dev.6",
30
- "@itwin/core-common": "3.3.0-dev.6",
31
- "@itwin/core-frontend": "3.3.0-dev.6",
32
- "@itwin/core-geometry": "3.3.0-dev.6",
33
- "@itwin/core-quantity": "3.3.0-dev.6",
34
- "@itwin/core-react": "3.3.0-dev.6",
35
- "@itwin/eslint-plugin": "3.3.0-dev.6",
36
- "@itwin/imodel-components-react": "3.3.0-dev.6",
24
+ "@itwin/appui-abstract": "3.3.0-dev.9",
25
+ "@itwin/appui-layout-react": "3.3.0-dev.9",
26
+ "@itwin/appui-react": "3.3.0-dev.9",
27
+ "@itwin/build-tools": "3.3.0-dev.9",
28
+ "@itwin/components-react": "3.3.0-dev.9",
29
+ "@itwin/core-bentley": "3.3.0-dev.9",
30
+ "@itwin/core-common": "3.3.0-dev.9",
31
+ "@itwin/core-frontend": "3.3.0-dev.9",
32
+ "@itwin/core-geometry": "3.3.0-dev.9",
33
+ "@itwin/core-quantity": "3.3.0-dev.9",
34
+ "@itwin/core-react": "3.3.0-dev.9",
35
+ "@itwin/eslint-plugin": "3.3.0-dev.9",
36
+ "@itwin/imodel-components-react": "3.3.0-dev.9",
37
37
  "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "^1.32.0",
39
- "@itwin/presentation-common": "3.3.0-dev.6",
39
+ "@itwin/presentation-common": "3.3.0-dev.9",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
42
  "@types/chai": "^4.1.4",
@@ -73,17 +73,17 @@
73
73
  "react-beautiful-dnd": "^13.0.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@itwin/core-bentley": "^3.3.0-dev.6",
77
- "@itwin/core-geometry": "^3.3.0-dev.6",
78
- "@itwin/core-common": "^3.3.0-dev.6",
79
- "@itwin/core-frontend": "^3.3.0-dev.6",
80
- "@itwin/core-quantity": "^3.3.0-dev.6",
81
- "@itwin/appui-abstract": "^3.3.0-dev.6",
82
- "@itwin/components-react": "^3.3.0-dev.6",
83
- "@itwin/core-react": "^3.3.0-dev.6",
84
- "@itwin/appui-react": "^3.3.0-dev.6",
85
- "@itwin/imodel-components-react": "^3.3.0-dev.6",
86
- "@itwin/appui-layout-react": "^3.3.0-dev.6",
76
+ "@itwin/core-bentley": "^3.3.0-dev.9",
77
+ "@itwin/core-geometry": "^3.3.0-dev.9",
78
+ "@itwin/core-common": "^3.3.0-dev.9",
79
+ "@itwin/core-frontend": "^3.3.0-dev.9",
80
+ "@itwin/core-quantity": "^3.3.0-dev.9",
81
+ "@itwin/appui-abstract": "^3.3.0-dev.9",
82
+ "@itwin/components-react": "^3.3.0-dev.9",
83
+ "@itwin/core-react": "^3.3.0-dev.9",
84
+ "@itwin/appui-react": "^3.3.0-dev.9",
85
+ "@itwin/imodel-components-react": "^3.3.0-dev.9",
86
+ "@itwin/appui-layout-react": "^3.3.0-dev.9",
87
87
  "react": "^17.0.0",
88
88
  "react-dom": "^17.0.0"
89
89
  },