Skip to content

Commit 3f80508

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

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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 picker would remain open when typing (in two-inputs and `dropdown` mode).
24+
- The calendar selection would get updated with the typed value.
25+
- The calendar view would be updated as per the typed value.
26+
- `IgxDatePicker`
27+
- Similar to the `IgxDateRangePicker`, also completes the ability to customize the calendar by introducing the following
28+
properties in addition to the existing ones:
29+
- `hideHeader`
30+
- `orientation`
31+
- `activeDate`
32+
- **Behavioral Changes**
33+
- The calendar selection would get updated with the typed value.
34+
- The calendar view would be updated as per the typed date value.
35+
36+
537
## 20.1.0
638
### New Features
739
- `IgxCarousel`

0 commit comments

Comments
 (0)