@itwin/presentation-common 3.7.0-dev.2 → 3.7.0-dev.3
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 +12 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.2
|
|
6
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.6.1
|
|
11
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 3.6.0
|
|
6
16
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -244,7 +254,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
|
|
|
244
254
|
- Optimize `KeySetJSON` size by compressing instance IDs.
|
|
245
255
|
- Remove `PresentationRpcInterface.loadHierarchy`.
|
|
246
256
|
- The `condition` attribute should be defined on both `ChildNodeRule` and `RootNodeRule`.
|
|
247
|
-
- Added `ignoreCategories` parameter in `createFieldHierarchies` function for adding all of the nested properties to parent field's child fields without considering categories.
|
|
257
|
+
- Added `ignoreCategories` parameter in `createFieldHierarchies` function for adding all of the nested properties to parent field's child fields without considering categories.
|
|
248
258
|
- Removed `PresentationUnitSystem` in favor of `UnitSystemKey` from `@itwin/core-quantity`.
|
|
249
259
|
- remove ClientRequestContext.current
|
|
250
260
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "3.7.0-dev.
|
|
3
|
+
"version": "3.7.0-dev.3",
|
|
4
4
|
"description": "Common pieces for iModel.js presentation packages",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"module": "lib/esm/presentation-common.js",
|
|
22
22
|
"typings": "lib/cjs/presentation-common",
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-bentley": "^3.7.0-dev.
|
|
25
|
-
"@itwin/core-common": "^3.7.0-dev.
|
|
26
|
-
"@itwin/core-quantity": "^3.7.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^3.7.0-dev.3",
|
|
25
|
+
"@itwin/core-common": "^3.7.0-dev.3",
|
|
26
|
+
"@itwin/core-quantity": "^3.7.0-dev.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@itwin/build-tools": "3.7.0-dev.
|
|
30
|
-
"@itwin/core-bentley": "3.7.0-dev.
|
|
31
|
-
"@itwin/core-common": "3.7.0-dev.
|
|
32
|
-
"@itwin/core-quantity": "3.7.0-dev.
|
|
33
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
|
29
|
+
"@itwin/build-tools": "3.7.0-dev.3",
|
|
30
|
+
"@itwin/core-bentley": "3.7.0-dev.3",
|
|
31
|
+
"@itwin/core-common": "3.7.0-dev.3",
|
|
32
|
+
"@itwin/core-quantity": "3.7.0-dev.3",
|
|
33
|
+
"@itwin/eslint-plugin": "3.7.0-dev.3",
|
|
34
34
|
"@types/chai": "4.3.1",
|
|
35
35
|
"@types/chai-as-promised": "^7",
|
|
36
36
|
"@types/chai-jest-snapshot": "^1.3.0",
|