You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,18 @@ All notable changes for each version of this project will be documented in this
30
30
</div>
31
31
```
32
32
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.
@@ -72,7 +84,7 @@ All notable changes for each version of this project will be documented in this
72
84
### General
73
85
- **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.
74
86
- `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.
76
88
## 12.2.1
77
89
78
90
### New Features
@@ -3697,4 +3709,4 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
3697
3709
- `IgxDraggableDirective` moved inside `../directives/dragdrop/` folder
3698
3710
- `IgxRippleDirective` moved inside `../directives/ripple/` folder
3699
3711
- Folder `"./navigation/nav-service"` renamed to `"./navigation/nav.service"`
0 commit comments