@itwin/core-common 3.5.0-dev.14 → 3.5.0-dev.18
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.
- package/CHANGELOG.md +19 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# Change Log - @itwin/core-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.4.0
|
|
6
|
+
Thu, 13 Oct 2022 20:24:47 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Improve ambient occlusion effect by decreasing the size of shadows for more distant geometry, increasing the default maximum distance of the effect to 10,000 meters, and fading the effect as it approaches maximum distance.
|
|
11
|
+
- Deprecated CloudStorage in favor of TileStorage + iTwin/object-storage
|
|
12
|
+
- added "onlyBaseProperties" to ElementLoadOptions to limit properties to only those in ElementProps, not subclasses
|
|
13
|
+
- Remove renderer-specific logic in Gradient.Symb.getImage
|
|
14
|
+
- Rename LocalizationOptions interface to TranslationOptions and export it
|
|
15
|
+
- lock down @types/semver to 7.3.10
|
|
16
|
+
- deprecate categoryIds from the hydrateViewState request and response props
|
|
17
|
+
- add 408,429, and consider 408,429, and 500 transient fault
|
|
18
|
+
- Updated Node types declaration to support latest v16
|
|
19
|
+
- Reject an iModel's EcefLocation with an origin at the center of the Earth.
|
|
20
|
+
- Add types and utilies for working with buffers of quantized points.
|
|
21
|
+
- ModelProps.parentModel doc change
|
|
4
22
|
|
|
5
23
|
## 3.3.5
|
|
6
24
|
Tue, 27 Sep 2022 11:50:59 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-common",
|
|
3
|
-
"version": "3.5.0-dev.
|
|
3
|
+
"version": "3.5.0-dev.18",
|
|
4
4
|
"description": "iTwin.js components common to frontend and backend",
|
|
5
5
|
"main": "lib/cjs/core-common.js",
|
|
6
6
|
"module": "lib/esm/core-common.js",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"js-base64": "^3.6.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@itwin/core-bentley": "^3.5.0-dev.
|
|
34
|
-
"@itwin/core-geometry": "^3.5.0-dev.
|
|
33
|
+
"@itwin/core-bentley": "^3.5.0-dev.18",
|
|
34
|
+
"@itwin/core-geometry": "^3.5.0-dev.18"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@itwin/build-tools": "3.5.0-dev.
|
|
38
|
-
"@itwin/core-bentley": "3.5.0-dev.
|
|
39
|
-
"@itwin/core-geometry": "3.5.0-dev.
|
|
40
|
-
"@itwin/eslint-plugin": "3.5.0-dev.
|
|
37
|
+
"@itwin/build-tools": "3.5.0-dev.18",
|
|
38
|
+
"@itwin/core-bentley": "3.5.0-dev.18",
|
|
39
|
+
"@itwin/core-geometry": "3.5.0-dev.18",
|
|
40
|
+
"@itwin/eslint-plugin": "3.5.0-dev.18",
|
|
41
41
|
"@types/chai": "4.3.1",
|
|
42
42
|
"@types/flatbuffers": "~1.10.0",
|
|
43
43
|
"@types/mocha": "^8.2.2",
|