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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
+
## 8.1.2
6
+
7
+
### New Features
8
+
-`IgxDatePicker`
9
+
-`valueChange` event is added.
10
+
5
11
## 8.1.0
6
12
7
13
### New Features
@@ -37,8 +43,6 @@ All notable changes for each version of this project will be documented in this
37
43
- `IgxCombo`
38
44
- Input `[overlaySettings]` - allows an object of type `OverlaySettings` to be passed. These custom overlay settings control how the drop-down list displays.
39
45
- `IgxForOf` now offers usage of local variables `even`, `odd`, `first` and `last` to help with the distinction of the currently iterated element.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/date-picker/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,12 @@ The DatePicker action buttons could be retemplated.
133
133
| Name | Return Type | Description |
134
134
|:--:|:---|:---|
135
135
|`onSelection`|`Date`| Fired when selection is made in the calendar. The event contains the selected value(s) based on the type of selection the component is set to |
136
-
|`onOpened`|`datePicker`| Emitted when a datePicker calendar is being opened. |
137
-
|`onClosed`|`datePicker`|An event that is emitted after the calendar is closed. |
138
-
|`onClosing`|`datePicker`|An event that is emitted when the calendar is being closed |
136
+
|`onOpened`|`datePicker`| Emitted when a datePicker calendar is opened. |
137
+
|`onClosed`|`datePicker`|Emitted when a datePicker calendar is closed. |
138
+
|`onClosing`|`CancelableBrowserEventArgs`|Emitted when a datePicker calendar is being closed.|
139
139
|`onDisabledDate`|`IDatePickerDisabledDateEventArgs`| Emitted when a disabled date is entered in `dropdown` mode. |
140
140
|`onValidationFailed`|`IDatePickerValidationFailedEventArgs`| Emitted when an invalid date is entered in `dropdown` mode. |
141
-
|`valueChange`|`IDatePickerValueChangedEventArgs`| Fired when date picker value is changed |
141
+
|`valueChange`|`Date`| Fired when date picker value is changed |
0 commit comments