Skip to content

Commit 2d01329

Browse files
authored
Merge pull request #5070 from IgniteUI/SAndreeva/update-changelog-8.0.0
Update CHANGELOG.md with pickers new functionality
2 parents 78d9c89 + 6ace098 commit 2d01329

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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-
17+
- `onClosing` event is added.
18+
- **Breaking Change** `onOpen` event is renamed to `onOpened`.
19+
- **Breaking Change** `onClose` event is renamed to `onClosed`.
20+
- **Behavioral Change** - action buttons are now available in the dropdown mode.
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)
1822

1923
## 7.3.4
2024

0 commit comments

Comments
 (0)