@itwin/frontend-devtools 3.1.0-dev.24 → 3.1.0-dev.28
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 +21 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# Change Log - @itwin/frontend-devtools
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.0.0
|
|
6
|
+
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Update release tags
|
|
11
|
+
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
12
|
+
- Added keyins for setting images to be used for sky sphere or sky cube.
|
|
13
|
+
- fix ecsql row format
|
|
14
|
+
- Now use 'DisplayStyleState.backgroundMapBase' instead of 'DisplayStyleState.changeBaseMapProps' to update the mapImagery.
|
|
15
|
+
- Support -1 to modify all reality models. Fix messages
|
|
16
|
+
- rename to @itwin/frontend-devtools
|
|
17
|
+
- Fix typo.
|
|
18
|
+
- Add support for inverting planar clip mask (inside vs outside)
|
|
19
|
+
- Replace usage of I18N with generic Localization interface.
|
|
20
|
+
- Renamed an iModel's parent container to iTwin
|
|
21
|
+
- tool.run and tool.parseAndRun are now async methods
|
|
22
|
+
- Add `fdt bgcolor` keyin for changing the viewport's background color.
|
|
23
|
+
- Replace `fdt toggle wiremesh` keyin with `fdt wiremesh` that produces real wiremesh.
|
|
4
24
|
|
|
5
25
|
## 2.19.28
|
|
6
26
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/frontend-devtools",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.0-dev.28",
|
|
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",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@itwin/core-bentley": "3.1.0-dev.
|
|
27
|
-
"@itwin/core-common": "3.1.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "3.1.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "3.1.0-dev.
|
|
26
|
+
"@itwin/core-bentley": "3.1.0-dev.28",
|
|
27
|
+
"@itwin/core-common": "3.1.0-dev.28",
|
|
28
|
+
"@itwin/core-frontend": "3.1.0-dev.28",
|
|
29
|
+
"@itwin/core-geometry": "3.1.0-dev.28",
|
|
30
30
|
"file-saver": "^2.0.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@itwin/build-tools": "3.1.0-dev.
|
|
34
|
-
"@itwin/eslint-plugin": "3.1.0-dev.
|
|
33
|
+
"@itwin/build-tools": "3.1.0-dev.28",
|
|
34
|
+
"@itwin/eslint-plugin": "3.1.0-dev.28",
|
|
35
35
|
"@types/file-saver": "^2.0.1",
|
|
36
36
|
"@types/node": "14.14.31",
|
|
37
37
|
"cpx2": "^3.0.0",
|