Skip to content

Commit

Permalink
docs(search): update the changelog #3519
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyanDimitrov committed Jan 24, 2019
1 parent dbfdfe3 commit f0eaed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All notable changes for each version of this project will be documented in this
- `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.
- `IgxTextHighlightDirective`
- **Breaking Change** `rowIndex`, `columnIndex` and `page` properties of the `IActiveHighlightInfo` interface are now removed. Instead, `row` and `column` optional properties are added. `IgxTextHighlightDirective.page` input property is deprecated.
- `IgxTextHighlightDirective.page` input property is deprecated. `rowIndex`, `columnIndex` and `page` properties of the `IActiveHighlightInfo` interface are also deprecated. Instead, `row` and `column` optional properties are added.

## 7.1.2
### Features
Expand Down

0 comments on commit f0eaed2

Please sign in to comment.