@itwin/presentation-core-interop 1.4.0-alpha.3 → 1.4.0-alpha.4
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 +24 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @itwin/presentation-core-interop
|
|
2
2
|
|
|
3
|
+
## 1.4.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1143](https://github.com/iTwin/presentation/pull/1143): Bump dependencies
|
|
8
|
+
- Updated dependencies:
|
|
9
|
+
- @itwin/presentation-shared@2.0.0-alpha.5
|
|
10
|
+
|
|
3
11
|
## 1.4.0-alpha.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -27,7 +35,6 @@
|
|
|
27
35
|
### Minor Changes
|
|
28
36
|
|
|
29
37
|
- [#954](https://github.com/iTwin/presentation/pull/954): Add additional requirements for types in `EC` metadata namespace, whose objects are returned by `ECSchemaProvider`.
|
|
30
|
-
|
|
31
38
|
- `EC.Schema`, `EC.Class` and `EC.Property` now all have an async `getCustomAttributes()` method that returns an `EC.CustomAttributeSet`, allowing consumers to access custom attributes of these schema items.
|
|
32
39
|
- `EC.Class` now additionally has these members:
|
|
33
40
|
- `baseClass: Promise<Class | undefined>`
|
|
@@ -42,6 +49,22 @@
|
|
|
42
49
|
- Updated dependencies:
|
|
43
50
|
- @itwin/presentation-shared@2.0.0-alpha.0
|
|
44
51
|
|
|
52
|
+
## 1.3.6
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- [#1139](https://github.com/iTwin/presentation/pull/1139): Bump dependencies.
|
|
57
|
+
- Updated dependencies:
|
|
58
|
+
- @itwin/presentation-shared@1.2.5
|
|
59
|
+
|
|
60
|
+
## 1.3.5
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- [#1124](https://github.com/iTwin/presentation/pull/1124): Bump dependencies.
|
|
65
|
+
- Updated dependencies:
|
|
66
|
+
- @itwin/presentation-shared@1.2.4
|
|
67
|
+
|
|
45
68
|
## 1.3.4
|
|
46
69
|
|
|
47
70
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-core-interop",
|
|
3
|
-
"version": "1.4.0-alpha.
|
|
3
|
+
"version": "1.4.0-alpha.4",
|
|
4
4
|
"description": "The package acts as a layer between iTwin.js Core and Presentation packages.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"./package.json": "./package.json"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"rxjs": "^7.8.
|
|
34
|
-
"@itwin/presentation-shared": "~2.0.0-alpha.
|
|
33
|
+
"rxjs": "^7.8.2",
|
|
34
|
+
"@itwin/presentation-shared": "~2.0.0-alpha.5"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@itwin/core-bentley": "^4.1.0 || ^5.0.0",
|
|
@@ -41,28 +41,28 @@
|
|
|
41
41
|
"@itwin/ecschema-metadata": "^4.1.0 || ^5.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@itwin/build-tools": "^5.
|
|
45
|
-
"@itwin/core-bentley": "^5.
|
|
46
|
-
"@itwin/core-common": "^5.
|
|
47
|
-
"@itwin/core-geometry": "^5.
|
|
48
|
-
"@itwin/core-quantity": "^5.
|
|
49
|
-
"@itwin/ecschema-metadata": "^5.
|
|
44
|
+
"@itwin/build-tools": "^5.4.1",
|
|
45
|
+
"@itwin/core-bentley": "^5.4.1",
|
|
46
|
+
"@itwin/core-common": "^5.4.1",
|
|
47
|
+
"@itwin/core-geometry": "^5.4.1",
|
|
48
|
+
"@itwin/core-quantity": "^5.4.1",
|
|
49
|
+
"@itwin/ecschema-metadata": "^5.4.1",
|
|
50
50
|
"@itwin/eslint-plugin": "5.1.0",
|
|
51
|
-
"@types/chai": "^5.2.
|
|
51
|
+
"@types/chai": "^5.2.3",
|
|
52
52
|
"@types/chai-as-promised": "^8.0.2",
|
|
53
53
|
"@types/mocha": "^10.0.10",
|
|
54
54
|
"@types/sinon": "^17.0.4",
|
|
55
55
|
"@types/sinon-chai": "^4.0.0",
|
|
56
56
|
"c8": "^10.1.3",
|
|
57
|
-
"chai": "^5.
|
|
58
|
-
"chai-as-promised": "^8.0.
|
|
59
|
-
"cpx2": "^7.0.
|
|
60
|
-
"eslint": "^9.
|
|
61
|
-
"mocha": "^11.
|
|
62
|
-
"rimraf": "^6.
|
|
57
|
+
"chai": "^5.3.3",
|
|
58
|
+
"chai-as-promised": "^8.0.2",
|
|
59
|
+
"cpx2": "^7.0.2",
|
|
60
|
+
"eslint": "^9.39.1",
|
|
61
|
+
"mocha": "^11.7.5",
|
|
62
|
+
"rimraf": "^6.1.2",
|
|
63
63
|
"rxjs-for-await": "^1.0.0",
|
|
64
|
-
"sinon": "^19.0.
|
|
65
|
-
"sinon-chai": "^4.0.
|
|
64
|
+
"sinon": "^19.0.5",
|
|
65
|
+
"sinon-chai": "^4.0.1",
|
|
66
66
|
"typescript": "~5.7.3"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|