Skip to content

Commit 3a3108e

Browse files
applying package updates
1 parent 23f4f29 commit 3a3108e

7 files changed

+52
-30
lines changed

change/@itwin-tree-widget-react-1d869975-3b59-430c-a4bd-5cac74855f57.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-tree-widget-react-1ff8635a-7358-44fd-8259-a4e8db028109.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-tree-widget-react-82c4f50c-81e5-401e-94b0-16209a064319.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@itwin-tree-widget-react-94be8de3-116a-41c0-9441-e4271f63e9d1.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/itwin/tree-widget/CHANGELOG.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
{
22
"name": "@itwin/tree-widget-react",
33
"entries": [
4+
{
5+
"date": "Fri, 21 Mar 2025 11:37:20 GMT",
6+
"version": "3.6.0",
7+
"tag": "@itwin/tree-widget-react_v3.6.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@itwin/tree-widget-react",
13+
"commit": "d237886aa76866b8794b1fdacbbade0dd5518ad3",
14+
"comment": "Add ability to remove root Subject node from Models and iModel content trees by setting `hideRootSubject: true` in the `hierarchyConfig` prop."
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "[email protected]",
20+
"package": "@itwin/tree-widget-react",
21+
"commit": "23f4f29e1f92a6310272ecc1a6da49e5eb34e612",
22+
"comment": "Fixed Models tree showing that modeled elements have children, when their sub model is private or when sub model does not have any elements. Now it shows that modeled element has children only when it's sub model has children and is not private."
23+
},
24+
{
25+
"author": "[email protected]",
26+
"package": "@itwin/tree-widget-react",
27+
"commit": "4b8a044926962a16b6ac3dc311b3080c3aca837e",
28+
"comment": "Fixed Categories tree showing definition containers that contain categories without elements. Now it displays definition containers only when they have categories that contain elements."
29+
}
30+
],
31+
"none": [
32+
{
33+
"author": "[email protected]",
34+
"package": "@itwin/tree-widget-react",
35+
"commit": "0b4168d221ea5ac65ec4b026b504b4a59b5ec74f",
36+
"comment": "Make hiding root subject in Models and iModel content trees opt-in"
37+
}
38+
]
39+
}
40+
},
441
{
542
"date": "Fri, 14 Mar 2025 21:21:43 GMT",
643
"version": "3.5.1",

packages/itwin/tree-widget/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Change Log - @itwin/tree-widget-react
22

3-
This log was last generated on Thu, 06 Mar 2025 12:37:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 21 Mar 2025 11:37:20 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 3.6.0
8+
9+
Fri, 21 Mar 2025 11:37:20 GMT
10+
11+
### Minor changes
12+
13+
- Add ability to remove root Subject node from Models and iModel content trees by setting `hideRootSubject: true` in the `hierarchyConfig` prop. ([#1251](https://github.com/iTwin/viewer-components-react/pull/1251))
14+
15+
### Patches
16+
17+
- Fixed Models tree showing that modeled elements have children, when their sub model is private or when sub model does not have any elements. Now it shows that modeled element has children only when it's sub model has children and is not private. ([#1253](https://github.com/iTwin/viewer-components-react/pull/1253))
18+
- Fixed Categories tree showing definition containers that contain categories without elements. Now it displays definition containers only when they have categories that contain elements. ([#1248](https://github.com/iTwin/viewer-components-react/pull/1248))
19+
720
## 3.5.1
821

922
Thu, 06 Mar 2025 12:37:44 GMT

packages/itwin/tree-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/tree-widget-react",
3-
"version": "3.5.1",
3+
"version": "3.6.0",
44
"description": "Tree Widget React",
55
"keywords": [
66
"Bentley",

0 commit comments

Comments
 (0)