@itwin/core-common 3.6.0-dev.3 → 3.6.0-dev.7

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 +20 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # Change Log - @itwin/core-common
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:36 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:36 GMT
7
+
8
+ ### Updates
9
+
10
+ - update RenderScheduleScript.discloseIds to use EntityReferences
11
+ - add setTimeout override
12
+ - add setTimeout override
13
+ - Removing node (runtime) dependencies from core-common
14
+ - Deprecate Localization.getLocalizedStringWithNamespace
15
+ - Update TypeOfChange with Parent changes
16
+ - Support for reporting progress and cancelling 'pullChanges' in IpcApp.
17
+ - Added ability to display normal maps
18
+ - Reject an EcefLocation with an origin at the center of the Earth.
19
+ - Add Rpc method for obtaining meshes from elements.
20
+ - Add RealityModelDisplaySettings for customization of reality model display.
21
+ - Avoid raising ViewDetails.onClipVectorChanged if the clip did not actually change.
22
+ - Add GraphicsRequestProps.useAbsolutePositions to address precision issues with coordinates far from the origin.
4
23
 
5
24
  ## 3.4.7
6
25
  Wed, 30 Nov 2022 14:28:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "3.6.0-dev.3",
3
+ "version": "3.6.0-dev.7",
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",
@@ -28,14 +28,14 @@
28
28
  "js-base64": "^3.6.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "@itwin/core-bentley": "^3.6.0-dev.3",
32
- "@itwin/core-geometry": "^3.6.0-dev.3"
31
+ "@itwin/core-bentley": "^3.6.0-dev.7",
32
+ "@itwin/core-geometry": "^3.6.0-dev.7"
33
33
  },
34
34
  "devDependencies": {
35
- "@itwin/build-tools": "3.6.0-dev.3",
36
- "@itwin/core-bentley": "3.6.0-dev.3",
37
- "@itwin/core-geometry": "3.6.0-dev.3",
38
- "@itwin/eslint-plugin": "3.6.0-dev.3",
35
+ "@itwin/build-tools": "3.6.0-dev.7",
36
+ "@itwin/core-bentley": "3.6.0-dev.7",
37
+ "@itwin/core-geometry": "3.6.0-dev.7",
38
+ "@itwin/eslint-plugin": "3.6.0-dev.7",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/flatbuffers": "~1.10.0",
41
41
  "@types/mocha": "^8.2.2",