Skip to content

Commit cec2db7

Browse files
authored
Merge branch 'master' into mevtimov/fix-10759-master
2 parents cd81c99 + b5ebea1 commit cec2db7

File tree

12 files changed

+541
-428
lines changed

12 files changed

+541
-428
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`
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './tooltip.directive';
2+
export * from './tooltip-target.directive';
3+
export * from './tooltip.module';

0 commit comments

Comments
 (0)