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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,19 @@ All notable changes for each version of this project will be documented in this
14
14
-`openDialog()` now has an optional `[target: HTMLElement]` parameter. It's used in `mode="dropdown"` and the drop down container is positioned according to the provided target.
15
15
- The custom drop down template target is no longer marked with `#dropDownTarget`, instead it's provided as an `HTMLElement` to the `openDialog()` method.
16
16
- By default, the `igxDatePicker` drop down target is changed from the `igxInput` element to the `igxInputGroup` element.
17
+
-`igxTimePicker` changes
18
+
-`onClosing` event is added.
19
+
-**Breaking Change**`onOpen` event is renamed to `onOpened`.
20
+
-**Breaking Change**`onClose` event is renamed to `onClosed`.
21
+
-**Behavioral Change** - action buttons are now available in the dropdown mode.
22
+
-**Feature**`IgxTimePickerComponent` now provides the ability for adding custom action buttons. Read up more information in the [ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/time-picker/README.md)
17
23
24
+
-`igxDatePicker` changes
25
+
-`onClosing` event is added.
26
+
-**Breaking Change**`onOpen` event is renamed to `onOpened`.
27
+
-**Breaking Change**`onClose` event is renamed to `onClosed`.
28
+
-**Behavioral Change** - action buttons are now available in the dropdown mode.
29
+
-**Feature**`IgxDatePickerComponent` now provides the ability for adding custom action buttons. Read up more information in the [ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/date-picker/README.md)
0 commit comments