diff --git a/CHANGELOG.md b/CHANGELOG.md index f9457b41c83..24e37df2225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes for each version of this project will be documented in this - **Breaking Change** `combo.value` is now only a getter. - `igxDropDown` - `IgxDropDownItemBase` and it's descendants (of which `IgxDropDownItem`) have had their `isSelected` and `isFocused` properties **deprecated**. Instead, use `selected` and `focused` properties. +- `IgxTreeGridComponent` + - We can now search in the treegrid's data by using the `findNext` and the `findPrev` methods and we can clear the search results with the `clearSearch` method. ## 7.1.2 ### Features