@itwin/presentation-frontend 5.1.0-dev.5 → 5.1.0-dev.9
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 +14 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 30 Apr 2025 13:16:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.11.1
|
|
6
|
+
Wed, 30 Apr 2025 13:13:21 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.11.0
|
|
11
|
+
Wed, 16 Apr 2025 15:50:28 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Bumped `@itwin/unified-selection` version.
|
|
16
|
+
- Fix selection changes not being handled when using multiple connections to the same iModel
|
|
4
17
|
|
|
5
18
|
## 4.10.13
|
|
6
19
|
Thu, 10 Apr 2025 17:47:21 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "5.1.0-dev.
|
|
3
|
+
"version": "5.1.0-dev.9",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"rxjs-for-await": "^1.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@itwin/core-bentley": "5.1.0-dev.
|
|
40
|
-
"@itwin/core-
|
|
41
|
-
"@itwin/
|
|
42
|
-
"@itwin/
|
|
43
|
-
"@itwin/core-quantity": "5.1.0-dev.
|
|
44
|
-
"@itwin/presentation-common": "5.1.0-dev.
|
|
39
|
+
"@itwin/core-bentley": "5.1.0-dev.9",
|
|
40
|
+
"@itwin/core-common": "5.1.0-dev.9",
|
|
41
|
+
"@itwin/core-frontend": "5.1.0-dev.9",
|
|
42
|
+
"@itwin/ecschema-metadata": "5.1.0-dev.9",
|
|
43
|
+
"@itwin/core-quantity": "5.1.0-dev.9",
|
|
44
|
+
"@itwin/presentation-common": "5.1.0-dev.9"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -71,15 +71,15 @@
|
|
|
71
71
|
"sinon-chai": "^3.7.0",
|
|
72
72
|
"typemoq": "^2.1.0",
|
|
73
73
|
"typescript": "~5.6.2",
|
|
74
|
-
"@itwin/
|
|
75
|
-
"@itwin/
|
|
76
|
-
"@itwin/
|
|
77
|
-
"@itwin/core-
|
|
78
|
-
"@itwin/core-
|
|
79
|
-
"@itwin/core-
|
|
80
|
-
"@itwin/
|
|
81
|
-
"
|
|
82
|
-
"
|
|
74
|
+
"@itwin/build-tools": "5.1.0-dev.9",
|
|
75
|
+
"@itwin/core-bentley": "5.1.0-dev.9",
|
|
76
|
+
"@itwin/core-frontend": "5.1.0-dev.9",
|
|
77
|
+
"@itwin/core-common": "5.1.0-dev.9",
|
|
78
|
+
"@itwin/core-i18n": "5.1.0-dev.9",
|
|
79
|
+
"@itwin/core-quantity": "5.1.0-dev.9",
|
|
80
|
+
"@itwin/ecschema-metadata": "5.1.0-dev.9",
|
|
81
|
+
"@itwin/presentation-common": "5.1.0-dev.9",
|
|
82
|
+
"internal-tools": "3.0.0-dev.69"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|