@itwin/core-frontend 3.2.0-dev.77 → 3.2.0

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 +33 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,38 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Fri, 15 Apr 2022 13:49:25 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
4
+
5
+ ## 3.2.0
6
+ Fri, 20 May 2022 13:10:54 GMT
7
+
8
+ ### Updates
9
+
10
+ - Dispose reality mesh textures when disposing the tiles are dispose
11
+ - Use a function constructor to avoid webpack warnings when dynamically importing extension files.
12
+ - Fixed visibility of edges when using Ambient Occlusion
13
+ - Added documentation for MapLayerKey.
14
+ - MapLayerFormatRegistry allows MapLayerAccessClient objects to be provided for each format, enabling extended support of various authentication methods.
15
+ - Improve RealityTile loading priority calculation
16
+ - Prevent 0-dimension assignment in CanvasState.updateDimensions. This resolved a blank rendering issue when dropping and re-adding a viewport with the same size.
17
+ - ViewState3d.lookAtGlobalLocation should account for orthographic view points.
18
+ - Mark animateFrustumChange public.
19
+ - Added public method IModelConnection.getMassPropertiesPerCandidate.
20
+ - bugfix for viewstate2d's hydrateViewState
21
+ - Add preload, postload functions to ViewStates. Use hydrateViewState in load function
22
+ - Fix bug in which DisplayStyleState.changeBackgroundMapProvider failed to preserve previous values as advertised.
23
+ - Prevent calls to readPixels from being enqueued when mousing over canvas decorations.
24
+ - Fix scaled monochrome mode not applying to instanced geometry.
25
+ - Add GraphicBuilder.activatePickableId to enable batching of multiple pickable objects into a single graphic.
26
+ - Added connectViewports and related functions to enable synchronizing the states of any number of viewports.
27
+ - Do not produce mip-maps for reality tile textures.
28
+ - Make Viewport.readPixels return undefined if the viewport has been disposed.
29
+ - Ensure the render loop is processed immediately after the selection set changes.
30
+ - Reduce number of OnMotionSnap call
31
+ - Use zoom target on reality tile priority calculation
32
+ - Add support for remote extensions
33
+ - Catch snap abandoned exception.
34
+ - Add extension API generation
35
+ - Fix view zoom jumps on touch devices
4
36
 
5
37
  ## 3.1.3
6
38
  Fri, 15 Apr 2022 13:49:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "3.2.0-dev.77",
3
+ "version": "3.2.0",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/core-frontend.js",
6
6
  "module": "lib/esm/core-frontend.js",
@@ -22,29 +22,29 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/appui-abstract": "^3.2.0-dev.77",
26
- "@itwin/core-bentley": "^3.2.0-dev.77",
27
- "@itwin/core-common": "^3.2.0-dev.77",
28
- "@itwin/core-geometry": "^3.2.0-dev.77",
29
- "@itwin/core-orbitgt": "^3.2.0-dev.77",
30
- "@itwin/core-quantity": "^3.2.0-dev.77",
31
- "@itwin/webgl-compatibility": "^3.2.0-dev.77"
25
+ "@itwin/appui-abstract": "^3.2.0",
26
+ "@itwin/core-bentley": "^3.2.0",
27
+ "@itwin/core-common": "^3.2.0",
28
+ "@itwin/core-geometry": "^3.2.0",
29
+ "@itwin/core-orbitgt": "^3.2.0",
30
+ "@itwin/core-quantity": "^3.2.0",
31
+ "@itwin/webgl-compatibility": "^3.2.0"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
35
35
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
36
36
  ],
37
37
  "devDependencies": {
38
- "@itwin/appui-abstract": "3.2.0-dev.77",
39
- "@itwin/build-tools": "3.2.0-dev.77",
40
- "@itwin/core-bentley": "3.2.0-dev.77",
41
- "@itwin/core-common": "3.2.0-dev.77",
42
- "@itwin/core-geometry": "3.2.0-dev.77",
43
- "@itwin/core-orbitgt": "3.2.0-dev.77",
44
- "@itwin/core-quantity": "3.2.0-dev.77",
45
- "@itwin/certa": "3.2.0-dev.77",
46
- "@itwin/eslint-plugin": "3.2.0-dev.77",
47
- "@itwin/webgl-compatibility": "3.2.0-dev.77",
38
+ "@itwin/appui-abstract": "3.2.0",
39
+ "@itwin/build-tools": "3.2.0",
40
+ "@itwin/core-bentley": "3.2.0",
41
+ "@itwin/core-common": "3.2.0",
42
+ "@itwin/core-geometry": "3.2.0",
43
+ "@itwin/core-orbitgt": "3.2.0",
44
+ "@itwin/core-quantity": "3.2.0",
45
+ "@itwin/certa": "3.2.0",
46
+ "@itwin/eslint-plugin": "3.2.0",
47
+ "@itwin/webgl-compatibility": "3.2.0",
48
48
  "@types/chai": "^4.1.4",
49
49
  "@types/chai-as-promised": "^7",
50
50
  "@types/deep-assign": "^0.1.0",
@@ -73,8 +73,8 @@
73
73
  "NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
74
74
  ],
75
75
  "dependencies": {
76
- "@itwin/core-i18n": "3.2.0-dev.77",
77
- "@itwin/core-telemetry": "3.2.0-dev.77",
76
+ "@itwin/core-i18n": "3.2.0",
77
+ "@itwin/core-telemetry": "3.2.0",
78
78
  "@loaders.gl/core": "^3.1.6",
79
79
  "@loaders.gl/draco": "^3.1.6",
80
80
  "deep-assign": "^2.0.0",