@itwin/core-frontend 3.4.0-dev.15 → 3.4.0-dev.16
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 +22 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
# Change Log - @itwin/core-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.3.0
|
|
6
|
+
Thu, 18 Aug 2022 19:08:02 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Support non-modifiable preview of a ClipVector that isn't a single ClipShape/ConvexClipPlaneSet.
|
|
11
|
+
- upgrade mocha to version 10.0.0
|
|
12
|
+
- Update links to BIS documentation.
|
|
13
|
+
- Clear drag state when button let up outside view. Don't send tools drag events if they didn't get button down event.
|
|
14
|
+
- Transport RPC requests over IPC when available.
|
|
15
|
+
- Move ServiceExtensionProvider to the @itwin/extension-client package
|
|
16
|
+
- Restore the possibility to attach any cesium asset using getCesiumAssetUrl
|
|
17
|
+
- Prevent duplicate logo cards from displaying when clicking the iTwin.js logo in a viewport.
|
|
18
|
+
- Add option to quantize positions in TileAdmin.requestElementGraphics.
|
|
19
|
+
- Fix reality models failing to cast shadows.
|
|
20
|
+
- Convert negative ViewRect coordinates to zero.
|
|
21
|
+
- EmphasizeElements ignores script overrides for de-emphasized elements if other elements are being emphasized.
|
|
22
|
+
- Promote Tool Settings APIs to public.
|
|
23
|
+
- Add support for applying schedule scripts without requiring the script to be hosted by a persistent element.
|
|
24
|
+
- Fixes for updateDynamics to supply ajusted point.
|
|
4
25
|
|
|
5
26
|
## 3.2.8
|
|
6
27
|
Tue, 09 Aug 2022 15:52:41 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-frontend",
|
|
3
|
-
"version": "3.4.0-dev.
|
|
3
|
+
"version": "3.4.0-dev.16",
|
|
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.4.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.4.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.4.0-dev.
|
|
28
|
-
"@itwin/core-geometry": "^3.4.0-dev.
|
|
29
|
-
"@itwin/core-orbitgt": "^3.4.0-dev.
|
|
30
|
-
"@itwin/core-quantity": "^3.4.0-dev.
|
|
31
|
-
"@itwin/webgl-compatibility": "^3.4.0-dev.
|
|
25
|
+
"@itwin/appui-abstract": "^3.4.0-dev.16",
|
|
26
|
+
"@itwin/core-bentley": "^3.4.0-dev.16",
|
|
27
|
+
"@itwin/core-common": "^3.4.0-dev.16",
|
|
28
|
+
"@itwin/core-geometry": "^3.4.0-dev.16",
|
|
29
|
+
"@itwin/core-orbitgt": "^3.4.0-dev.16",
|
|
30
|
+
"@itwin/core-quantity": "^3.4.0-dev.16",
|
|
31
|
+
"@itwin/webgl-compatibility": "^3.4.0-dev.16"
|
|
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.4.0-dev.
|
|
39
|
-
"@itwin/build-tools": "3.4.0-dev.
|
|
40
|
-
"@itwin/core-bentley": "3.4.0-dev.
|
|
41
|
-
"@itwin/core-common": "3.4.0-dev.
|
|
42
|
-
"@itwin/core-geometry": "3.4.0-dev.
|
|
43
|
-
"@itwin/core-orbitgt": "3.4.0-dev.
|
|
44
|
-
"@itwin/core-quantity": "3.4.0-dev.
|
|
45
|
-
"@itwin/certa": "3.4.0-dev.
|
|
46
|
-
"@itwin/eslint-plugin": "3.4.0-dev.
|
|
47
|
-
"@itwin/webgl-compatibility": "3.4.0-dev.
|
|
38
|
+
"@itwin/appui-abstract": "3.4.0-dev.16",
|
|
39
|
+
"@itwin/build-tools": "3.4.0-dev.16",
|
|
40
|
+
"@itwin/core-bentley": "3.4.0-dev.16",
|
|
41
|
+
"@itwin/core-common": "3.4.0-dev.16",
|
|
42
|
+
"@itwin/core-geometry": "3.4.0-dev.16",
|
|
43
|
+
"@itwin/core-orbitgt": "3.4.0-dev.16",
|
|
44
|
+
"@itwin/core-quantity": "3.4.0-dev.16",
|
|
45
|
+
"@itwin/certa": "3.4.0-dev.16",
|
|
46
|
+
"@itwin/eslint-plugin": "3.4.0-dev.16",
|
|
47
|
+
"@itwin/webgl-compatibility": "3.4.0-dev.16",
|
|
48
48
|
"@types/chai": "4.3.1",
|
|
49
49
|
"@types/chai-as-promised": "^7",
|
|
50
50
|
"@types/deep-assign": "^0.1.0",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@itwin/core-i18n": "3.4.0-dev.
|
|
77
|
-
"@itwin/core-telemetry": "3.4.0-dev.
|
|
76
|
+
"@itwin/core-i18n": "3.4.0-dev.16",
|
|
77
|
+
"@itwin/core-telemetry": "3.4.0-dev.16",
|
|
78
78
|
"@loaders.gl/core": "^3.1.6",
|
|
79
79
|
"@loaders.gl/draco": "^3.1.6",
|
|
80
80
|
"deep-assign": "^2.0.0",
|