@itwin/core-frontend 3.7.0-dev.8 → 3.7.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 +11 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 29 Mar 2023 15:02:27 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.0
|
|
6
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Deprecate IModelConnection's query, queryRowCount, and restartQuery methods.
|
|
11
|
+
- Deprecated IModelAppOptions.rpcInterfaces in favor of using platform-specific RPC manager.
|
|
12
|
+
- Fixed clipping problem with decorators.
|
|
13
|
+
- Localize tooltips for view clip decorations.
|
|
4
14
|
|
|
5
15
|
## 3.6.3
|
|
6
16
|
Mon, 27 Mar 2023 16:26:47 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-frontend",
|
|
3
|
-
"version": "3.7.0
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "iTwin.js frontend components",
|
|
5
5
|
"main": "lib/cjs/core-frontend.js",
|
|
6
6
|
"module": "lib/esm/core-frontend.js",
|
|
@@ -22,29 +22,29 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/appui-abstract": "^3.7.0
|
|
26
|
-
"@itwin/core-bentley": "^3.7.0
|
|
27
|
-
"@itwin/core-common": "^3.7.0
|
|
28
|
-
"@itwin/core-geometry": "^3.7.0
|
|
29
|
-
"@itwin/core-orbitgt": "^3.7.0
|
|
30
|
-
"@itwin/core-quantity": "^3.7.0
|
|
31
|
-
"@itwin/webgl-compatibility": "^3.7.0
|
|
25
|
+
"@itwin/appui-abstract": "^3.7.0",
|
|
26
|
+
"@itwin/core-bentley": "^3.7.0",
|
|
27
|
+
"@itwin/core-common": "^3.7.0",
|
|
28
|
+
"@itwin/core-geometry": "^3.7.0",
|
|
29
|
+
"@itwin/core-orbitgt": "^3.7.0",
|
|
30
|
+
"@itwin/core-quantity": "^3.7.0",
|
|
31
|
+
"@itwin/webgl-compatibility": "^3.7.0"
|
|
32
32
|
},
|
|
33
33
|
"//devDependencies": [
|
|
34
34
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
35
35
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
36
36
|
],
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@itwin/appui-abstract": "3.7.0
|
|
39
|
-
"@itwin/build-tools": "3.7.0
|
|
40
|
-
"@itwin/core-bentley": "3.7.0
|
|
41
|
-
"@itwin/core-common": "3.7.0
|
|
42
|
-
"@itwin/core-geometry": "3.7.0
|
|
43
|
-
"@itwin/core-orbitgt": "3.7.0
|
|
44
|
-
"@itwin/core-quantity": "3.7.0
|
|
45
|
-
"@itwin/certa": "3.7.0
|
|
46
|
-
"@itwin/eslint-plugin": "3.7.0
|
|
47
|
-
"@itwin/webgl-compatibility": "3.7.0
|
|
38
|
+
"@itwin/appui-abstract": "3.7.0",
|
|
39
|
+
"@itwin/build-tools": "3.7.0",
|
|
40
|
+
"@itwin/core-bentley": "3.7.0",
|
|
41
|
+
"@itwin/core-common": "3.7.0",
|
|
42
|
+
"@itwin/core-geometry": "3.7.0",
|
|
43
|
+
"@itwin/core-orbitgt": "3.7.0",
|
|
44
|
+
"@itwin/core-quantity": "3.7.0",
|
|
45
|
+
"@itwin/certa": "3.7.0",
|
|
46
|
+
"@itwin/eslint-plugin": "3.7.0",
|
|
47
|
+
"@itwin/webgl-compatibility": "3.7.0",
|
|
48
48
|
"@types/chai": "4.3.1",
|
|
49
49
|
"@types/chai-as-promised": "^7",
|
|
50
50
|
"@types/deep-assign": "^0.1.0",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"@itwin/object-storage-azure": "~1.4.0",
|
|
79
79
|
"@itwin/cloud-agnostic-core": "~1.4.0",
|
|
80
80
|
"@itwin/object-storage-core": "~1.4.0",
|
|
81
|
-
"@itwin/core-i18n": "3.7.0
|
|
82
|
-
"@itwin/core-telemetry": "3.7.0
|
|
81
|
+
"@itwin/core-i18n": "3.7.0",
|
|
82
|
+
"@itwin/core-telemetry": "3.7.0",
|
|
83
83
|
"@loaders.gl/core": "^3.1.6",
|
|
84
84
|
"@loaders.gl/draco": "^3.1.6",
|
|
85
85
|
"deep-assign": "^2.0.0",
|