@itwin/core-common 3.3.0-dev.6 → 3.3.0-dev.9

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log - @itwin/core-common
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
+ - Added new additionalTransformPath property to GeodeticDatums
11
+ - Introducing StatusCategory
12
+ - Fix bugs in GeometryStreamIterator in which values for properties like color, transparency, and displayPriority were being ignored.
13
+ - Added "getMassPropertiesPerCandidate" RPC operation to IModelReadRpcInterface which returns mass properties for each candidate separately.
14
+ - Added new grid file format identifier for OSTN02 and OSTN15
15
+ - Add two new rpcinterfaces, hydrateViewState and getCustomViewState3dData
16
+ - Improve edge generation for polyfaces that lack edge visibility information.
17
+ - Add methods to validate ColorDefProps and color strings; fix failure to find duplicate color names.
18
+ - Add support for Web RPC response compression.
19
+ - Add extension API generation
4
20
 
5
21
  ## 3.1.3
6
22
  Fri, 15 Apr 2022 13:49:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "3.3.0-dev.6",
3
+ "version": "3.3.0-dev.9",
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",
@@ -29,14 +29,14 @@
29
29
  "js-base64": "^3.6.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@itwin/core-bentley": "^3.3.0-dev.6",
33
- "@itwin/core-geometry": "^3.3.0-dev.6"
32
+ "@itwin/core-bentley": "^3.3.0-dev.9",
33
+ "@itwin/core-geometry": "^3.3.0-dev.9"
34
34
  },
35
35
  "devDependencies": {
36
- "@itwin/build-tools": "3.3.0-dev.6",
37
- "@itwin/core-bentley": "3.3.0-dev.6",
38
- "@itwin/core-geometry": "3.3.0-dev.6",
39
- "@itwin/eslint-plugin": "3.3.0-dev.6",
36
+ "@itwin/build-tools": "3.3.0-dev.9",
37
+ "@itwin/core-bentley": "3.3.0-dev.9",
38
+ "@itwin/core-geometry": "3.3.0-dev.9",
39
+ "@itwin/eslint-plugin": "3.3.0-dev.9",
40
40
  "@types/chai": "^4.1.4",
41
41
  "@types/flatbuffers": "~1.10.0",
42
42
  "@types/mocha": "^8.2.2",