@itwin/editor-frontend 4.0.0-dev.2 → 4.0.0-dev.21
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 +9 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/editor-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:40 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- add EditTools.busyRetry
|
|
11
|
+
- Added RegionBooleanTool to unite, subtract, or intersect planar regions.
|
|
4
12
|
|
|
5
13
|
## 3.5.5
|
|
6
14
|
Thu, 26 Jan 2023 22:53:27 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/editor-frontend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.21",
|
|
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": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
25
|
+
"@itwin/appui-abstract": "^4.0.0-dev.8",
|
|
26
|
+
"@itwin/core-bentley": "^4.0.0-dev.21",
|
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.21",
|
|
28
|
+
"@itwin/core-frontend": "^4.0.0-dev.21",
|
|
29
|
+
"@itwin/core-geometry": "^4.0.0-dev.21"
|
|
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": "4.0.0-dev.
|
|
37
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
38
|
-
"@itwin/certa": "4.0.0-dev.
|
|
39
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
40
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
41
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
42
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
43
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
36
|
+
"@itwin/appui-abstract": "4.0.0-dev.8",
|
|
37
|
+
"@itwin/build-tools": "4.0.0-dev.21",
|
|
38
|
+
"@itwin/certa": "4.0.0-dev.21",
|
|
39
|
+
"@itwin/core-bentley": "4.0.0-dev.21",
|
|
40
|
+
"@itwin/core-common": "4.0.0-dev.21",
|
|
41
|
+
"@itwin/core-frontend": "4.0.0-dev.21",
|
|
42
|
+
"@itwin/core-geometry": "4.0.0-dev.21",
|
|
43
|
+
"@itwin/eslint-plugin": "4.0.0-dev.21",
|
|
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": "4.0.0-dev.
|
|
54
|
+
"@itwin/editor-common": "4.0.0-dev.21"
|
|
55
55
|
},
|
|
56
56
|
"eslintConfig": {
|
|
57
57
|
"plugins": [
|