Skip to content

Commit 8fe0d37

Browse files
authored
Update CHANGELOG with the new tooltip feature
1 parent 7d0eba5 commit 8fe0d37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
All notable changes for each version of this project will be documented in this file.
44

55
## 13.1.0
6-
6+
### New Features
7+
- `igxTooltipTarget` directive now allows specifying a plain text tooltip without adding an additional DOM element decorated with the `igxTooltip` directive. This is achieved via the newly introduced `tooltip` string input.
8+
```html
9+
<button igxTooltipTarget [tooltip]="'Infragistics Inc. HQ'">
10+
info
11+
</button>
12+
```
713
### General
814

915
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`

0 commit comments

Comments
 (0)