@itwin/core-frontend 4.9.0-dev.1 → 4.9.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 +25 -1
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Wed, 31 Jul 2024 13:39:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Aug 2024 17:40:25 GMT and should not be manually modified.
4
+
5
+ ## 4.8.0
6
+ Thu, 08 Aug 2024 16:15:37 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fixed planar masks when using new tiles
11
+ - Improve resolution of planar clip masks
12
+ - Fixed new tiles not updating planar clip mask immediately.
13
+ - Fixed performance problem for planar clip masks
14
+ - Fix missing login dialog for some ArcGIS services
15
+ - Fix error reading ArcGIS Map service capabilities when Kerberos authentication is used
16
+ - fixed material issues with frontend schedule scripts
17
+ - Check validity of OCP CRS before using it.
18
+ - Trigger additional `onMouseMotion` call for tools to react to the last AccuSnap.
19
+ - Allow elements in edit scope to be updated by schedule scripts.
20
+ - Add support for gLTF extention EXT_mesh_gpu_instancing, that allows assigning unique identifiers to individual instances of a mesh, which can be used to look up per-instance data in the structural metadata table. This version also contains a fix to support absolute tile URLs in 3D tiles tileset.json
21
+ - Load up front all subcategories of used spatial categories and 3D elements when creating a default view.
22
+ - Update ThirdPartyNotices.md
23
+ - Provide WorkerProxy to simplify use of Worker scripts, and enable creation of graphics on Workers using GraphicDescriptionBuilder.
24
+ - Fix Viewport's never-drawn elements overriding the display style's excluded elements.
25
+ - Promote ScreenViewport and OffScreenViewport constructors.
26
+ - Include the extents of all TiledGraphicsProviders when computing ViewingSpace extents.
27
+ - Add support for creating textures and materials in a Worker.
4
28
 
5
29
  ## 4.7.8
6
30
  Wed, 31 Jul 2024 13:38:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "4.9.0-dev.1",
3
+ "version": "4.9.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,12 +23,12 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "^4.9.0-dev.1",
27
- "@itwin/core-bentley": "^4.9.0-dev.1",
28
- "@itwin/core-common": "^4.9.0-dev.1",
29
- "@itwin/core-geometry": "^4.9.0-dev.1",
30
- "@itwin/core-orbitgt": "^4.9.0-dev.1",
31
- "@itwin/core-quantity": "^4.9.0-dev.1"
26
+ "@itwin/appui-abstract": "^4.9.0-dev.3",
27
+ "@itwin/core-bentley": "^4.9.0-dev.3",
28
+ "@itwin/core-common": "^4.9.0-dev.3",
29
+ "@itwin/core-geometry": "^4.9.0-dev.3",
30
+ "@itwin/core-orbitgt": "^4.9.0-dev.3",
31
+ "@itwin/core-quantity": "^4.9.0-dev.3"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -55,14 +55,14 @@
55
55
  "typescript": "~5.3.3",
56
56
  "typemoq": "^2.1.0",
57
57
  "webpack": "^5.76.0",
58
- "@itwin/appui-abstract": "4.9.0-dev.1",
59
- "@itwin/build-tools": "4.9.0-dev.1",
60
- "@itwin/core-bentley": "4.9.0-dev.1",
61
- "@itwin/core-common": "4.9.0-dev.1",
62
- "@itwin/core-geometry": "4.9.0-dev.1",
63
- "@itwin/core-orbitgt": "4.9.0-dev.1",
64
- "@itwin/core-quantity": "4.9.0-dev.1",
65
- "@itwin/certa": "4.9.0-dev.1"
58
+ "@itwin/appui-abstract": "4.9.0-dev.3",
59
+ "@itwin/build-tools": "4.9.0-dev.3",
60
+ "@itwin/core-common": "4.9.0-dev.3",
61
+ "@itwin/core-bentley": "4.9.0-dev.3",
62
+ "@itwin/core-geometry": "4.9.0-dev.3",
63
+ "@itwin/core-orbitgt": "4.9.0-dev.3",
64
+ "@itwin/core-quantity": "4.9.0-dev.3",
65
+ "@itwin/certa": "4.9.0-dev.3"
66
66
  },
67
67
  "//dependencies": [
68
68
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -76,9 +76,9 @@
76
76
  "fuse.js": "^3.3.0",
77
77
  "meshoptimizer": "~0.20.0",
78
78
  "wms-capabilities": "0.4.0",
79
- "@itwin/core-i18n": "4.9.0-dev.1",
80
- "@itwin/core-telemetry": "4.9.0-dev.1",
81
- "@itwin/webgl-compatibility": "4.9.0-dev.1"
79
+ "@itwin/core-i18n": "4.9.0-dev.3",
80
+ "@itwin/core-telemetry": "4.9.0-dev.3",
81
+ "@itwin/webgl-compatibility": "4.9.0-dev.3"
82
82
  },
83
83
  "nyc": {
84
84
  "extends": "./node_modules/@itwin/build-tools/.nycrc"