@itwin/core-frontend 5.2.0-dev.23 → 5.2.0-dev.25

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 CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Thu, 04 Sep 2025 13:55:58 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Sep 2025 19:33:20 GMT and should not be manually modified.
4
+
5
+ ## 5.1.7
6
+ Tue, 09 Sep 2025 19:28:04 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.1.6
11
+ Mon, 08 Sep 2025 13:53:47 GMT
12
+
13
+ ### Updates
14
+
15
+ - Fix 'ghost' elements when using GraphicalEditingScope with model masking.
4
16
 
5
17
  ## 5.1.5
6
18
  Thu, 04 Sep 2025 13:51:08 GMT
@@ -102,7 +102,7 @@
102
102
  "IllegalValue": "Illegal value",
103
103
  "Details": "In case you're interested in the details:",
104
104
  "ReloadPage": "😞 Oops, something went wrong - please reload the page.",
105
- "WebGLContextLost": "The WebGL rendering context was lost, most likely as a result of running out of graphics memory.\nSee <a target=\"_blank\" href=\"https://connect-imodeljscompatibility.bentley.com/\">the WebGL compatibility checker</a> for more information.\nClosing other browser tabs before reloading the page may help."
105
+ "WebGLContextLost": "The WebGL rendering context was lost, most likely as a result of running out of graphics memory.\nSee <a target=\"_blank\" href=\"https://itwinjscompatibility.bentley.com/\">the WebGL compatibility checker</a> for more information.\nClosing other browser tabs before reloading the page may help."
106
106
  },
107
107
  "Properties": {
108
108
  "Angle": "Angle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "5.2.0-dev.23",
3
+ "version": "5.2.0-dev.25",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/core-frontend.js",
6
6
  "module": "lib/esm/core-frontend.js",
@@ -23,14 +23,14 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "5.2.0-dev.23",
27
- "@itwin/core-common": "5.2.0-dev.23",
28
- "@itwin/core-quantity": "5.2.0-dev.23",
29
- "@itwin/core-orbitgt": "5.2.0-dev.23",
30
- "@itwin/core-bentley": "5.2.0-dev.23",
31
- "@itwin/core-geometry": "5.2.0-dev.23",
32
- "@itwin/ecschema-metadata": "5.2.0-dev.23",
33
- "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.23"
26
+ "@itwin/appui-abstract": "5.2.0-dev.25",
27
+ "@itwin/core-bentley": "5.2.0-dev.25",
28
+ "@itwin/core-common": "5.2.0-dev.25",
29
+ "@itwin/core-quantity": "5.2.0-dev.25",
30
+ "@itwin/core-geometry": "5.2.0-dev.25",
31
+ "@itwin/core-orbitgt": "5.2.0-dev.25",
32
+ "@itwin/ecschema-metadata": "5.2.0-dev.25",
33
+ "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.25"
34
34
  },
35
35
  "//devDependencies": [
36
36
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -56,15 +56,15 @@
56
56
  "vite-multiple-assets": "^1.3.1",
57
57
  "vite-plugin-static-copy": "2.2.0",
58
58
  "webpack": "^5.97.1",
59
- "@itwin/build-tools": "5.2.0-dev.23",
60
- "@itwin/core-bentley": "5.2.0-dev.23",
61
- "@itwin/appui-abstract": "5.2.0-dev.23",
62
- "@itwin/core-common": "5.2.0-dev.23",
63
- "@itwin/core-quantity": "5.2.0-dev.23",
64
- "@itwin/core-orbitgt": "5.2.0-dev.23",
65
- "@itwin/core-geometry": "5.2.0-dev.23",
66
- "@itwin/ecschema-metadata": "5.2.0-dev.23",
67
- "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.23"
59
+ "@itwin/build-tools": "5.2.0-dev.25",
60
+ "@itwin/appui-abstract": "5.2.0-dev.25",
61
+ "@itwin/core-geometry": "5.2.0-dev.25",
62
+ "@itwin/core-common": "5.2.0-dev.25",
63
+ "@itwin/core-bentley": "5.2.0-dev.25",
64
+ "@itwin/core-orbitgt": "5.2.0-dev.25",
65
+ "@itwin/ecschema-metadata": "5.2.0-dev.25",
66
+ "@itwin/core-quantity": "5.2.0-dev.25",
67
+ "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.25"
68
68
  },
69
69
  "//dependencies": [
70
70
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -78,8 +78,8 @@
78
78
  "draco3d": "^1.5.1",
79
79
  "fuse.js": "^3.3.0",
80
80
  "wms-capabilities": "0.4.0",
81
- "@itwin/webgl-compatibility": "5.2.0-dev.23",
82
- "@itwin/core-i18n": "5.2.0-dev.23"
81
+ "@itwin/core-i18n": "5.2.0-dev.25",
82
+ "@itwin/webgl-compatibility": "5.2.0-dev.25"
83
83
  },
84
84
  "scripts": {
85
85
  "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 && npm run -s copy:draco",