Skip to content

Commit 272863d

Browse files
chore(changelog): add simple combo to features in 13.0
1 parent 6e36901 commit 272863d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ All notable changes for each version of this project will be documented in this
3030
</div>
3131
```
3232

33+
- Added `IgxSimpleComboComponent`
34+
- The `igx-simple-combo` which is a modification of the `igx-combo` component that allows single selection and has the appropriate UI and behavior for that. It inherits most of the `igx-combo`'s API.
35+
- Allows the selection of single items in a filterable list.
36+
- Supports custom values, keyboard navigation, validation, customized positioning of the item list via overlay settings.
37+
- Example:
38+
```html
39+
<igx-simple-combo [(ngModel)]="item" [allowCustomValues]="true" [placeholder]="'Search'" [data]="items">
40+
<label igxLabel>Items</label>
41+
<igx-hint>Please select an item from the dropdown list.</igx-hint>
42+
</igx-simple-combo>
43+
```
44+
3345
- `IgxCsvExporterService`, `IgxExcelExporterService`
3446
- Exporter services are no longer required to be provided in the application since they are now injected on a root level.
3547
- `IgxGridToolbarPinningComponent`, `IgxGridToolbarHidingComponent`
@@ -72,7 +84,7 @@ All notable changes for each version of this project will be documented in this
7284
### General
7385
- **Breaking Change** - `IgxPercentSummaryOperand` and `IgxCurrencySummaryOperand` have been removed and `IgxNumberSummaryOperand` should be used instead. If you have used the percent or currency summary operands to extend a custom summary operand from them, then change the custom operand to extend from the number summary operand.
7486
- `IgxToastComponent`
75-
- **Deprecated** - The `position` input property has been deprecated. Use `positionSettings` input instead.
87+
- **Deprecated** - The `position` input property has been deprecated. Use `positionSettings` input instead.
7688
## 12.2.1
7789

7890
### New Features
@@ -3697,4 +3709,4 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
36973709
- `IgxDraggableDirective` moved inside `../directives/dragdrop/` folder
36983710
- `IgxRippleDirective` moved inside `../directives/ripple/` folder
36993711
- Folder `"./navigation/nav-service"` renamed to `"./navigation/nav.service"`
3700-
3712+

0 commit comments

Comments
 (0)