Skip to content

Commit e478b98

Browse files
committed
chore(*): update CHANGELOG.md with pickers features ##679
1 parent 78d9c89 commit e478b98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,19 @@ 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
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)
1723

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)
1830

1931
## 7.3.4
2032

0 commit comments

Comments
 (0)