@itwin/core-common 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 +13 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/core-common
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
+ - Add support for map layers using model geometry.
11
+ - Deprecate IModelReadRpcInterface.getViewThumbnail
12
+ - Deprecate RenderMaterial.Params in favor of CreateRenderMaterialArgs (core-frontend).
13
+ - Remove IModelDb.elementGeometryUpdate.
14
+ - ElementGeometryBuilderParams
15
+ - Web IPC fix (when reloading frontend).
4
16
 
5
17
  ## 3.0.3
6
18
  Fri, 25 Mar 2022 15:10:02 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "3.2.0-dev.28",
3
+ "version": "3.2.0-dev.29",
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.2.0-dev.28",
33
- "@itwin/core-geometry": "^3.2.0-dev.28"
32
+ "@itwin/core-bentley": "^3.2.0-dev.29",
33
+ "@itwin/core-geometry": "^3.2.0-dev.29"
34
34
  },
35
35
  "devDependencies": {
36
- "@itwin/build-tools": "3.2.0-dev.28",
37
- "@itwin/core-bentley": "3.2.0-dev.28",
38
- "@itwin/core-geometry": "3.2.0-dev.28",
39
- "@itwin/eslint-plugin": "3.2.0-dev.28",
36
+ "@itwin/build-tools": "3.2.0-dev.29",
37
+ "@itwin/core-bentley": "3.2.0-dev.29",
38
+ "@itwin/core-geometry": "3.2.0-dev.29",
39
+ "@itwin/eslint-plugin": "3.2.0-dev.29",
40
40
  "@types/chai": "^4.1.4",
41
41
  "@types/flatbuffers": "~1.10.0",
42
42
  "@types/mocha": "^8.2.2",