@itwin/presentation-common 4.5.0-dev.37 → 4.5.0-dev.38
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 +6 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 22 Mar 2024 13:32:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
## 4.4.7
|
|
6
6
|
Fri, 15 Mar 2024 19:15:14 GMT
|
|
@@ -49,6 +49,11 @@ Mon, 12 Feb 2024 18:15:58 GMT
|
|
|
49
49
|
- Add formatting for kind of quantity point properties.
|
|
50
50
|
- Add support for default formats in `KoqPropertyValueFormatter`.
|
|
51
51
|
|
|
52
|
+
## 4.3.4
|
|
53
|
+
Fri, 22 Mar 2024 13:30:31 GMT
|
|
54
|
+
|
|
55
|
+
_Version update only_
|
|
56
|
+
|
|
52
57
|
## 4.3.3
|
|
53
58
|
Wed, 03 Jan 2024 19:28:38 GMT
|
|
54
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "4.5.0-dev.
|
|
3
|
+
"version": "4.5.0-dev.38",
|
|
4
4
|
"description": "Common pieces for iModel.js presentation packages",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"module": "lib/esm/presentation-common.js",
|
|
23
23
|
"typings": "lib/cjs/presentation-common",
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "^4.5.0-dev.
|
|
26
|
-
"@itwin/core-common": "^4.5.0-dev.
|
|
27
|
-
"@itwin/core-quantity": "^4.5.0-dev.
|
|
28
|
-
"@itwin/ecschema-metadata": "^4.5.0-dev.
|
|
25
|
+
"@itwin/core-bentley": "^4.5.0-dev.38",
|
|
26
|
+
"@itwin/core-common": "^4.5.0-dev.38",
|
|
27
|
+
"@itwin/core-quantity": "^4.5.0-dev.38",
|
|
28
|
+
"@itwin/ecschema-metadata": "^4.5.0-dev.38"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"typescript": "~5.0.2",
|
|
61
61
|
"typescript-json-schema": "^0.55.0",
|
|
62
62
|
"yargs": "^17.4.0",
|
|
63
|
-
"@itwin/
|
|
64
|
-
"@itwin/
|
|
65
|
-
"@itwin/core-
|
|
66
|
-
"@itwin/core-
|
|
67
|
-
"@itwin/
|
|
63
|
+
"@itwin/ecschema-metadata": "4.5.0-dev.38",
|
|
64
|
+
"@itwin/build-tools": "4.5.0-dev.38",
|
|
65
|
+
"@itwin/core-bentley": "4.5.0-dev.38",
|
|
66
|
+
"@itwin/core-common": "4.5.0-dev.38",
|
|
67
|
+
"@itwin/core-quantity": "4.5.0-dev.38"
|
|
68
68
|
},
|
|
69
69
|
"nyc": {
|
|
70
70
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|