Skip to content

Commit ecbcdb0

Browse files
committed
chore(combos): update CHANGELOG with new feature added in next version
1 parent 8ac232a commit ecbcdb0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

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

5-
## 14.0.0
6-
7-
- `IgxDatePicker` and `IgxDateRangePicker` now expose a `weekStart` input property like the `IgxCalendar`
5+
## 14.0.6
86

97
### New Features
108
- `IgxCombo` and `IgxSimpleComboComponent`
119
- `filterFunction` input is added. The new property allows changing of the way filtering is done in the combos. By default filtering is made over the values in combo's data when it is a collection of primitive values, or over the values as defined in `displayKey` of the combo. If custom filtering function is provided filtering will be done as specified in the provided function.
1210

11+
## 14.0.0
12+
13+
- `IgxDatePicker` and `IgxDateRangePicker` now expose a `weekStart` input property like the `IgxCalendar`
14+
1315
### General
1416
- Updating dependency to Angular 14
1517
- `Migrations`

0 commit comments

Comments
 (0)