@itwin/core-frontend 5.0.0-dev.6 → 5.0.0-dev.7
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 +25 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
# Change Log - @itwin/core-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 14 Nov 2024 18:13:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.10.1
|
|
6
|
+
Thu, 14 Nov 2024 18:11:00 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.10.0
|
|
11
|
+
Wed, 13 Nov 2024 15:23:38 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Deprecate `SnapshotConnection.openRemote`
|
|
16
|
+
- Fixed problem with zoom when background map is on and allow3dManipulations is on.
|
|
17
|
+
- Fixed reading of KHR compressed meshes in GLTF reader.
|
|
18
|
+
- When a inUseLocks error is thrown on the backend during an IPC call, it will also be thrown on the frontend.
|
|
19
|
+
- Promote some overridden methods/properties from internal to public.
|
|
20
|
+
- Fix WorkerReturnType for async implementations.
|
|
21
|
+
- Add support for instancing to GraphicBuilder, GraphicDescriptionBuilder, and glTF.
|
|
22
|
+
- Add support for snapping to secondary iModels within a viewport.
|
|
23
|
+
- Permit FeatureAppearance to independently override line color and transparency.
|
|
24
|
+
- Add option to temporarily hide specific elements for Viewport.readPixels.
|
|
25
|
+
- Support snapping within section drawing attachments.
|
|
26
|
+
- Allow context reality model visibility to be toggled on/off
|
|
27
|
+
- Support ContourDisplay rendering.
|
|
4
28
|
|
|
5
29
|
## 4.9.7
|
|
6
30
|
Wed, 06 Nov 2024 19:23:04 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-frontend",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.7",
|
|
4
4
|
"description": "iTwin.js frontend components",
|
|
5
5
|
"main": "lib/cjs/core-frontend.js",
|
|
6
6
|
"module": "lib/esm/core-frontend.js",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/appui-abstract": "^5.0.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "^5.0.0-dev.
|
|
28
|
-
"@itwin/core-common": "^5.0.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^5.0.0-dev.
|
|
30
|
-
"@itwin/core-orbitgt": "^5.0.0-dev.
|
|
31
|
-
"@itwin/core-quantity": "^5.0.0-dev.
|
|
26
|
+
"@itwin/appui-abstract": "^5.0.0-dev.7",
|
|
27
|
+
"@itwin/core-bentley": "^5.0.0-dev.7",
|
|
28
|
+
"@itwin/core-common": "^5.0.0-dev.7",
|
|
29
|
+
"@itwin/core-geometry": "^5.0.0-dev.7",
|
|
30
|
+
"@itwin/core-orbitgt": "^5.0.0-dev.7",
|
|
31
|
+
"@itwin/core-quantity": "^5.0.0-dev.7"
|
|
32
32
|
},
|
|
33
33
|
"//devDependencies": [
|
|
34
34
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"vite-multiple-assets": "^1.3.1",
|
|
54
54
|
"vite-plugin-static-copy": "1.0.6",
|
|
55
55
|
"webpack": "^5.76.0",
|
|
56
|
-
"@itwin/appui-abstract": "5.0.0-dev.
|
|
57
|
-
"@itwin/build-tools": "5.0.0-dev.
|
|
58
|
-
"@itwin/core-common": "5.0.0-dev.
|
|
59
|
-
"@itwin/core-bentley": "5.0.0-dev.
|
|
60
|
-
"@itwin/core-geometry": "5.0.0-dev.
|
|
61
|
-
"@itwin/core-orbitgt": "5.0.0-dev.
|
|
62
|
-
"@itwin/core-quantity": "5.0.0-dev.
|
|
56
|
+
"@itwin/appui-abstract": "5.0.0-dev.7",
|
|
57
|
+
"@itwin/build-tools": "5.0.0-dev.7",
|
|
58
|
+
"@itwin/core-common": "5.0.0-dev.7",
|
|
59
|
+
"@itwin/core-bentley": "5.0.0-dev.7",
|
|
60
|
+
"@itwin/core-geometry": "5.0.0-dev.7",
|
|
61
|
+
"@itwin/core-orbitgt": "5.0.0-dev.7",
|
|
62
|
+
"@itwin/core-quantity": "5.0.0-dev.7"
|
|
63
63
|
},
|
|
64
64
|
"//dependencies": [
|
|
65
65
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"fuse.js": "^3.3.0",
|
|
74
74
|
"meshoptimizer": "~0.20.0",
|
|
75
75
|
"wms-capabilities": "0.4.0",
|
|
76
|
-
"@itwin/core-i18n": "5.0.0-dev.
|
|
77
|
-
"@itwin/core-telemetry": "5.0.0-dev.
|
|
78
|
-
"@itwin/webgl-compatibility": "5.0.0-dev.
|
|
76
|
+
"@itwin/core-i18n": "5.0.0-dev.7",
|
|
77
|
+
"@itwin/core-telemetry": "5.0.0-dev.7",
|
|
78
|
+
"@itwin/webgl-compatibility": "5.0.0-dev.7"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm && npm run -s webpackWorkers && npm run -s copy:workers",
|