File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
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
- - ` IgxDateRangePicker `
8
- - Added new properties:
9
- - ` usePredefinedRanges ` - Whether to render built-in predefined ranges
10
- - ` customRanges ` - Allows the user to provide custom ranges rendered as chips
11
- - ` resourceStrings ` - Allows the user to provide set of resource strings
12
-
13
- - ` IgxPredefinedRangesAreaComponent `
14
- - Added new component for rendering the predefined or custom ranges inside the calendar of the ` IgxDateRangePicker `
15
5
16
6
## 20.1.0
17
7
### New Features
@@ -21,6 +11,15 @@ All notable changes for each version of this project will be documented in this
21
11
this .carousel .select (2 , Direction .NEXT );
22
12
```
23
13
14
+ - ` IgxDateRangePicker `
15
+ - Added new properties :
16
+ - ` usePredefinedRanges ` - Whether to render built - in predefined ranges
17
+ - ` customRanges ` - Allows the user to provide custom ranges rendered as chips
18
+ - ` resourceStrings ` - Allows the user to provide set of resource strings
19
+
20
+ - ` IgxPredefinedRangesAreaComponent `
21
+ - Added new component for rendering the predefined or custom ranges inside the calendar of the ` IgxDateRangePicker `
22
+
24
23
### General
25
24
- ` IgxDropDown ` now exposes a ` role ` input property , allowing users to customize the role attribute based on the use case . The default is ` listbox ` .
26
25
You can’t perform that action at this time.
0 commit comments