Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Feb 4, 2025
1 parent 96fa8d0 commit a453f98
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 30 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/itwin/property-grid/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/property-grid-react",
"entries": [
{
"date": "Tue, 04 Feb 2025 15:29:52 GMT",
"version": "1.15.0",
"tag": "@itwin/property-grid-react_v1.15.0",
"comments": {
"none": [
{
"author": "35135765+grigasp@users.noreply.github.com",
"package": "@itwin/property-grid-react",
"commit": "979142b18ae359fe762ed25dc33f9f2c3bd5c460",
"comment": "Update code snippets"
}
]
}
},
{
"date": "Wed, 29 Jan 2025 21:54:15 GMT",
"version": "1.15.0",
Expand Down
29 changes: 29 additions & 0 deletions packages/itwin/tree-widget/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@itwin/tree-widget-react",
"entries": [
{
"date": "Tue, 04 Feb 2025 15:29:52 GMT",
"version": "3.4.0",
"tag": "@itwin/tree-widget-react_v3.4.0",
"comments": {
"minor": [
{
"author": "35135765+grigasp@users.noreply.github.com",
"package": "@itwin/tree-widget-react",
"commit": "0dda93bfc4870eff594bb5d2151cbdf4a0871c6c",
"comment": "Expose `FocusedInstancesContextProvider` and `useFocusedInstancesContext` to allow using `ModelsTreeComponent.ToggleInstancesFocusButton` from outside of `ModelsTreeComponent` and accesing the context from other React components."
},
{
"author": "35135765+grigasp@users.noreply.github.com",
"package": "@itwin/tree-widget-react",
"commit": "96fa8d0ffca2a120e68d30dbeacaae939bd56e27",
"comment": "Add `filterButtonsVisibility` prop to `TreeRenderer`. The prop allows to control visibility of hierarchy level filtering buttons in the tree: `show-on-hover` (default) shows them on hover or focus, `hide` only shows them when a node is filtered."
}
],
"none": [
{
"author": "35135765+grigasp@users.noreply.github.com",
"package": "@itwin/tree-widget-react",
"commit": "979142b18ae359fe762ed25dc33f9f2c3bd5c460",
"comment": "Update code snippets"
}
]
}
},
{
"date": "Wed, 29 Jan 2025 21:54:15 GMT",
"version": "3.3.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/itwin/tree-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @itwin/tree-widget-react

This log was last generated on Mon, 27 Jan 2025 18:30:40 GMT and should not be manually modified.
This log was last generated on Tue, 04 Feb 2025 15:29:52 GMT and should not be manually modified.

<!-- Start content -->

## 3.4.0

Tue, 04 Feb 2025 15:29:52 GMT

### Minor changes

- Expose `FocusedInstancesContextProvider` and `useFocusedInstancesContext` to allow using `ModelsTreeComponent.ToggleInstancesFocusButton` from outside of `ModelsTreeComponent` and accesing the context from other React components. ([#1175](https://github.com/iTwin/viewer-components-react/pull/1175))
- Add `filterButtonsVisibility` prop to `TreeRenderer`. The prop allows to control visibility of hierarchy level filtering buttons in the tree: `show-on-hover` (default) shows them on hover or focus, `hide` only shows them when a node is filtered. ([#1178](https://github.com/iTwin/viewer-components-react/pull/1178))

## 3.3.0

Mon, 27 Jan 2025 18:30:40 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/itwin/tree-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/tree-widget-react",
"version": "3.3.0",
"version": "3.4.0",
"description": "Tree Widget React",
"keywords": [
"Bentley",
Expand Down

0 comments on commit a453f98

Please sign in to comment.