@itwin/presentation-common 5.12.0-dev.8 → 5.12.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.
- package/CHANGELOG.md +20 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 03 Aug 2026 12:25:50 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.12.0
|
|
6
|
+
Mon, 03 Aug 2026 12:25:50 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Content traversal (`createContentTraverser`, `traverseContent`, `traverseContentItem`) now supports content retrieved with `omitFormattedValues: true`, correctly traversing array and struct properties even when display values are not present.
|
|
11
|
+
|
|
12
|
+
## 5.11.3
|
|
13
|
+
Wed, 15 Jul 2026 19:40:44 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
16
|
+
|
|
17
|
+
## 5.11.2
|
|
18
|
+
Fri, 10 Jul 2026 12:20:31 GMT
|
|
19
|
+
|
|
20
|
+
### Updates
|
|
21
|
+
|
|
22
|
+
- Content traversal (`createContentTraverser`, `traverseContent`, `traverseContentItem`) now supports content retrieved with `omitFormattedValues: true`, correctly traversing array and struct properties even when display values are not present.
|
|
4
23
|
|
|
5
24
|
## 5.11.1
|
|
6
25
|
Wed, 08 Jul 2026 19:03:46 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "5.12.0
|
|
3
|
+
"version": "5.12.0",
|
|
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.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "5.12.0
|
|
50
|
-
"@itwin/core-
|
|
51
|
-
"@itwin/core-
|
|
52
|
-
"@itwin/ecschema-metadata": "5.12.0
|
|
49
|
+
"@itwin/core-bentley": "5.12.0",
|
|
50
|
+
"@itwin/core-common": "5.12.0",
|
|
51
|
+
"@itwin/core-quantity": "5.12.0",
|
|
52
|
+
"@itwin/ecschema-metadata": "5.12.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@itwin/eslint-plugin": "^6.0.0",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
"typescript": "~5.6.2",
|
|
81
81
|
"typescript-json-schema": "^0.67.4",
|
|
82
82
|
"yargs": "^17.4.0",
|
|
83
|
-
"@itwin/build-tools": "5.12.0
|
|
84
|
-
"@itwin/core-
|
|
83
|
+
"@itwin/build-tools": "5.12.0",
|
|
84
|
+
"@itwin/core-common": "5.12.0",
|
|
85
|
+
"@itwin/core-bentley": "5.12.0",
|
|
86
|
+
"@itwin/ecschema-metadata": "5.12.0",
|
|
85
87
|
"internal-tools": "3.0.0-dev.69",
|
|
86
|
-
"@itwin/core-quantity": "5.12.0
|
|
87
|
-
"@itwin/ecschema-metadata": "5.12.0-dev.8",
|
|
88
|
-
"@itwin/core-common": "5.12.0-dev.8"
|
|
88
|
+
"@itwin/core-quantity": "5.12.0"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"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",
|