@itwin/presentation-common 5.3.0 → 5.3.2
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 +26 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Nov 2025 23:23:24 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_
|
|
9
|
+
|
|
10
|
+
## 5.3.1
|
|
11
|
+
Thu, 06 Nov 2025 20:29:07 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 5.3.0
|
|
6
16
|
Mon, 03 Nov 2025 19:02:35 GMT
|
|
@@ -9,6 +19,16 @@ Mon, 03 Nov 2025 19:02:35 GMT
|
|
|
9
19
|
|
|
10
20
|
- Added `createContentFormatter` factory function that creates a content formatter for formatting `Content` and its contained `Item` objects.
|
|
11
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
|
+
|
|
12
32
|
## 5.2.4
|
|
13
33
|
Fri, 24 Oct 2025 16:20:38 GMT
|
|
14
34
|
|
|
@@ -149,6 +169,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
149
169
|
- Refactor RPC "pending" response handling to rely on our RPC system rather than custom implementation
|
|
150
170
|
- Change core peer dependencies to strict version.
|
|
151
171
|
|
|
172
|
+
## 4.11.7
|
|
173
|
+
Thu, 13 Nov 2025 20:49:33 GMT
|
|
174
|
+
|
|
175
|
+
_Version update only_
|
|
176
|
+
|
|
152
177
|
## 4.11.6
|
|
153
178
|
Mon, 16 Jun 2025 15:00:15 GMT
|
|
154
179
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
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.3.
|
|
50
|
-
"@itwin/ecschema-metadata": "5.3.
|
|
51
|
-
"@itwin/core-common": "5.3.
|
|
52
|
-
"@itwin/core-quantity": "5.3.
|
|
49
|
+
"@itwin/core-bentley": "5.3.2",
|
|
50
|
+
"@itwin/ecschema-metadata": "5.3.2",
|
|
51
|
+
"@itwin/core-common": "5.3.2",
|
|
52
|
+
"@itwin/core-quantity": "5.3.2"
|
|
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.3.
|
|
85
|
-
"
|
|
86
|
-
"@itwin/
|
|
87
|
-
"@itwin/core-
|
|
88
|
-
"@itwin/core-
|
|
89
|
-
"
|
|
84
|
+
"@itwin/build-tools": "5.3.2",
|
|
85
|
+
"@itwin/core-bentley": "5.3.2",
|
|
86
|
+
"@itwin/ecschema-metadata": "5.3.2",
|
|
87
|
+
"@itwin/core-common": "5.3.2",
|
|
88
|
+
"@itwin/core-quantity": "5.3.2",
|
|
89
|
+
"internal-tools": "3.0.0-dev.69"
|
|
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",
|