@itwin/core-frontend 5.2.0-dev.12 → 5.2.0-dev.14

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 +8 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Wed, 20 Aug 2025 14:01:20 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Aug 2025 14:26:46 GMT and should not be manually modified.
4
+
5
+ ## 5.1.4
6
+ Fri, 22 Aug 2025 14:22:33 GMT
7
+
8
+ ### Updates
9
+
10
+ - A model drawn as only contour lines will only mask the background map where the contour lines draw.
4
11
 
5
12
  ## 5.1.3
6
13
  Wed, 20 Aug 2025 13:57:10 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "5.2.0-dev.12",
3
+ "version": "5.2.0-dev.14",
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/core-common": "5.2.0-dev.12",
27
- "@itwin/appui-abstract": "5.2.0-dev.12",
28
- "@itwin/core-bentley": "5.2.0-dev.12",
29
- "@itwin/core-orbitgt": "5.2.0-dev.12",
30
- "@itwin/ecschema-metadata": "5.2.0-dev.12",
31
- "@itwin/core-quantity": "5.2.0-dev.12",
32
- "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.12",
33
- "@itwin/core-geometry": "5.2.0-dev.12"
26
+ "@itwin/appui-abstract": "5.2.0-dev.14",
27
+ "@itwin/core-bentley": "5.2.0-dev.14",
28
+ "@itwin/core-common": "5.2.0-dev.14",
29
+ "@itwin/core-quantity": "5.2.0-dev.14",
30
+ "@itwin/core-orbitgt": "5.2.0-dev.14",
31
+ "@itwin/core-geometry": "5.2.0-dev.14",
32
+ "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.14",
33
+ "@itwin/ecschema-metadata": "5.2.0-dev.14"
34
34
  },
35
35
  "//devDependencies": [
36
36
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -55,15 +55,15 @@
55
55
  "vite-multiple-assets": "^1.3.1",
56
56
  "vite-plugin-static-copy": "2.2.0",
57
57
  "webpack": "^5.97.1",
58
- "@itwin/appui-abstract": "5.2.0-dev.12",
59
- "@itwin/core-bentley": "5.2.0-dev.12",
60
- "@itwin/build-tools": "5.2.0-dev.12",
61
- "@itwin/core-quantity": "5.2.0-dev.12",
62
- "@itwin/core-geometry": "5.2.0-dev.12",
63
- "@itwin/core-orbitgt": "5.2.0-dev.12",
64
- "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.12",
65
- "@itwin/ecschema-metadata": "5.2.0-dev.12",
66
- "@itwin/core-common": "5.2.0-dev.12"
58
+ "@itwin/appui-abstract": "5.2.0-dev.14",
59
+ "@itwin/core-common": "5.2.0-dev.14",
60
+ "@itwin/build-tools": "5.2.0-dev.14",
61
+ "@itwin/core-geometry": "5.2.0-dev.14",
62
+ "@itwin/core-bentley": "5.2.0-dev.14",
63
+ "@itwin/ecschema-metadata": "5.2.0-dev.14",
64
+ "@itwin/core-quantity": "5.2.0-dev.14",
65
+ "@itwin/core-orbitgt": "5.2.0-dev.14",
66
+ "@itwin/ecschema-rpcinterface-common": "5.2.0-dev.14"
67
67
  },
68
68
  "//dependencies": [
69
69
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -76,8 +76,8 @@
76
76
  "@loaders.gl/draco": "^3.1.6",
77
77
  "fuse.js": "^3.3.0",
78
78
  "wms-capabilities": "0.4.0",
79
- "@itwin/core-i18n": "5.2.0-dev.12",
80
- "@itwin/webgl-compatibility": "5.2.0-dev.12"
79
+ "@itwin/core-i18n": "5.2.0-dev.14",
80
+ "@itwin/webgl-compatibility": "5.2.0-dev.14"
81
81
  },
82
82
  "scripts": {
83
83
  "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",