@itwin/presentation-hierarchies 2.0.0-alpha.3 → 2.0.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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @itwin/presentation-hierarchies
|
|
2
2
|
|
|
3
|
+
## 2.0.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
|
|
8
|
+
- Updated dependencies:
|
|
9
|
+
- @itwin/presentation-shared@2.0.0-alpha.2
|
|
10
|
+
|
|
3
11
|
## 2.0.0-alpha.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -44,6 +52,14 @@
|
|
|
44
52
|
- Updated dependencies:
|
|
45
53
|
- @itwin/presentation-shared@2.0.0-alpha.0
|
|
46
54
|
|
|
55
|
+
## 1.7.2
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [#1039](https://github.com/iTwin/presentation/pull/1039): Bump iTwin.js core dependencies to `^5.1.1`.
|
|
60
|
+
- Updated dependencies:
|
|
61
|
+
- @itwin/presentation-shared@1.2.3
|
|
62
|
+
|
|
47
63
|
## 1.7.1
|
|
48
64
|
|
|
49
65
|
### Patch Changes
|
|
@@ -96,9 +112,11 @@
|
|
|
96
112
|
### Minor Changes
|
|
97
113
|
|
|
98
114
|
- 69a2db67917f84e99d532e8e9aabbc02ec262d91: `HierarchyFilteringPathOptions.autoExpand` is now of type:
|
|
115
|
+
|
|
99
116
|
```ts
|
|
100
117
|
autoExpand?: { depth: number } | boolean;
|
|
101
118
|
```
|
|
119
|
+
|
|
102
120
|
When `depth` is set, only nodes up to specified `depth` in `HierarchyFilteringPath` will have `autoExpand` option set.
|
|
103
121
|
|
|
104
122
|
## 1.5.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-hierarchies",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.4",
|
|
4
4
|
"description": "A package for creating hierarchies based on data in iTwin.js iModels.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"./package.json": "./package.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@itwin/core-bentley": "^5.
|
|
37
|
-
"@itwin/core-common": "^5.
|
|
38
|
-
"@itwin/core-geometry": "^5.
|
|
36
|
+
"@itwin/core-bentley": "^5.1.1",
|
|
37
|
+
"@itwin/core-common": "^5.1.1",
|
|
38
|
+
"@itwin/core-geometry": "^5.1.1",
|
|
39
39
|
"natural-compare-lite": "^1.4.0",
|
|
40
40
|
"rxjs": "^7.8.1",
|
|
41
|
-
"@itwin/presentation-shared": "^2.0.0-alpha.
|
|
41
|
+
"@itwin/presentation-shared": "^2.0.0-alpha.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@itwin/build-tools": "^5.
|
|
44
|
+
"@itwin/build-tools": "^5.1.1",
|
|
45
45
|
"@itwin/eslint-plugin": "5.1.0",
|
|
46
46
|
"@types/chai": "^5.2.0",
|
|
47
47
|
"@types/chai-as-promised": "^8.0.2",
|