@itwin/editor-common 4.0.0-dev.23 → 4.0.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 +6 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
|
|
|
7
7
|
|
|
8
8
|
_Version update only_
|
|
9
9
|
|
|
10
|
+
## 3.5.6
|
|
11
|
+
Fri, 24 Feb 2023 16:02:47 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
10
15
|
## 3.5.5
|
|
11
16
|
Thu, 26 Jan 2023 22:53:27 GMT
|
|
12
17
|
|
|
@@ -212,7 +217,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
|
|
|
212
217
|
- Allow sweep/spin of open path to create a sheet.
|
|
213
218
|
- Basic solid modeling operations are now covered.
|
|
214
219
|
- Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation.
|
|
215
|
-
- New solid modeling ipc interface
|
|
220
|
+
- New solid modeling ipc interface
|
|
216
221
|
- More solid modeling functionality.
|
|
217
222
|
- New tools to sweep/spin faces and delete faces/imprinted edges.
|
|
218
223
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/editor-common",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.28",
|
|
4
4
|
"description": "iTwin.js editing properties common to frontend and backend",
|
|
5
5
|
"main": "lib/cjs/editor-common.js",
|
|
6
6
|
"module": "lib/esm/editor-common.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.28",
|
|
26
|
+
"@itwin/core-geometry": "^4.0.0-dev.28",
|
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.28"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
31
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
32
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
33
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
34
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
30
|
+
"@itwin/core-bentley": "4.0.0-dev.28",
|
|
31
|
+
"@itwin/build-tools": "4.0.0-dev.28",
|
|
32
|
+
"@itwin/eslint-plugin": "4.0.0-dev.28",
|
|
33
|
+
"@itwin/core-geometry": "4.0.0-dev.28",
|
|
34
|
+
"@itwin/core-common": "4.0.0-dev.28",
|
|
35
35
|
"@types/chai": "4.3.1",
|
|
36
36
|
"@types/mocha": "^8.2.2",
|
|
37
37
|
"@types/node": "^18.11.5",
|