@itwin/presentation-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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:40 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- API promotions
|
|
11
|
+
- Deprecate a number of `{api_name}JSON` interfaces in favor of sibling `{api_name}` interface
|
|
12
|
+
- Take `InstanceFilterDefinition` instead of pure string ECExpression for hierarchy level filter
|
|
13
|
+
- Allow specifying enum values in presentation rules as strings
|
|
14
|
+
- Add APIs to get hierarchy level descriptor
|
|
15
|
+
- Introduce unfilterable nodes and hierarchy levels
|
|
16
|
+
- React to RPC deprecations.
|
|
4
17
|
|
|
5
18
|
## 3.5.5
|
|
6
19
|
Thu, 26 Jan 2023 22:53:28 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.11",
|
|
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": "^4.0.0-dev.
|
|
25
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^4.0.0-dev.11",
|
|
25
|
+
"@itwin/core-common": "^4.0.0-dev.11",
|
|
26
|
+
"@itwin/core-quantity": "^4.0.0-dev.11"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
30
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
31
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
32
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
33
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
29
|
+
"@itwin/build-tools": "4.0.0-dev.11",
|
|
30
|
+
"@itwin/core-bentley": "4.0.0-dev.11",
|
|
31
|
+
"@itwin/core-common": "4.0.0-dev.11",
|
|
32
|
+
"@itwin/core-quantity": "4.0.0-dev.11",
|
|
33
|
+
"@itwin/eslint-plugin": "4.0.0-dev.11",
|
|
34
34
|
"@types/chai": "4.3.1",
|
|
35
35
|
"@types/chai-as-promised": "^7",
|
|
36
36
|
"@types/chai-jest-snapshot": "^1.3.0",
|