@itwin/map-layers 3.2.0-dev.28 → 3.2.0-dev.29

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 +18 -1
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/map-layers
2
2
 
3
- This log was last generated on Fri, 25 Mar 2022 15:10:02 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 29 Mar 2022 20:53:47 GMT and should not be manually modified.
4
+
5
+ ## 3.1.0
6
+ Tue, 29 Mar 2022 20:53:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add support for map layers using model geometry.
11
+ - User Preferences is now supported for Blank Connection configurations.
12
+ - Fixed issue that would close the new maplayer dialog when a new layer type was picked.
13
+ - Fix 'ResizeObserver loop limit exceeded' error in MapLayers widget
14
+ - Added FeatureInfo Widget.
15
+ - Bug fix: Right click on the new map layer dialog would close it.
16
+ - Refactored MapLayersUI initialization, and will always use UiProviders
17
+ - Fix style on select
18
+ - Update to itwinui-css version "0.44.0".
19
+ - Update to @itwin/itwinui-react: 1.32.0
20
+ - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
4
21
 
5
22
  ## 3.0.3
6
23
  Fri, 25 Mar 2022 15:10:02 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.2.0-dev.28",
3
+ "version": "3.2.0-dev.29",
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.2.0-dev.28",
25
- "@itwin/appui-layout-react": "3.2.0-dev.28",
26
- "@itwin/appui-react": "3.2.0-dev.28",
27
- "@itwin/build-tools": "3.2.0-dev.28",
28
- "@itwin/components-react": "3.2.0-dev.28",
29
- "@itwin/core-bentley": "3.2.0-dev.28",
30
- "@itwin/core-common": "3.2.0-dev.28",
31
- "@itwin/core-frontend": "3.2.0-dev.28",
32
- "@itwin/core-geometry": "3.2.0-dev.28",
33
- "@itwin/core-quantity": "3.2.0-dev.28",
34
- "@itwin/core-react": "3.2.0-dev.28",
35
- "@itwin/eslint-plugin": "3.2.0-dev.28",
36
- "@itwin/imodel-components-react": "3.2.0-dev.28",
24
+ "@itwin/appui-abstract": "3.2.0-dev.29",
25
+ "@itwin/appui-layout-react": "3.2.0-dev.29",
26
+ "@itwin/appui-react": "3.2.0-dev.29",
27
+ "@itwin/build-tools": "3.2.0-dev.29",
28
+ "@itwin/components-react": "3.2.0-dev.29",
29
+ "@itwin/core-bentley": "3.2.0-dev.29",
30
+ "@itwin/core-common": "3.2.0-dev.29",
31
+ "@itwin/core-frontend": "3.2.0-dev.29",
32
+ "@itwin/core-geometry": "3.2.0-dev.29",
33
+ "@itwin/core-quantity": "3.2.0-dev.29",
34
+ "@itwin/core-react": "3.2.0-dev.29",
35
+ "@itwin/eslint-plugin": "3.2.0-dev.29",
36
+ "@itwin/imodel-components-react": "3.2.0-dev.29",
37
37
  "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "^1.32.0",
39
- "@itwin/presentation-common": "3.2.0-dev.28",
39
+ "@itwin/presentation-common": "3.2.0-dev.29",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
42
  "@types/chai": "^4.1.4",
@@ -72,17 +72,17 @@
72
72
  "react-beautiful-dnd": "^13.0.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "@itwin/core-bentley": "3.2.0-dev.28",
76
- "@itwin/core-geometry": "3.2.0-dev.28",
77
- "@itwin/core-common": "3.2.0-dev.28",
78
- "@itwin/core-frontend": "3.2.0-dev.28",
79
- "@itwin/core-quantity": "3.2.0-dev.28",
80
- "@itwin/appui-abstract": "3.2.0-dev.28",
81
- "@itwin/components-react": "3.2.0-dev.28",
82
- "@itwin/core-react": "3.2.0-dev.28",
83
- "@itwin/appui-react": "3.2.0-dev.28",
84
- "@itwin/imodel-components-react": "3.2.0-dev.28",
85
- "@itwin/appui-layout-react": "3.2.0-dev.28",
75
+ "@itwin/core-bentley": "3.2.0-dev.29",
76
+ "@itwin/core-geometry": "3.2.0-dev.29",
77
+ "@itwin/core-common": "3.2.0-dev.29",
78
+ "@itwin/core-frontend": "3.2.0-dev.29",
79
+ "@itwin/core-quantity": "3.2.0-dev.29",
80
+ "@itwin/appui-abstract": "3.2.0-dev.29",
81
+ "@itwin/components-react": "3.2.0-dev.29",
82
+ "@itwin/core-react": "3.2.0-dev.29",
83
+ "@itwin/appui-react": "3.2.0-dev.29",
84
+ "@itwin/imodel-components-react": "3.2.0-dev.29",
85
+ "@itwin/appui-layout-react": "3.2.0-dev.29",
86
86
  "react": "^17.0.0",
87
87
  "react-dom": "^17.0.0"
88
88
  },