@itwin/tree-widget-react 3.0.0 → 3.0.1
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 +10 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @itwin/tree-widget-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 15 Oct 2024 20:18:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.0.1
|
|
8
|
+
|
|
9
|
+
Tue, 15 Oct 2024 20:18:50 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump `presentation` package dependencies for bug fixes and orders of magnitude hierarchy filtering performance improvement. ([#1067](https://github.com/iTwin/viewer-components-react/pull/1067))
|
|
14
|
+
|
|
7
15
|
## 3.0.0
|
|
8
16
|
|
|
9
|
-
Fri, 04 Oct 2024 15:06:
|
|
17
|
+
Fri, 04 Oct 2024 15:06:44 GMT
|
|
10
18
|
|
|
11
19
|
### Major changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/tree-widget-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Tree Widget React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"@itwin/itwinui-icons-react": "^2.8.0",
|
|
66
66
|
"@itwin/itwinui-illustrations-react": "^2.1.0",
|
|
67
67
|
"@itwin/presentation-core-interop": "^1.0.0",
|
|
68
|
-
"@itwin/presentation-hierarchies": "^1.
|
|
69
|
-
"@itwin/presentation-hierarchies-react": "^1.0.
|
|
68
|
+
"@itwin/presentation-hierarchies": "^1.1.0",
|
|
69
|
+
"@itwin/presentation-hierarchies-react": "^1.0.1",
|
|
70
70
|
"@itwin/presentation-shared": "^1.0.0",
|
|
71
|
-
"@itwin/unified-selection": "^1.0.
|
|
71
|
+
"@itwin/unified-selection": "^1.0.1",
|
|
72
72
|
"classnames": "^2.3.1",
|
|
73
73
|
"react-error-boundary": "^4.0.10",
|
|
74
74
|
"rxjs": "^7.8.1"
|