@itwin/presentation-backend 5.8.0-dev.5 → 5.8.0-dev.8

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 +11 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 18:22:47 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Mar 2026 22:12:12 GMT and should not be manually modified.
4
+
5
+ ## 5.7.1
6
+ Mon, 09 Mar 2026 14:41:48 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.7.0
6
11
  Tue, 03 Mar 2026 18:21:20 GMT
@@ -9,6 +14,11 @@ Tue, 03 Mar 2026 18:21:20 GMT
9
14
 
10
15
  - Add `fieldsSelector` prop to `PresentationManager.getElementProperties` to allow including / excluding specific properties from the result. Reducing the amount of loaded properties can drastically improve performance, when the total number of properties is large.
11
16
 
17
+ ## 5.6.3
18
+ Mon, 09 Mar 2026 22:09:11 GMT
19
+
20
+ _Version update only_
21
+
12
22
  ## 5.6.2
13
23
  Thu, 26 Feb 2026 22:14:46 GMT
14
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "5.8.0-dev.5",
3
+ "version": "5.8.0-dev.8",
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.8.0-dev.5",
40
- "@itwin/ecschema-metadata": "5.8.0-dev.5",
41
- "@itwin/core-common": "5.8.0-dev.5",
42
- "@itwin/presentation-common": "5.8.0-dev.5",
43
- "@itwin/core-bentley": "5.8.0-dev.5",
44
- "@itwin/core-quantity": "5.8.0-dev.5"
39
+ "@itwin/core-backend": "5.8.0-dev.8",
40
+ "@itwin/core-bentley": "5.8.0-dev.8",
41
+ "@itwin/core-common": "5.8.0-dev.8",
42
+ "@itwin/core-quantity": "5.8.0-dev.8",
43
+ "@itwin/ecschema-metadata": "5.8.0-dev.8",
44
+ "@itwin/presentation-common": "5.8.0-dev.8"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@itwin/eslint-plugin": "^6.0.0",
@@ -75,14 +75,14 @@
75
75
  "sinon": "^17.0.2",
76
76
  "sinon-chai": "^3.7.0",
77
77
  "typescript": "~5.6.2",
78
- "@itwin/core-quantity": "5.8.0-dev.5",
79
- "@itwin/build-tools": "5.8.0-dev.5",
80
- "@itwin/presentation-common": "5.8.0-dev.5",
81
- "@itwin/core-common": "5.8.0-dev.5",
82
- "@itwin/core-backend": "5.8.0-dev.5",
83
- "@itwin/core-bentley": "5.8.0-dev.5",
78
+ "@itwin/build-tools": "5.8.0-dev.8",
79
+ "@itwin/core-backend": "5.8.0-dev.8",
80
+ "@itwin/ecschema-metadata": "5.8.0-dev.8",
81
+ "@itwin/presentation-common": "5.8.0-dev.8",
82
+ "@itwin/core-common": "5.8.0-dev.8",
84
83
  "internal-tools": "3.0.0-dev.69",
85
- "@itwin/ecschema-metadata": "5.8.0-dev.5"
84
+ "@itwin/core-bentley": "5.8.0-dev.8",
85
+ "@itwin/core-quantity": "5.8.0-dev.8"
86
86
  },
87
87
  "dependencies": {
88
88
  "@itwin/presentation-shared": "^1.2.1",