@itwin/core-frontend 3.5.0-dev.30 → 3.5.0-dev.32

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 +17 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Mon, 17 Oct 2022 20:06:51 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 28 Oct 2022 13:34:58 GMT and should not be manually modified.
4
+
5
+ ## 3.4.3
6
+ Fri, 28 Oct 2022 13:34:58 GMT
7
+
8
+ ### Updates
9
+
10
+ - ArcGIS tilemap requests were missing oauth2 token if available.
11
+ - Reproject reality tiles to the surface of the Earth.
12
+
13
+ ## 3.4.2
14
+ Mon, 24 Oct 2022 13:23:45 GMT
15
+
16
+ ### Updates
17
+
18
+ - Add functions to obtain the extents of geometric models asynchronously on the backend.
19
+ - Fall back to requesting a tile from the backend when a request to cloud storage throws a 404 error.
4
20
 
5
21
  ## 3.4.1
6
22
  Mon, 17 Oct 2022 20:06:51 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "3.5.0-dev.30",
3
+ "version": "3.5.0-dev.32",
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.5.0-dev.30",
26
- "@itwin/core-bentley": "^3.5.0-dev.30",
27
- "@itwin/core-common": "^3.5.0-dev.30",
28
- "@itwin/core-geometry": "^3.5.0-dev.30",
29
- "@itwin/core-orbitgt": "^3.5.0-dev.30",
30
- "@itwin/core-quantity": "^3.5.0-dev.30",
31
- "@itwin/webgl-compatibility": "^3.5.0-dev.30"
25
+ "@itwin/appui-abstract": "^3.5.0-dev.32",
26
+ "@itwin/core-bentley": "^3.5.0-dev.32",
27
+ "@itwin/core-common": "^3.5.0-dev.32",
28
+ "@itwin/core-geometry": "^3.5.0-dev.32",
29
+ "@itwin/core-orbitgt": "^3.5.0-dev.32",
30
+ "@itwin/core-quantity": "^3.5.0-dev.32",
31
+ "@itwin/webgl-compatibility": "^3.5.0-dev.32"
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.5.0-dev.30",
39
- "@itwin/build-tools": "3.5.0-dev.30",
40
- "@itwin/core-bentley": "3.5.0-dev.30",
41
- "@itwin/core-common": "3.5.0-dev.30",
42
- "@itwin/core-geometry": "3.5.0-dev.30",
43
- "@itwin/core-orbitgt": "3.5.0-dev.30",
44
- "@itwin/core-quantity": "3.5.0-dev.30",
45
- "@itwin/certa": "3.5.0-dev.30",
46
- "@itwin/eslint-plugin": "3.5.0-dev.30",
47
- "@itwin/webgl-compatibility": "3.5.0-dev.30",
38
+ "@itwin/appui-abstract": "3.5.0-dev.32",
39
+ "@itwin/build-tools": "3.5.0-dev.32",
40
+ "@itwin/core-bentley": "3.5.0-dev.32",
41
+ "@itwin/core-common": "3.5.0-dev.32",
42
+ "@itwin/core-geometry": "3.5.0-dev.32",
43
+ "@itwin/core-orbitgt": "3.5.0-dev.32",
44
+ "@itwin/core-quantity": "3.5.0-dev.32",
45
+ "@itwin/certa": "3.5.0-dev.32",
46
+ "@itwin/eslint-plugin": "3.5.0-dev.32",
47
+ "@itwin/webgl-compatibility": "3.5.0-dev.32",
48
48
  "@types/chai": "4.3.1",
49
49
  "@types/chai-as-promised": "^7",
50
50
  "@types/deep-assign": "^0.1.0",
@@ -76,8 +76,8 @@
76
76
  "@itwin/object-storage-azure": "~1.4.0",
77
77
  "@itwin/cloud-agnostic-core": "~1.4.0",
78
78
  "@itwin/object-storage-core": "~1.4.0",
79
- "@itwin/core-i18n": "3.5.0-dev.30",
80
- "@itwin/core-telemetry": "3.5.0-dev.30",
79
+ "@itwin/core-i18n": "3.5.0-dev.32",
80
+ "@itwin/core-telemetry": "3.5.0-dev.32",
81
81
  "@loaders.gl/core": "^3.1.6",
82
82
  "@loaders.gl/draco": "^3.1.6",
83
83
  "deep-assign": "^2.0.0",