@itwin/presentation-backend 5.5.0-dev.1 → 5.5.0-dev.4

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 +8 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Thu, 20 Nov 2025 22:31:49 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 02 Dec 2025 23:11:57 GMT and should not be manually modified.
4
+
5
+ ## 5.4.0
6
+ Tue, 02 Dec 2025 21:22:25 GMT
7
+
8
+ ### Updates
9
+
10
+ - Improve performance of `PresentationManager.getElementProperties` overload for multi-element case.
4
11
 
5
12
  ## 5.3.3
6
13
  Thu, 20 Nov 2025 22:30:37 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "5.5.0-dev.1",
3
+ "version": "5.5.0-dev.4",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,12 +36,12 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "peerDependencies": {
39
- "@itwin/core-backend": "5.5.0-dev.1",
40
- "@itwin/core-common": "5.5.0-dev.1",
41
- "@itwin/core-quantity": "5.5.0-dev.1",
42
- "@itwin/core-bentley": "5.5.0-dev.1",
43
- "@itwin/presentation-common": "5.5.0-dev.1",
44
- "@itwin/ecschema-metadata": "5.5.0-dev.1"
39
+ "@itwin/core-bentley": "5.5.0-dev.4",
40
+ "@itwin/core-backend": "5.5.0-dev.4",
41
+ "@itwin/core-common": "5.5.0-dev.4",
42
+ "@itwin/core-quantity": "5.5.0-dev.4",
43
+ "@itwin/presentation-common": "5.5.0-dev.4",
44
+ "@itwin/ecschema-metadata": "5.5.0-dev.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@itwin/eslint-plugin": "5.2.2-dev.2",
@@ -76,14 +76,14 @@
76
76
  "sinon-chai": "^3.7.0",
77
77
  "typemoq": "^2.1.0",
78
78
  "typescript": "~5.6.2",
79
- "@itwin/build-tools": "5.5.0-dev.1",
80
- "@itwin/core-backend": "5.5.0-dev.1",
81
- "@itwin/core-bentley": "5.5.0-dev.1",
82
- "@itwin/core-quantity": "5.5.0-dev.1",
83
- "@itwin/presentation-common": "5.5.0-dev.1",
84
- "@itwin/core-common": "5.5.0-dev.1",
79
+ "@itwin/build-tools": "5.5.0-dev.4",
80
+ "@itwin/core-bentley": "5.5.0-dev.4",
81
+ "@itwin/ecschema-metadata": "5.5.0-dev.4",
82
+ "@itwin/presentation-common": "5.5.0-dev.4",
83
+ "@itwin/core-quantity": "5.5.0-dev.4",
84
+ "@itwin/core-backend": "5.5.0-dev.4",
85
85
  "internal-tools": "3.0.0-dev.69",
86
- "@itwin/ecschema-metadata": "5.5.0-dev.1"
86
+ "@itwin/core-common": "5.5.0-dev.4"
87
87
  },
88
88
  "dependencies": {
89
89
  "@itwin/presentation-shared": "^1.2.1",