@itwin/editor-common 3.1.0-dev.8 → 3.2.0-dev.0
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 +23 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
# Change Log - @itwin/editor-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.0.1
|
|
6
|
+
Thu, 24 Feb 2022 15:26:55 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.0.0
|
|
11
|
+
Mon, 24 Jan 2022 14:00:52 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- fix code for breaking change to .query() method
|
|
16
|
+
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
17
|
+
- Aquire locks for built-in edit commands.
|
|
18
|
+
- Added ability to convert iModel coordinates to or from any Geographic CRS
|
|
19
|
+
- rename to @itwin/editor-common
|
|
20
|
+
- Allow sweep/spin of open path to create a sheet.
|
|
21
|
+
- Basic solid modeling operations are now covered.
|
|
22
|
+
- Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation.
|
|
23
|
+
- New solid modeling ipc interface
|
|
24
|
+
- More solid modeling functionality.
|
|
25
|
+
- New tools to sweep/spin faces and delete faces/imprinted edges.
|
|
4
26
|
|
|
5
27
|
## 2.19.28
|
|
6
28
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/editor-common",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-dev.0",
|
|
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",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-bentley": "^3.
|
|
27
|
-
"@itwin/core-geometry": "^3.
|
|
28
|
-
"@itwin/core-common": "^3.
|
|
26
|
+
"@itwin/core-bentley": "^3.2.0-dev.0",
|
|
27
|
+
"@itwin/core-geometry": "^3.2.0-dev.0",
|
|
28
|
+
"@itwin/core-common": "^3.2.0-dev.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/core-bentley": "3.
|
|
32
|
-
"@itwin/build-tools": "3.
|
|
33
|
-
"@itwin/eslint-plugin": "3.
|
|
34
|
-
"@itwin/core-geometry": "3.
|
|
35
|
-
"@itwin/core-common": "3.
|
|
31
|
+
"@itwin/core-bentley": "3.2.0-dev.0",
|
|
32
|
+
"@itwin/build-tools": "3.2.0-dev.0",
|
|
33
|
+
"@itwin/eslint-plugin": "3.2.0-dev.0",
|
|
34
|
+
"@itwin/core-geometry": "3.2.0-dev.0",
|
|
35
|
+
"@itwin/core-common": "3.2.0-dev.0",
|
|
36
36
|
"@types/chai": "^4.1.4",
|
|
37
37
|
"@types/mocha": "^8.2.2",
|
|
38
38
|
"@types/node": "14.14.31",
|