@itwin/editor-common 3.6.1 → 3.7.0-dev.2
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 +2 -7
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/editor-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.6.1
|
|
6
|
-
Fri, 24 Feb 2023 22:00:48 GMT
|
|
7
|
-
|
|
8
|
-
_Version update only_
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
|
|
9
4
|
|
|
10
5
|
## 3.6.0
|
|
11
6
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -222,7 +217,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
|
|
|
222
217
|
- Allow sweep/spin of open path to create a sheet.
|
|
223
218
|
- Basic solid modeling operations are now covered.
|
|
224
219
|
- Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation.
|
|
225
|
-
- New solid modeling ipc interface
|
|
220
|
+
- New solid modeling ipc interface
|
|
226
221
|
- More solid modeling functionality.
|
|
227
222
|
- New tools to sweep/spin faces and delete faces/imprinted edges.
|
|
228
223
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/editor-common",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0-dev.2",
|
|
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": "^3.
|
|
26
|
-
"@itwin/core-geometry": "^3.
|
|
27
|
-
"@itwin/core-common": "^3.
|
|
25
|
+
"@itwin/core-bentley": "^3.7.0-dev.2",
|
|
26
|
+
"@itwin/core-geometry": "^3.7.0-dev.2",
|
|
27
|
+
"@itwin/core-common": "^3.7.0-dev.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@itwin/core-bentley": "3.
|
|
31
|
-
"@itwin/build-tools": "3.
|
|
32
|
-
"@itwin/eslint-plugin": "3.
|
|
33
|
-
"@itwin/core-geometry": "3.
|
|
34
|
-
"@itwin/core-common": "3.
|
|
30
|
+
"@itwin/core-bentley": "3.7.0-dev.2",
|
|
31
|
+
"@itwin/build-tools": "3.7.0-dev.2",
|
|
32
|
+
"@itwin/eslint-plugin": "3.7.0-dev.2",
|
|
33
|
+
"@itwin/core-geometry": "3.7.0-dev.2",
|
|
34
|
+
"@itwin/core-common": "3.7.0-dev.2",
|
|
35
35
|
"@types/chai": "4.3.1",
|
|
36
36
|
"@types/mocha": "^8.2.2",
|
|
37
37
|
"@types/node": "18.11.5",
|