@itwin/presentation-common 5.3.0-dev.7 → 5.3.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.
- package/CHANGELOG.md +11 -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, 02 Oct 2025 14:56:13 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.2.0
|
|
6
|
+
Wed, 01 Oct 2025 20:22:54 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Fixed content formatting failure when struct property value has members with `undefined` value.
|
|
11
|
+
- Deprecated hierarchies-related APIs
|
|
12
|
+
- Fix `ContentTraverser` droping metadata available for struct member properties.
|
|
13
|
+
- Add ability to override format used by `FormatterSpec`/`ParserSpec` created by `KoqPropertyValueFormatter`.
|
|
4
14
|
|
|
5
15
|
## 5.1.9
|
|
6
16
|
Wed, 24 Sep 2025 17:38:08 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "5.3.0-dev.
|
|
3
|
+
"version": "5.3.0-dev.8",
|
|
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.0-dev.
|
|
50
|
-
"@itwin/core-common": "5.3.0-dev.
|
|
51
|
-
"@itwin/
|
|
52
|
-
"@itwin/
|
|
49
|
+
"@itwin/core-bentley": "5.3.0-dev.8",
|
|
50
|
+
"@itwin/core-common": "5.3.0-dev.8",
|
|
51
|
+
"@itwin/ecschema-metadata": "5.3.0-dev.8",
|
|
52
|
+
"@itwin/core-quantity": "5.3.0-dev.8"
|
|
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.0-dev.
|
|
85
|
-
"@itwin/core-
|
|
86
|
-
"@itwin/core-
|
|
87
|
-
"@itwin/ecschema-metadata": "5.3.0-dev.
|
|
88
|
-
"
|
|
89
|
-
"
|
|
84
|
+
"@itwin/build-tools": "5.3.0-dev.8",
|
|
85
|
+
"@itwin/core-common": "5.3.0-dev.8",
|
|
86
|
+
"@itwin/core-bentley": "5.3.0-dev.8",
|
|
87
|
+
"@itwin/ecschema-metadata": "5.3.0-dev.8",
|
|
88
|
+
"internal-tools": "3.0.0-dev.69",
|
|
89
|
+
"@itwin/core-quantity": "5.3.0-dev.8"
|
|
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",
|