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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
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`.
<span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
17
+
```
18
+
5
19
## 21.0.0
6
20
7
21
### Themes
@@ -108,20 +122,6 @@ ng update igniteui-angular --migrate-only --from=20.1.0 --to=21.0.0
108
122
See the [Angular Package Format documentation](https://angular.io/guide/angular-package-format#entrypoints-and-code-splitting) for more details on entry points.
109
123
110
124
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`.
0 commit comments