@itwin/presentation-common 5.1.0-dev.5 → 5.1.0-dev.9
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 +19 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 30 Apr 2025 13:16:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.11.1
|
|
6
|
+
Wed, 30 Apr 2025 13:13:21 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.11.0
|
|
11
|
+
Wed, 16 Apr 2025 15:50:28 GMT
|
|
12
|
+
|
|
13
|
+
### Minor changes
|
|
14
|
+
|
|
15
|
+
- All public methods of `PresentationRpcInterface` have been deprecated. Going forward, RPC interfaces should not be called directly. Public wrappers such as `PresentationManager` should be used instead.
|
|
16
|
+
|
|
17
|
+
### Updates
|
|
18
|
+
|
|
19
|
+
- KeySet: Always store instance key class name in `Schema:Class` format.
|
|
20
|
+
- Fixed enum property values formatting issue, where raw value was used instead of enum's display value.
|
|
21
|
+
- Extend `MultiElementPropertiesRequestOptions` to support specifying input element either through `elementClasses` or `elementIds` arrays.
|
|
4
22
|
|
|
5
23
|
## 4.10.13
|
|
6
24
|
Thu, 10 Apr 2025 17:47:21 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "5.1.0-dev.
|
|
3
|
+
"version": "5.1.0-dev.9",
|
|
4
4
|
"description": "Common pieces for iModel.js presentation packages",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"./package.json": "./package.json"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@itwin/core-
|
|
46
|
-
"@itwin/core-bentley": "5.1.0-dev.
|
|
47
|
-
"@itwin/core-
|
|
48
|
-
"@itwin/ecschema-metadata": "5.1.0-dev.
|
|
45
|
+
"@itwin/core-common": "5.1.0-dev.9",
|
|
46
|
+
"@itwin/core-bentley": "5.1.0-dev.9",
|
|
47
|
+
"@itwin/core-quantity": "5.1.0-dev.9",
|
|
48
|
+
"@itwin/ecschema-metadata": "5.1.0-dev.9"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"typescript": "~5.6.2",
|
|
78
78
|
"typescript-json-schema": "^0.55.0",
|
|
79
79
|
"yargs": "^17.4.0",
|
|
80
|
-
"@itwin/build-tools": "5.1.0-dev.
|
|
81
|
-
"@itwin/core-bentley": "5.1.0-dev.5",
|
|
82
|
-
"@itwin/core-quantity": "5.1.0-dev.5",
|
|
80
|
+
"@itwin/build-tools": "5.1.0-dev.9",
|
|
83
81
|
"internal-tools": "3.0.0-dev.69",
|
|
84
|
-
"@itwin/core-
|
|
85
|
-
"@itwin/
|
|
82
|
+
"@itwin/core-quantity": "5.1.0-dev.9",
|
|
83
|
+
"@itwin/core-bentley": "5.1.0-dev.9",
|
|
84
|
+
"@itwin/ecschema-metadata": "5.1.0-dev.9",
|
|
85
|
+
"@itwin/core-common": "5.1.0-dev.9"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"build": "npm run -s ruleset-json-schema && npm run -s build:assets && npm run -s build:public && npm run -s build:cjs && npm run -s build:esm",
|