@itwin/core-common 4.1.0-dev.11 → 4.1.0-dev.12

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 +28 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Change Log - @itwin/core-common
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 May 2023 15:34:14 GMT and should not be manually modified.
4
+
5
+ ## 4.0.0
6
+ Mon, 22 May 2023 15:34:14 GMT
7
+
8
+ ### Updates
9
+
10
+ - implemented constant lod texture mapping for tiles
11
+ - React to IModelApp.rpcInterfaces and BentleyCloudRpcManager changes.
12
+ - Promote unregisterNamespace to public.
13
+ - Update to eslint@8
14
+ - Added 'schemaLockHeld' to UpgradeOptions
15
+ - Prevent IPC requests from blocking the backend.
16
+ - ECSqlReader is now an AsyncIterableIterator
17
+ - removing dependency on semver
18
+ - Implemented constant lod texture mapping mode.
19
+ - Add interfaces representing 3d tileset schema.
20
+ - add Atmosphere class as a property of Environment
21
+
22
+ ## 3.7.6
23
+ Mon, 15 May 2023 18:23:40 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.7.5
28
+ Thu, 04 May 2023 19:43:18 GMT
29
+
30
+ _Version update only_
4
31
 
5
32
  ## 3.7.4
6
33
  Tue, 25 Apr 2023 17:50:35 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "4.1.0-dev.11",
3
+ "version": "4.1.0-dev.12",
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,8 +28,8 @@
28
28
  "js-base64": "^3.6.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "@itwin/core-bentley": "^4.1.0-dev.11",
32
- "@itwin/core-geometry": "^4.1.0-dev.11"
31
+ "@itwin/core-bentley": "^4.1.0-dev.12",
32
+ "@itwin/core-geometry": "^4.1.0-dev.12"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
@@ -43,9 +43,9 @@
43
43
  "nyc": "^15.1.0",
44
44
  "rimraf": "^3.0.2",
45
45
  "typescript": "~5.0.2",
46
- "@itwin/build-tools": "4.1.0-dev.11",
47
- "@itwin/core-bentley": "4.1.0-dev.11",
48
- "@itwin/core-geometry": "4.1.0-dev.11"
46
+ "@itwin/build-tools": "4.1.0-dev.12",
47
+ "@itwin/core-bentley": "4.1.0-dev.12",
48
+ "@itwin/core-geometry": "4.1.0-dev.12"
49
49
  },
50
50
  "nyc": {
51
51
  "extends": "./node_modules/@itwin/build-tools/.nycrc",