@itwin/presentation-common 4.11.0-dev.5 → 4.11.0

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 +14 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @itwin/presentation-common
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:48:52 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Apr 2025 15:50:28 GMT and should not be manually modified.
4
+
5
+ ## 4.11.0
6
+ Wed, 16 Apr 2025 15:50:28 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - 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.
11
+
12
+ ### Updates
13
+
14
+ - KeySet: Always store instance key class name in `Schema:Class` format.
15
+ - Fixed enum property values formatting issue, where raw value was used instead of enum's display value.
16
+ - Extend `MultiElementPropertiesRequestOptions` to support specifying input element either through `elementClasses` or `elementIds` arrays.
4
17
 
5
18
  ## 4.10.13
6
19
  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": "4.11.0-dev.5",
3
+ "version": "4.11.0",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^4.11.0-dev.5",
26
- "@itwin/core-common": "^4.11.0-dev.5",
27
- "@itwin/core-quantity": "^4.11.0-dev.5",
28
- "@itwin/ecschema-metadata": "^4.11.0-dev.5"
25
+ "@itwin/core-bentley": "^4.11.0",
26
+ "@itwin/core-common": "^4.11.0",
27
+ "@itwin/core-quantity": "^4.11.0",
28
+ "@itwin/ecschema-metadata": "^4.11.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -61,11 +61,11 @@
61
61
  "typescript": "~5.6.2",
62
62
  "typescript-json-schema": "^0.55.0",
63
63
  "yargs": "^17.4.0",
64
- "@itwin/build-tools": "4.11.0-dev.5",
65
- "@itwin/core-bentley": "4.11.0-dev.5",
66
- "@itwin/core-common": "4.11.0-dev.5",
67
- "@itwin/ecschema-metadata": "4.11.0-dev.5",
68
- "@itwin/core-quantity": "4.11.0-dev.5"
64
+ "@itwin/build-tools": "4.11.0",
65
+ "@itwin/core-bentley": "4.11.0",
66
+ "@itwin/core-quantity": "4.11.0",
67
+ "@itwin/core-common": "4.11.0",
68
+ "@itwin/ecschema-metadata": "4.11.0"
69
69
  },
70
70
  "nyc": {
71
71
  "extends": "./node_modules/@itwin/build-tools/.nycrc"