File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
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
+
5
39
## 20.1.0
6
40
### New Features
7
41
- ` IgxCarousel `
You can’t perform that action at this time.
0 commit comments