@itwin/map-layers 3.6.0-dev.5 → 3.6.0-dev.7

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 Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:37 GMT
7
+
8
+ ### Updates
9
+
10
+ - MapLayers widget's preferences UI now support edit,delete buttons without having an iModel ID. Also fix an issue with edit.
11
+ - Unpin classnames package
4
12
 
5
13
  ## 3.4.7
6
14
  Wed, 30 Nov 2022 14:28:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "3.6.0-dev.5",
3
+ "version": "3.6.0-dev.7",
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.6.0-dev.5",
25
- "@itwin/appui-layout-react": "3.6.0-dev.5",
26
- "@itwin/appui-react": "3.6.0-dev.5",
27
- "@itwin/build-tools": "3.6.0-dev.5",
28
- "@itwin/components-react": "3.6.0-dev.5",
29
- "@itwin/core-bentley": "3.6.0-dev.5",
30
- "@itwin/core-common": "3.6.0-dev.5",
31
- "@itwin/core-frontend": "3.6.0-dev.5",
32
- "@itwin/core-geometry": "3.6.0-dev.5",
33
- "@itwin/core-quantity": "3.6.0-dev.5",
34
- "@itwin/core-react": "3.6.0-dev.5",
35
- "@itwin/eslint-plugin": "3.6.0-dev.5",
36
- "@itwin/imodel-components-react": "3.6.0-dev.5",
24
+ "@itwin/appui-abstract": "3.6.0-dev.7",
25
+ "@itwin/appui-layout-react": "3.6.0-dev.7",
26
+ "@itwin/appui-react": "3.6.0-dev.7",
27
+ "@itwin/build-tools": "3.6.0-dev.7",
28
+ "@itwin/components-react": "3.6.0-dev.7",
29
+ "@itwin/core-bentley": "3.6.0-dev.7",
30
+ "@itwin/core-common": "3.6.0-dev.7",
31
+ "@itwin/core-frontend": "3.6.0-dev.7",
32
+ "@itwin/core-geometry": "3.6.0-dev.7",
33
+ "@itwin/core-quantity": "3.6.0-dev.7",
34
+ "@itwin/core-react": "3.6.0-dev.7",
35
+ "@itwin/eslint-plugin": "3.6.0-dev.7",
36
+ "@itwin/imodel-components-react": "3.6.0-dev.7",
37
37
  "@itwin/itwinui-css": "0.x",
38
38
  "@itwin/itwinui-react": "~1.42.0",
39
- "@itwin/presentation-common": "3.6.0-dev.5",
39
+ "@itwin/presentation-common": "3.6.0-dev.7",
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.6.0-dev.5",
78
- "@itwin/core-geometry": "^3.6.0-dev.5",
79
- "@itwin/core-common": "^3.6.0-dev.5",
80
- "@itwin/core-frontend": "^3.6.0-dev.5",
81
- "@itwin/core-quantity": "^3.6.0-dev.5",
82
- "@itwin/appui-abstract": "^3.6.0-dev.5",
83
- "@itwin/components-react": "^3.6.0-dev.5",
84
- "@itwin/core-react": "^3.6.0-dev.5",
85
- "@itwin/appui-react": "^3.6.0-dev.5",
86
- "@itwin/imodel-components-react": "^3.6.0-dev.5",
87
- "@itwin/appui-layout-react": "^3.6.0-dev.5",
77
+ "@itwin/core-bentley": "^3.6.0-dev.7",
78
+ "@itwin/core-geometry": "^3.6.0-dev.7",
79
+ "@itwin/core-common": "^3.6.0-dev.7",
80
+ "@itwin/core-frontend": "^3.6.0-dev.7",
81
+ "@itwin/core-quantity": "^3.6.0-dev.7",
82
+ "@itwin/appui-abstract": "^3.6.0-dev.7",
83
+ "@itwin/components-react": "^3.6.0-dev.7",
84
+ "@itwin/core-react": "^3.6.0-dev.7",
85
+ "@itwin/appui-react": "^3.6.0-dev.7",
86
+ "@itwin/imodel-components-react": "^3.6.0-dev.7",
87
+ "@itwin/appui-layout-react": "^3.6.0-dev.7",
88
88
  "react": "^17.0.0",
89
89
  "react-dom": "^17.0.0"
90
90
  },