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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ All notable changes for each version of this project will be documented in this
19
19
-**Breaking Change**`onClose` event is renamed to `onClosed`.
20
20
-**Behavioral Change** - action buttons are now available in the dropdown mode.
21
21
-**Feature**`igxDatePicker` and `igxTimePicker` now provide the ability for adding custom action buttons. Read up more information in [igxDatePicker ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/date-picker/README.md) or [igxTimePicker ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/time-picker/README.md)
22
+
-`IgxToggleAction` / `IgxTooltip`: Removed the deprecated `closeOnOutsideClick` Input that has been superseded by `overlaySettings` in 6.2.0.
22
23
23
24
-`IgxList` - The list component has been refactored. It now includes several new supporting directives:
24
25
-`igxListThumbnail` - Use it to mark the target as list thumbnail which will be automatically positioned as a first item in the list item;
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/directives/toggle/README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,6 @@ Providing reference from custom component which has already been registered into
99
99
|`igxToggleAction`|`IToggleView`\|`string`| Determines the target that have to be controled. |
100
100
| `overlaySettings` | `OverlaySettings`| Passes `igxOverlay` settings for applicable targets (`igxToggle`) that control positioning, interaction and scroll behavior.
101
101
| `igxToggleOutlet` | `IgxOverlayOutletDirective`\|`ElementRef`| Determines where the target overlay element should be attached. Shortcut for `overlaySettings.outlet`.
102
-
|`closeOnOutsideClick`|`Boolean`|**Deprecated.** Determines if passed Component/Directive have to be closed when it is clicked outside. |
0 commit comments