Skip to content

Commit 421e62a

Browse files
committed
chore(changelog): update with new features for DRP & DP
1 parent dd21608 commit 421e62a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## Unreleased
6+
### New Features
7+
8+
- `IgxDateRangePicker`
9+
- Now has a complete set of properties to customize the calendar:
10+
- `headerOrientation`
11+
- `orientation`
12+
- `hideHeader`
13+
- `activeDate`
14+
- `disabledDates`
15+
- `specialDates`
16+
17+
- As well as the following templates, available to customize the contents of the calendar header in `dialog` mode:
18+
19+
- `igxCalendarHeader`
20+
- `igxCalendarHeaderTitle`
21+
- `igxCalendarSubheader`
22+
- **Behavioral Changes**
23+
- The calendar would be displayed with header in `dialog` mode by default.
24+
- The picker would remain open when typing (in two-inputs and `dropdown` mode).
25+
- The calendar selection would get updated with the typed value.
26+
- The calendar view would be updated as per the typed value.
27+
- The picker would display a clear icon by default in single input mode.
28+
- `IgxDatePicker`
29+
- Similar to the `IgxDateRangePicker`, also completes the ability to customize the calendar by introducing the following
30+
properties in addition to the existing ones:
31+
- `hideHeader`
32+
- `orientation`
33+
- `activeDate`
34+
- **Behavioral Changes**
35+
- The calendar selection would get updated with the typed value.
36+
- The calendar view would be updated as per the typed date value.
37+
38+
539
## 20.1.0
640
### New Features
741
- `IgxCarousel`

0 commit comments

Comments
 (0)