@itwin/core-frontend 3.2.0-dev.28 → 3.2.0-dev.29

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 +31 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Fri, 25 Mar 2022 15:10:02 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 29 Mar 2022 20:53:47 GMT and should not be manually modified.
4
+
5
+ ## 3.1.0
6
+ Tue, 29 Mar 2022 20:53:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - Non-pickable decorations used to fail to render if Ambient Occlusion was enabled.
11
+ - Add support for map layers using model geometry.
12
+ - Fix overlay map layers that were displayed at the wrong elevation
13
+ - Deprecate IModelReadRpcInterface.getViewThumbnail
14
+ - Add support for decoding draco-compressed point clouds and glTF meshes.
15
+ - Add support for obtaining polyfaces from tile geometry using TileGeometryCollector and GeometryTileTreeReference.
16
+ - Fix openImageDataUrlInNewWindow displaying an empty window in Electron.
17
+ - Dynamically import approximate terrain heights instead of fetching as JSON.
18
+ - Expose iTwin.js Core Version for extensions
19
+ - Fixed interaction between linear elements and planar elements when antialiasing is turned on.
20
+ - Supplied missing 'iModelJs' namespace in some calls to getLocalizedString.
21
+ - Added new getMapFeatureInfo API to Viewport.
22
+ - Simplify RenderMaterial creation by deprecating RenderSystem.createMaterial in favor of RenderSystem.createRenderMaterial.
23
+ - Change the type of ToolAdmin.idleTool from IdleTool to InteractiveTool
24
+ - Add RealityDataError in RealityDataSource API
25
+ - Fully implement the point cloud 3d tile specification.
26
+ - Promote QuantityFormatter from beta to public.
27
+ - Now initializing Unit alternate display labels from UNIT_EXTRA_DATA. Minimal changes to support Units schema retrieval from backend iModels.
28
+ - Functions that fit a view to a volume accept an optional MarginOptions specifying how tightly to fit.
29
+ - Defaulting to the internal BasicUnitsProvider if QuantityFormatter units provider initialization fails.
30
+ - Ensure view attachments referencing section drawings transform the spatial view's clip into sheet coordinates.
31
+ - Switched to more flexible extension api
32
+ - Generalize the concept of a TileUser to include types other than Viewports.
33
+ - Web IPC fix (when reloading frontend).
4
34
 
5
35
  ## 3.0.3
6
36
  Fri, 25 Mar 2022 15:10:02 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "3.2.0-dev.28",
3
+ "version": "3.2.0-dev.29",
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.28",
26
- "@itwin/core-bentley": "^3.2.0-dev.28",
27
- "@itwin/core-common": "^3.2.0-dev.28",
28
- "@itwin/core-geometry": "^3.2.0-dev.28",
29
- "@itwin/core-orbitgt": "^3.2.0-dev.28",
30
- "@itwin/core-quantity": "^3.2.0-dev.28",
31
- "@itwin/webgl-compatibility": "^3.2.0-dev.28"
25
+ "@itwin/appui-abstract": "^3.2.0-dev.29",
26
+ "@itwin/core-bentley": "^3.2.0-dev.29",
27
+ "@itwin/core-common": "^3.2.0-dev.29",
28
+ "@itwin/core-geometry": "^3.2.0-dev.29",
29
+ "@itwin/core-orbitgt": "^3.2.0-dev.29",
30
+ "@itwin/core-quantity": "^3.2.0-dev.29",
31
+ "@itwin/webgl-compatibility": "^3.2.0-dev.29"
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.28",
39
- "@itwin/build-tools": "3.2.0-dev.28",
40
- "@itwin/core-bentley": "3.2.0-dev.28",
41
- "@itwin/core-common": "3.2.0-dev.28",
42
- "@itwin/core-geometry": "3.2.0-dev.28",
43
- "@itwin/core-orbitgt": "3.2.0-dev.28",
44
- "@itwin/core-quantity": "3.2.0-dev.28",
45
- "@itwin/certa": "3.2.0-dev.28",
46
- "@itwin/eslint-plugin": "3.2.0-dev.28",
47
- "@itwin/webgl-compatibility": "3.2.0-dev.28",
38
+ "@itwin/appui-abstract": "3.2.0-dev.29",
39
+ "@itwin/build-tools": "3.2.0-dev.29",
40
+ "@itwin/core-bentley": "3.2.0-dev.29",
41
+ "@itwin/core-common": "3.2.0-dev.29",
42
+ "@itwin/core-geometry": "3.2.0-dev.29",
43
+ "@itwin/core-orbitgt": "3.2.0-dev.29",
44
+ "@itwin/core-quantity": "3.2.0-dev.29",
45
+ "@itwin/certa": "3.2.0-dev.29",
46
+ "@itwin/eslint-plugin": "3.2.0-dev.29",
47
+ "@itwin/webgl-compatibility": "3.2.0-dev.29",
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.28",
77
- "@itwin/core-telemetry": "3.2.0-dev.28",
76
+ "@itwin/core-i18n": "3.2.0-dev.29",
77
+ "@itwin/core-telemetry": "3.2.0-dev.29",
78
78
  "@loaders.gl/core": "^3.1.6",
79
79
  "@loaders.gl/draco": "^3.1.6",
80
80
  "deep-assign": "^2.0.0",