@itwin/presentation-common 5.4.0-dev.10 → 5.4.0-dev.12
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 +21 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 13 Nov 2025 23:24:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.3.2
|
|
6
|
+
Thu, 13 Nov 2025 23:23:24 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.3.1
|
|
6
11
|
Thu, 06 Nov 2025 20:29:07 GMT
|
|
@@ -14,6 +19,16 @@ Mon, 03 Nov 2025 19:02:35 GMT
|
|
|
14
19
|
|
|
15
20
|
- Added `createContentFormatter` factory function that creates a content formatter for formatting `Content` and its contained `Item` objects.
|
|
16
21
|
|
|
22
|
+
## 5.2.6
|
|
23
|
+
Thu, 13 Nov 2025 21:13:51 GMT
|
|
24
|
+
|
|
25
|
+
_Version update only_
|
|
26
|
+
|
|
27
|
+
## 5.2.5
|
|
28
|
+
Thu, 13 Nov 2025 07:45:15 GMT
|
|
29
|
+
|
|
30
|
+
_Version update only_
|
|
31
|
+
|
|
17
32
|
## 5.2.4
|
|
18
33
|
Fri, 24 Oct 2025 16:20:38 GMT
|
|
19
34
|
|
|
@@ -154,6 +169,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
154
169
|
- Refactor RPC "pending" response handling to rely on our RPC system rather than custom implementation
|
|
155
170
|
- Change core peer dependencies to strict version.
|
|
156
171
|
|
|
172
|
+
## 4.11.7
|
|
173
|
+
Thu, 13 Nov 2025 20:49:33 GMT
|
|
174
|
+
|
|
175
|
+
_Version update only_
|
|
176
|
+
|
|
157
177
|
## 4.11.6
|
|
158
178
|
Mon, 16 Jun 2025 15:00:15 GMT
|
|
159
179
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "5.4.0-dev.
|
|
3
|
+
"version": "5.4.0-dev.12",
|
|
4
4
|
"description": "Common pieces for iModel.js presentation packages",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@itwin/presentation-shared": "^1.2.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "5.4.0-dev.
|
|
50
|
-
"@itwin/
|
|
51
|
-
"@itwin/core-quantity": "5.4.0-dev.
|
|
52
|
-
"@itwin/
|
|
49
|
+
"@itwin/core-bentley": "5.4.0-dev.12",
|
|
50
|
+
"@itwin/core-common": "5.4.0-dev.12",
|
|
51
|
+
"@itwin/core-quantity": "5.4.0-dev.12",
|
|
52
|
+
"@itwin/ecschema-metadata": "5.4.0-dev.12"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@itwin/eslint-plugin": "5.2.2-dev.2",
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
"typescript": "~5.6.2",
|
|
82
82
|
"typescript-json-schema": "^0.55.0",
|
|
83
83
|
"yargs": "^17.4.0",
|
|
84
|
-
"@itwin/build-tools": "5.4.0-dev.
|
|
85
|
-
"@itwin/core-
|
|
86
|
-
"@itwin/
|
|
84
|
+
"@itwin/build-tools": "5.4.0-dev.12",
|
|
85
|
+
"@itwin/core-bentley": "5.4.0-dev.12",
|
|
86
|
+
"@itwin/ecschema-metadata": "5.4.0-dev.12",
|
|
87
|
+
"@itwin/core-quantity": "5.4.0-dev.12",
|
|
87
88
|
"internal-tools": "3.0.0-dev.69",
|
|
88
|
-
"@itwin/core-
|
|
89
|
-
"@itwin/ecschema-metadata": "5.4.0-dev.10"
|
|
89
|
+
"@itwin/core-common": "5.4.0-dev.12"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"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",
|