Skip to content

Commit 62b0938

Browse files
committed
chore(tooltip): update changelog
1 parent 470de3a commit 62b0938

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 21.1.0
6+
7+
### New Features
8+
9+
- `IgxTooltipTarget`
10+
- Added new properties:
11+
- `showTriggers` - Which event triggers will show the tooltip. Expects a comma-separated string of different event triggers. Defaults to `pointerenter`.
12+
- `hideTriggers` - Which event triggers will hide the tooltip. Expects a comma-separated string of different event triggers. Defaults to `pointerleave` and `click`.
13+
14+
```html
15+
<igx-icon [igxTooltipTarget]="tooltipRef" [showTriggers]="'click,focus'" [hideTriggers]="'keypress,blur'">info</igx-icon>
16+
<span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
17+
```
18+
519
## 21.0.0
620

721
### Themes
@@ -108,20 +122,6 @@ ng update igniteui-angular --migrate-only --from=20.1.0 --to=21.0.0
108122
See the [Angular Package Format documentation](https://angular.io/guide/angular-package-format#entrypoints-and-code-splitting) for more details on entry points.
109123

110124

111-
## 20.2.0
112-
113-
### New Features
114-
115-
- `IgxTooltipTarget`
116-
- Added new properties:
117-
- `showTriggers` - Which event triggers will show the tooltip. Expects a comma-separated string of different event triggers. Defaults to `pointerenter`.
118-
- `hideTriggers` - Which event triggers will hide the tooltip. Expects a comma-separated string of different event triggers. Defaults to `pointerleave` and `click`.
119-
120-
```html
121-
<igx-icon [igxTooltipTarget]="tooltipRef" [showTriggers]="'click,focus'" [hideTriggers]="'keypress,blur'">info</igx-icon>
122-
<span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
123-
```
124-
125125
## 20.1.0
126126

127127
### New Features

0 commit comments

Comments
 (0)