@itwin/core-frontend 5.6.0-dev.1 → 5.6.0-dev.3

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 +9 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Fri, 12 Dec 2025 20:14:10 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Jan 2026 17:07:24 GMT and should not be manually modified.
4
+
5
+ ## 5.5.0
6
+ Mon, 05 Jan 2026 17:05:53 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fixed constant level-of-detail parameters not being correctly passed to render materials.
11
+ - Add support for glTF extension BENTLEY_materials_point_style
4
12
 
5
13
  ## 5.4.2
6
14
  Fri, 12 Dec 2025 14:40:14 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "5.6.0-dev.1",
3
+ "version": "5.6.0-dev.3",
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.6.0-dev.1",
27
- "@itwin/core-quantity": "5.6.0-dev.1",
28
- "@itwin/core-common": "5.6.0-dev.1",
29
- "@itwin/core-bentley": "5.6.0-dev.1",
30
- "@itwin/core-geometry": "5.6.0-dev.1",
31
- "@itwin/ecschema-rpcinterface-common": "5.6.0-dev.1",
32
- "@itwin/ecschema-metadata": "5.6.0-dev.1",
33
- "@itwin/core-orbitgt": "5.6.0-dev.1"
26
+ "@itwin/core-geometry": "5.6.0-dev.3",
27
+ "@itwin/core-bentley": "5.6.0-dev.3",
28
+ "@itwin/appui-abstract": "5.6.0-dev.3",
29
+ "@itwin/ecschema-metadata": "5.6.0-dev.3",
30
+ "@itwin/core-common": "5.6.0-dev.3",
31
+ "@itwin/core-orbitgt": "5.6.0-dev.3",
32
+ "@itwin/core-quantity": "5.6.0-dev.3",
33
+ "@itwin/ecschema-rpcinterface-common": "5.6.0-dev.3"
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/appui-abstract": "5.6.0-dev.1",
61
- "@itwin/core-bentley": "5.6.0-dev.1",
62
- "@itwin/core-common": "5.6.0-dev.1",
63
- "@itwin/core-geometry": "5.6.0-dev.1",
64
- "@itwin/build-tools": "5.6.0-dev.1",
65
- "@itwin/core-quantity": "5.6.0-dev.1",
66
- "@itwin/core-orbitgt": "5.6.0-dev.1",
67
- "@itwin/ecschema-metadata": "5.6.0-dev.1",
68
- "@itwin/ecschema-rpcinterface-common": "5.6.0-dev.1"
60
+ "@itwin/appui-abstract": "5.6.0-dev.3",
61
+ "@itwin/core-bentley": "5.6.0-dev.3",
62
+ "@itwin/build-tools": "5.6.0-dev.3",
63
+ "@itwin/core-common": "5.6.0-dev.3",
64
+ "@itwin/core-geometry": "5.6.0-dev.3",
65
+ "@itwin/core-quantity": "5.6.0-dev.3",
66
+ "@itwin/core-orbitgt": "5.6.0-dev.3",
67
+ "@itwin/ecschema-metadata": "5.6.0-dev.3",
68
+ "@itwin/ecschema-rpcinterface-common": "5.6.0-dev.3"
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/core-i18n": "5.6.0-dev.1",
79
- "@itwin/webgl-compatibility": "5.6.0-dev.1"
78
+ "@itwin/core-i18n": "5.6.0-dev.3",
79
+ "@itwin/webgl-compatibility": "5.6.0-dev.3"
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",