@itwin/core-common 4.0.0-dev.10 → 4.0.0-dev.11
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 +14 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/core-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:39 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- add optional CodeSpecProperties.scopeSpec.relationship member
|
|
11
|
+
- Added 'schemaLockHeld' to UpgradeOptions
|
|
12
|
+
- Make EmptyLocalization.getLocalizedString more closely emulate what i18next's translation function would return
|
|
13
|
+
- Promote AuthorizationClient and FrustumPlanes to public.
|
|
14
|
+
- Add support for materials with normal maps
|
|
15
|
+
- Marked public RPC types as deprecated in preparation for refactor (or removal) on 5.0.
|
|
16
|
+
- Fix documentation of ExternalSourceAspectProps.jsonProperties. It must be a string.
|
|
4
17
|
|
|
5
18
|
## 3.5.5
|
|
6
19
|
Thu, 26 Jan 2023 22:53:27 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-common",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.11",
|
|
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": "^4.0.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
31
|
+
"@itwin/core-bentley": "^4.0.0-dev.11",
|
|
32
|
+
"@itwin/core-geometry": "^4.0.0-dev.11"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
36
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
37
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
38
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
35
|
+
"@itwin/build-tools": "4.0.0-dev.11",
|
|
36
|
+
"@itwin/core-bentley": "4.0.0-dev.11",
|
|
37
|
+
"@itwin/core-geometry": "4.0.0-dev.11",
|
|
38
|
+
"@itwin/eslint-plugin": "4.0.0-dev.11",
|
|
39
39
|
"@types/chai": "4.3.1",
|
|
40
40
|
"@types/flatbuffers": "~1.10.0",
|
|
41
41
|
"@types/mocha": "^8.2.2",
|