@itwin/map-layers 3.3.0-dev.62 → 3.3.0-dev.65

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 +9 -1
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log - @itwin/map-layers
2
2
 
3
- This log was last generated on Tue, 21 Jun 2022 18:06:33 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Jul 2022 15:45:53 GMT and should not be manually modified.
4
+
5
+ ## 3.2.5
6
+ Wed, 13 Jul 2022 15:45:53 GMT
7
+
8
+ ### Updates
9
+
10
+ - Use a different resize observer technique to ensure the controlled tree in map suplayer popup is properly sized.
11
+ - Turned ON Popup's 'repositionOnResize' property for MapLayerSettingsMenu.
4
12
 
5
13
  ## 3.2.4
6
14
  Tue, 21 Jun 2022 18:06:33 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.3.0-dev.62",
3
+ "version": "3.3.0-dev.65",
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.62",
25
- "@itwin/appui-layout-react": "3.3.0-dev.62",
26
- "@itwin/appui-react": "3.3.0-dev.62",
27
- "@itwin/build-tools": "3.3.0-dev.62",
28
- "@itwin/components-react": "3.3.0-dev.62",
29
- "@itwin/core-bentley": "3.3.0-dev.62",
30
- "@itwin/core-common": "3.3.0-dev.62",
31
- "@itwin/core-frontend": "3.3.0-dev.62",
32
- "@itwin/core-geometry": "3.3.0-dev.62",
33
- "@itwin/core-quantity": "3.3.0-dev.62",
34
- "@itwin/core-react": "3.3.0-dev.62",
35
- "@itwin/eslint-plugin": "3.3.0-dev.62",
36
- "@itwin/imodel-components-react": "3.3.0-dev.62",
24
+ "@itwin/appui-abstract": "3.3.0-dev.65",
25
+ "@itwin/appui-layout-react": "3.3.0-dev.65",
26
+ "@itwin/appui-react": "3.3.0-dev.65",
27
+ "@itwin/build-tools": "3.3.0-dev.65",
28
+ "@itwin/components-react": "3.3.0-dev.65",
29
+ "@itwin/core-bentley": "3.3.0-dev.65",
30
+ "@itwin/core-common": "3.3.0-dev.65",
31
+ "@itwin/core-frontend": "3.3.0-dev.65",
32
+ "@itwin/core-geometry": "3.3.0-dev.65",
33
+ "@itwin/core-quantity": "3.3.0-dev.65",
34
+ "@itwin/core-react": "3.3.0-dev.65",
35
+ "@itwin/eslint-plugin": "3.3.0-dev.65",
36
+ "@itwin/imodel-components-react": "3.3.0-dev.65",
37
37
  "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "^1.38.1",
39
- "@itwin/presentation-common": "3.3.0-dev.62",
39
+ "@itwin/presentation-common": "3.3.0-dev.65",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
42
  "@types/chai": "4.3.1",
@@ -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.62",
77
- "@itwin/core-geometry": "^3.3.0-dev.62",
78
- "@itwin/core-common": "^3.3.0-dev.62",
79
- "@itwin/core-frontend": "^3.3.0-dev.62",
80
- "@itwin/core-quantity": "^3.3.0-dev.62",
81
- "@itwin/appui-abstract": "^3.3.0-dev.62",
82
- "@itwin/components-react": "^3.3.0-dev.62",
83
- "@itwin/core-react": "^3.3.0-dev.62",
84
- "@itwin/appui-react": "^3.3.0-dev.62",
85
- "@itwin/imodel-components-react": "^3.3.0-dev.62",
86
- "@itwin/appui-layout-react": "^3.3.0-dev.62",
76
+ "@itwin/core-bentley": "^3.3.0-dev.65",
77
+ "@itwin/core-geometry": "^3.3.0-dev.65",
78
+ "@itwin/core-common": "^3.3.0-dev.65",
79
+ "@itwin/core-frontend": "^3.3.0-dev.65",
80
+ "@itwin/core-quantity": "^3.3.0-dev.65",
81
+ "@itwin/appui-abstract": "^3.3.0-dev.65",
82
+ "@itwin/components-react": "^3.3.0-dev.65",
83
+ "@itwin/core-react": "^3.3.0-dev.65",
84
+ "@itwin/appui-react": "^3.3.0-dev.65",
85
+ "@itwin/imodel-components-react": "^3.3.0-dev.65",
86
+ "@itwin/appui-layout-react": "^3.3.0-dev.65",
87
87
  "react": "^17.0.0",
88
88
  "react-dom": "^17.0.0"
89
89
  },