@itwin/frontend-devtools 3.4.0-dev.3 → 3.4.0-dev.33
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 +31 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
# Change Log - @itwin/frontend-devtools
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.3.2
|
|
6
|
+
Thu, 01 Sep 2022 14:37:22 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.3.1
|
|
11
|
+
Fri, 26 Aug 2022 15:40:02 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.3.0
|
|
16
|
+
Thu, 18 Aug 2022 19:08:02 GMT
|
|
17
|
+
|
|
18
|
+
### Updates
|
|
19
|
+
|
|
20
|
+
- Change keyin to test to attach any cesium asset using getCesiumAssetUrl
|
|
21
|
+
- Add keyins for changing the schedule script associated with a viewport and dumping the contents of the selection set.
|
|
22
|
+
|
|
23
|
+
## 3.2.9
|
|
24
|
+
Fri, 26 Aug 2022 14:21:40 GMT
|
|
25
|
+
|
|
26
|
+
_Version update only_
|
|
27
|
+
|
|
28
|
+
## 3.2.8
|
|
29
|
+
Tue, 09 Aug 2022 15:52:41 GMT
|
|
30
|
+
|
|
31
|
+
### Updates
|
|
32
|
+
|
|
33
|
+
- Add a keyin to toggle the model-subcategory mode of the hilite set.
|
|
4
34
|
|
|
5
35
|
## 3.2.7
|
|
6
36
|
Mon, 01 Aug 2022 13:36:56 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/frontend-devtools",
|
|
3
|
-
"version": "3.4.0-dev.
|
|
3
|
+
"version": "3.4.0-dev.33",
|
|
4
4
|
"description": "Debug menu and supporting UI widgets",
|
|
5
5
|
"main": "lib/cjs/frontend-devtools.js",
|
|
6
6
|
"module": "lib/esm/frontend-devtools.js",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@itwin/core-bentley": "3.4.0-dev.
|
|
26
|
-
"@itwin/core-common": "3.4.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "3.4.0-dev.
|
|
28
|
-
"@itwin/core-geometry": "3.4.0-dev.
|
|
25
|
+
"@itwin/core-bentley": "3.4.0-dev.33",
|
|
26
|
+
"@itwin/core-common": "3.4.0-dev.33",
|
|
27
|
+
"@itwin/core-frontend": "3.4.0-dev.33",
|
|
28
|
+
"@itwin/core-geometry": "3.4.0-dev.33",
|
|
29
29
|
"file-saver": "^2.0.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "3.4.0-dev.
|
|
33
|
-
"@itwin/eslint-plugin": "3.4.0-dev.
|
|
32
|
+
"@itwin/build-tools": "3.4.0-dev.33",
|
|
33
|
+
"@itwin/eslint-plugin": "3.4.0-dev.33",
|
|
34
34
|
"@types/file-saver": "^2.0.1",
|
|
35
35
|
"@types/node": "16.11.7",
|
|
36
36
|
"cpx2": "^3.0.0",
|