@itwin/core-frontend 5.7.0-dev.6 → 5.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. 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 Thu, 22 Jan 2026 16:18:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 05 Feb 2026 16:14:10 GMT and should not be manually modified.
4
+
5
+ ## 5.6.0
6
+ Thu, 05 Feb 2026 16:12:37 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add applicationLogoCardFooter method to IModelApp for custom logo footer support
11
+ - Add lifecycle events for pull merge.
12
+ - Support EXT_textureInfo_constant_lod glTF extension
13
+ - Support BENTLEY_materials_planar_fill in glTF parsing and rendering.
4
14
 
5
15
  ## 5.5.2
6
16
  Thu, 22 Jan 2026 16:16:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "5.7.0-dev.6",
3
+ "version": "5.7.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,14 +23,14 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "5.7.0-dev.6",
27
- "@itwin/core-bentley": "5.7.0-dev.6",
28
- "@itwin/core-common": "5.7.0-dev.6",
29
- "@itwin/ecschema-metadata": "5.7.0-dev.6",
30
- "@itwin/core-geometry": "5.7.0-dev.6",
31
- "@itwin/core-quantity": "5.7.0-dev.6",
32
- "@itwin/core-orbitgt": "5.7.0-dev.6",
33
- "@itwin/ecschema-rpcinterface-common": "5.7.0-dev.6"
26
+ "@itwin/appui-abstract": "5.7.0-dev.7",
27
+ "@itwin/core-quantity": "5.7.0-dev.7",
28
+ "@itwin/core-geometry": "5.7.0-dev.7",
29
+ "@itwin/core-common": "5.7.0-dev.7",
30
+ "@itwin/ecschema-metadata": "5.7.0-dev.7",
31
+ "@itwin/ecschema-rpcinterface-common": "5.7.0-dev.7",
32
+ "@itwin/core-bentley": "5.7.0-dev.7",
33
+ "@itwin/core-orbitgt": "5.7.0-dev.7"
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/appui-abstract": "5.7.0-dev.6",
60
- "@itwin/core-geometry": "5.7.0-dev.6",
61
- "@itwin/core-bentley": "5.7.0-dev.6",
62
- "@itwin/core-common": "5.7.0-dev.6",
63
- "@itwin/core-quantity": "5.7.0-dev.6",
64
- "@itwin/build-tools": "5.7.0-dev.6",
65
- "@itwin/ecschema-rpcinterface-common": "5.7.0-dev.6",
66
- "@itwin/core-orbitgt": "5.7.0-dev.6",
67
- "@itwin/ecschema-metadata": "5.7.0-dev.6"
59
+ "@itwin/build-tools": "5.7.0-dev.7",
60
+ "@itwin/core-bentley": "5.7.0-dev.7",
61
+ "@itwin/core-orbitgt": "5.7.0-dev.7",
62
+ "@itwin/appui-abstract": "5.7.0-dev.7",
63
+ "@itwin/core-common": "5.7.0-dev.7",
64
+ "@itwin/core-quantity": "5.7.0-dev.7",
65
+ "@itwin/ecschema-metadata": "5.7.0-dev.7",
66
+ "@itwin/ecschema-rpcinterface-common": "5.7.0-dev.7",
67
+ "@itwin/core-geometry": "5.7.0-dev.7"
68
68
  },
69
69
  "//dependencies": [
70
70
  "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/core-i18n": "5.7.0-dev.6",
79
- "@itwin/webgl-compatibility": "5.7.0-dev.6"
78
+ "@itwin/webgl-compatibility": "5.7.0-dev.7",
79
+ "@itwin/core-i18n": "5.7.0-dev.7"
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",