@itwin/core-frontend 3.6.0-dev.5 → 3.6.0-dev.8

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 +21 -1
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:37 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added a tolerance parameter to ArcgisUtilities.getZoomLevelsScales
11
+ - Added support for ImageryTileTree with an incomplete tile tree definition (minLOD)
12
+ - Support for reporting progress and cancelling 'BriefcaseConnection.pullChanges'.
13
+ - Added ability to display normal maps
14
+ - Fix for tools that supply hints to override the default AccuDraw origin.
15
+ - Add preliminary alpha support for custom reality data providers.
16
+ - Add IModelConnection.generateElementMeshes.
17
+ - Fix an exception when adding an invalid map layer to a viewport.
18
+ - Fix emphasis and hilite effects applied to point clouds.
19
+ - Add support for customized reality model display.
20
+ - Promote ViewPose-related APIs to public.
21
+ - requestElementGraphics uses relative positions by default to address precision issues with coordinates far from the origin.
22
+ - Add MarginOptions.paddingPercent for a more straightforward way to pad out a viewed volume.
23
+ - Replace inline type definitions in CreateRenderMaterialArgs with named and documented interfaces.
4
24
 
5
25
  ## 3.4.7
6
26
  Wed, 30 Nov 2022 14:28:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "3.6.0-dev.5",
3
+ "version": "3.6.0-dev.8",
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.6.0-dev.5",
26
- "@itwin/core-bentley": "^3.6.0-dev.5",
27
- "@itwin/core-common": "^3.6.0-dev.5",
28
- "@itwin/core-geometry": "^3.6.0-dev.5",
29
- "@itwin/core-orbitgt": "^3.6.0-dev.5",
30
- "@itwin/core-quantity": "^3.6.0-dev.5",
31
- "@itwin/webgl-compatibility": "^3.6.0-dev.5"
25
+ "@itwin/appui-abstract": "^3.6.0-dev.8",
26
+ "@itwin/core-bentley": "^3.6.0-dev.8",
27
+ "@itwin/core-common": "^3.6.0-dev.8",
28
+ "@itwin/core-geometry": "^3.6.0-dev.8",
29
+ "@itwin/core-orbitgt": "^3.6.0-dev.8",
30
+ "@itwin/core-quantity": "^3.6.0-dev.8",
31
+ "@itwin/webgl-compatibility": "^3.6.0-dev.8"
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.6.0-dev.5",
39
- "@itwin/build-tools": "3.6.0-dev.5",
40
- "@itwin/core-bentley": "3.6.0-dev.5",
41
- "@itwin/core-common": "3.6.0-dev.5",
42
- "@itwin/core-geometry": "3.6.0-dev.5",
43
- "@itwin/core-orbitgt": "3.6.0-dev.5",
44
- "@itwin/core-quantity": "3.6.0-dev.5",
45
- "@itwin/certa": "3.6.0-dev.5",
46
- "@itwin/eslint-plugin": "3.6.0-dev.5",
47
- "@itwin/webgl-compatibility": "3.6.0-dev.5",
38
+ "@itwin/appui-abstract": "3.6.0-dev.8",
39
+ "@itwin/build-tools": "3.6.0-dev.8",
40
+ "@itwin/core-bentley": "3.6.0-dev.8",
41
+ "@itwin/core-common": "3.6.0-dev.8",
42
+ "@itwin/core-geometry": "3.6.0-dev.8",
43
+ "@itwin/core-orbitgt": "3.6.0-dev.8",
44
+ "@itwin/core-quantity": "3.6.0-dev.8",
45
+ "@itwin/certa": "3.6.0-dev.8",
46
+ "@itwin/eslint-plugin": "3.6.0-dev.8",
47
+ "@itwin/webgl-compatibility": "3.6.0-dev.8",
48
48
  "@types/chai": "4.3.1",
49
49
  "@types/chai-as-promised": "^7",
50
50
  "@types/deep-assign": "^0.1.0",
@@ -78,16 +78,16 @@
78
78
  "@itwin/object-storage-azure": "~1.4.0",
79
79
  "@itwin/cloud-agnostic-core": "~1.4.0",
80
80
  "@itwin/object-storage-core": "~1.4.0",
81
- "@itwin/core-i18n": "3.6.0-dev.5",
82
- "@itwin/core-telemetry": "3.6.0-dev.5",
81
+ "@itwin/core-i18n": "3.6.0-dev.8",
82
+ "@itwin/core-telemetry": "3.6.0-dev.8",
83
83
  "@loaders.gl/core": "^3.1.6",
84
84
  "@loaders.gl/draco": "^3.1.6",
85
85
  "deep-assign": "^2.0.0",
86
86
  "fuse.js": "^3.3.0",
87
87
  "lodash": "^4.17.10",
88
- "qs": "^6.5.1",
88
+ "qs": "^6.5.3",
89
89
  "semver": "^7.3.5",
90
- "superagent": "7.1.3",
90
+ "superagent": "^7.1.5",
91
91
  "wms-capabilities": "0.4.0",
92
92
  "xml-js": "~1.6.11",
93
93
  "reflect-metadata": "0.1.13"