Skip to content

Commit 6ace098

Browse files
committed
chore(*): unify pickers changes #4679
1 parent e478b98 commit 6ace098

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,11 @@ All notable changes for each version of this project will be documented in this
1414
- `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.
1515
- The custom drop down template target is no longer marked with `#dropDownTarget`, instead it's provided as an `HTMLElement` to the `openDialog()` method.
1616
- By default, the `igxDatePicker` drop down target is changed from the `igxInput` element to the `igxInputGroup` element.
17-
- `igxTimePicker` changes
1817
- `onClosing` event is added.
1918
- **Breaking Change** `onOpen` event is renamed to `onOpened`.
2019
- **Breaking Change** `onClose` event is renamed to `onClosed`.
2120
- **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)
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)
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)
3022

3123
## 7.3.4
3224

0 commit comments

Comments
 (0)