Skip to content

Commit 5eb03b6

Browse files
committed
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular into vkombov/feat-5904-master
2 parents 924d6b6 + 269ea7c commit 5eb03b6

File tree

13 files changed

+571
-459
lines changed

13 files changed

+571
-459
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ All notable changes for each version of this project will be documented in this
77
- `IgxTabs` have full right-to-left (RTL) support.
88

99
## 13.1.0
10-
10+
### New Features
11+
- `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.
12+
```html
13+
<button igxTooltipTarget [tooltip]="'Infragistics Inc. HQ'">
14+
info
15+
</button>
16+
```
1117
### General
1218

1319
- `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)