You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
5
## 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
+
<buttonigxTooltipTarget[tooltip]="'Infragistics Inc. HQ'">
0 commit comments