@itwin/editor-frontend 3.6.0-dev.3 → 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.
- package/CHANGELOG.md +11 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/editor-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
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
|
+
- replace callCommand with commandConnection typed prox
|
|
11
|
+
- use ipc Proxy for calling EditCommand methods
|
|
12
|
+
- New modify tool base class. Extend curve tool now supports paths.
|
|
13
|
+
- Tools to create linear/rotational swept solids and surfaces.
|
|
4
14
|
|
|
5
15
|
## 3.4.7
|
|
6
16
|
Wed, 30 Nov 2022 14:28:19 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/editor-frontend",
|
|
3
|
-
"version": "3.6.0-dev.
|
|
3
|
+
"version": "3.6.0-dev.7",
|
|
4
4
|
"description": "iTwin.js frontend components",
|
|
5
5
|
"main": "lib/cjs/editor-frontend.js",
|
|
6
6
|
"module": "lib/esm/editor-frontend.js",
|
|
@@ -22,25 +22,25 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/appui-abstract": "^3.6.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.6.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.6.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^3.6.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.6.0-dev.
|
|
25
|
+
"@itwin/appui-abstract": "^3.6.0-dev.7",
|
|
26
|
+
"@itwin/core-bentley": "^3.6.0-dev.7",
|
|
27
|
+
"@itwin/core-common": "^3.6.0-dev.7",
|
|
28
|
+
"@itwin/core-frontend": "^3.6.0-dev.7",
|
|
29
|
+
"@itwin/core-geometry": "^3.6.0-dev.7"
|
|
30
30
|
},
|
|
31
31
|
"//devDependencies": [
|
|
32
32
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
33
33
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
34
34
|
],
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@itwin/appui-abstract": "3.6.0-dev.
|
|
37
|
-
"@itwin/build-tools": "3.6.0-dev.
|
|
38
|
-
"@itwin/certa": "3.6.0-dev.
|
|
39
|
-
"@itwin/core-bentley": "3.6.0-dev.
|
|
40
|
-
"@itwin/core-common": "3.6.0-dev.
|
|
41
|
-
"@itwin/core-frontend": "3.6.0-dev.
|
|
42
|
-
"@itwin/core-geometry": "3.6.0-dev.
|
|
43
|
-
"@itwin/eslint-plugin": "3.6.0-dev.
|
|
36
|
+
"@itwin/appui-abstract": "3.6.0-dev.7",
|
|
37
|
+
"@itwin/build-tools": "3.6.0-dev.7",
|
|
38
|
+
"@itwin/certa": "3.6.0-dev.7",
|
|
39
|
+
"@itwin/core-bentley": "3.6.0-dev.7",
|
|
40
|
+
"@itwin/core-common": "3.6.0-dev.7",
|
|
41
|
+
"@itwin/core-frontend": "3.6.0-dev.7",
|
|
42
|
+
"@itwin/core-geometry": "3.6.0-dev.7",
|
|
43
|
+
"@itwin/eslint-plugin": "3.6.0-dev.7",
|
|
44
44
|
"cpx2": "^3.0.0",
|
|
45
45
|
"eslint": "^7.11.0",
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"NOTE: editor-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@itwin/editor-common": "3.6.0-dev.
|
|
54
|
+
"@itwin/editor-common": "3.6.0-dev.7"
|
|
55
55
|
},
|
|
56
56
|
"eslintConfig": {
|
|
57
57
|
"plugins": [
|