@itwin/editor-frontend 4.0.0-dev.70 → 4.0.0-dev.72
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 +32 -2
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
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, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.7.1
|
|
11
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.7.0
|
|
16
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 3.6.3
|
|
21
|
+
Mon, 27 Mar 2023 16:26:47 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 3.6.2
|
|
26
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
29
|
+
|
|
30
|
+
## 3.6.1
|
|
31
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
4
34
|
|
|
5
35
|
## 3.6.0
|
|
6
36
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -242,7 +272,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
|
|
|
242
272
|
- Replace usage of I18N with generic Localization interface.
|
|
243
273
|
- remove ClientRequestContext.current
|
|
244
274
|
- Update to use new tool setting helper methods.
|
|
245
|
-
- New solid modeling ipc interface
|
|
275
|
+
- New solid modeling ipc interface
|
|
246
276
|
- More solid modeling functionality.
|
|
247
277
|
- Add tool settings for solid modeling tools.
|
|
248
278
|
- New tools to sweep/spin faces and delete faces/imprinted edges.
|
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.72",
|
|
4
4
|
"description": "iTwin.js frontend components",
|
|
5
5
|
"main": "lib/cjs/editor-frontend.js",
|
|
6
6
|
"module": "lib/esm/editor-frontend.js",
|
|
@@ -23,27 +23,27 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/appui-abstract": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
29
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
30
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
26
|
+
"@itwin/appui-abstract": "^4.0.0-dev.72",
|
|
27
|
+
"@itwin/core-bentley": "^4.0.0-dev.72",
|
|
28
|
+
"@itwin/core-common": "^4.0.0-dev.72",
|
|
29
|
+
"@itwin/core-frontend": "^4.0.0-dev.72",
|
|
30
|
+
"@itwin/core-geometry": "^4.0.0-dev.72"
|
|
31
31
|
},
|
|
32
32
|
"//devDependencies": [
|
|
33
33
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
34
34
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
35
35
|
],
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@itwin/appui-abstract": "4.0.0-dev.
|
|
38
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
39
|
-
"@itwin/certa": "4.0.0-dev.
|
|
40
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
41
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
42
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
43
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
44
|
-
"@itwin/eslint-plugin": "^4.0.0-dev.
|
|
37
|
+
"@itwin/appui-abstract": "4.0.0-dev.72",
|
|
38
|
+
"@itwin/build-tools": "4.0.0-dev.72",
|
|
39
|
+
"@itwin/certa": "4.0.0-dev.72",
|
|
40
|
+
"@itwin/core-bentley": "4.0.0-dev.72",
|
|
41
|
+
"@itwin/core-common": "4.0.0-dev.72",
|
|
42
|
+
"@itwin/core-frontend": "4.0.0-dev.72",
|
|
43
|
+
"@itwin/core-geometry": "4.0.0-dev.72",
|
|
44
|
+
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
45
45
|
"cpx2": "^3.0.0",
|
|
46
|
-
"eslint": "^
|
|
46
|
+
"eslint": "^8.36.0",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"typescript": "~5.0.2"
|
|
49
49
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"NOTE: editor-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itwin/editor-common": "4.0.0-dev.
|
|
55
|
+
"@itwin/editor-common": "4.0.0-dev.72"
|
|
56
56
|
},
|
|
57
57
|
"eslintConfig": {
|
|
58
58
|
"plugins": [
|