@itwin/core-frontend 5.5.0-dev.10 → 5.5.0-dev.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Thu, 11 Dec 2025 21:30:53 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 12 Dec 2025 20:14:10 GMT and should not be manually modified.
4
+
5
+ ## 5.4.2
6
+ Fri, 12 Dec 2025 14:40:14 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.4.1
6
11
  Thu, 11 Dec 2025 21:29:31 GMT
@@ -21,6 +26,11 @@ Tue, 02 Dec 2025 21:22:25 GMT
21
26
  - Update view when view attachment elements are modified.
22
27
  - Work around Intel Ultra 7 vertex discard glitch
23
28
 
29
+ ## 5.3.4
30
+ Fri, 12 Dec 2025 20:11:41 GMT
31
+
32
+ _Version update only_
33
+
24
34
  ## 5.3.3
25
35
  Thu, 20 Nov 2025 22:30:37 GMT
26
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "5.5.0-dev.10",
3
+ "version": "5.5.0-dev.11",
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.5.0-dev.10",
27
- "@itwin/core-bentley": "5.5.0-dev.10",
28
- "@itwin/core-geometry": "5.5.0-dev.10",
29
- "@itwin/core-orbitgt": "5.5.0-dev.10",
30
- "@itwin/ecschema-rpcinterface-common": "5.5.0-dev.10",
31
- "@itwin/ecschema-metadata": "5.5.0-dev.10",
32
- "@itwin/core-quantity": "5.5.0-dev.10",
33
- "@itwin/core-common": "5.5.0-dev.10"
26
+ "@itwin/appui-abstract": "5.5.0-dev.11",
27
+ "@itwin/core-bentley": "5.5.0-dev.11",
28
+ "@itwin/core-common": "5.5.0-dev.11",
29
+ "@itwin/core-orbitgt": "5.5.0-dev.11",
30
+ "@itwin/core-quantity": "5.5.0-dev.11",
31
+ "@itwin/ecschema-rpcinterface-common": "5.5.0-dev.11",
32
+ "@itwin/ecschema-metadata": "5.5.0-dev.11",
33
+ "@itwin/core-geometry": "5.5.0-dev.11"
34
34
  },
35
35
  "//devDependencies": [
36
36
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -57,15 +57,15 @@
57
57
  "vite-multiple-assets": "^1.3.1",
58
58
  "vite-plugin-static-copy": "2.2.0",
59
59
  "webpack": "^5.97.1",
60
- "@itwin/build-tools": "5.5.0-dev.10",
61
- "@itwin/core-common": "5.5.0-dev.10",
62
- "@itwin/appui-abstract": "5.5.0-dev.10",
63
- "@itwin/core-bentley": "5.5.0-dev.10",
64
- "@itwin/core-geometry": "5.5.0-dev.10",
65
- "@itwin/core-orbitgt": "5.5.0-dev.10",
66
- "@itwin/core-quantity": "5.5.0-dev.10",
67
- "@itwin/ecschema-rpcinterface-common": "5.5.0-dev.10",
68
- "@itwin/ecschema-metadata": "5.5.0-dev.10"
60
+ "@itwin/core-geometry": "5.5.0-dev.11",
61
+ "@itwin/core-common": "5.5.0-dev.11",
62
+ "@itwin/build-tools": "5.5.0-dev.11",
63
+ "@itwin/appui-abstract": "5.5.0-dev.11",
64
+ "@itwin/core-orbitgt": "5.5.0-dev.11",
65
+ "@itwin/core-quantity": "5.5.0-dev.11",
66
+ "@itwin/core-bentley": "5.5.0-dev.11",
67
+ "@itwin/ecschema-metadata": "5.5.0-dev.11",
68
+ "@itwin/ecschema-rpcinterface-common": "5.5.0-dev.11"
69
69
  },
70
70
  "//dependencies": [
71
71
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -75,8 +75,8 @@
75
75
  "@loaders.gl/draco": "^4.3.4",
76
76
  "fuse.js": "^3.3.0",
77
77
  "wms-capabilities": "0.4.0",
78
- "@itwin/webgl-compatibility": "5.5.0-dev.10",
79
- "@itwin/core-i18n": "5.5.0-dev.10"
78
+ "@itwin/core-i18n": "5.5.0-dev.11",
79
+ "@itwin/webgl-compatibility": "5.5.0-dev.11"
80
80
  },
81
81
  "scripts": {
82
82
  "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",