File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-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 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
+
5
37
## 20.1.0
6
38
### New Features
7
39
- ` IgxCarousel `
You can’t perform that action at this time.
0 commit comments