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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,16 @@ The following example shows how you can use the Indigo theme:
72
72
- `activeViewChanged` event emitted after the active view (DEFAULT, YEAR, DECADE) is changed after user interaction.
73
73
- `viewDate` day value is always 1.
74
74
- `activeView` setter is now available as an input property.
75
+
- `IgxCombo`
76
+
- Added `showSearchCaseIcon` to display a case sensitive search icon in the search input. Icon click allows the user to easily toggle the search case sensitivity.
75
77
76
78
## 10.0.0
77
79
78
80
### General
79
81
- `igxGrid`
80
82
- **Behavioral Change** - Group rows now display the group column's header name instead of field when one is available.
81
83
- `igx-select`, `igx-combo`, `igx-drop-down`
82
-
- **Behavioral Change** - The select, combo, and dropdown items now have display block and text-overflow ellipsis enabled by default.
84
+
- **Behavioral Change** - The select, combo, and dropdown items now have display block and text-overflow ellipsis enabled by default. This requires styling to be handled on the application-level if there is something more than a simple text in the item.
83
85
- `IgxTransaction` - The `onStateUpdate` now emits with information of its origin. The emitted value is of type `StateUpdateEvent`, which has two properties:
84
86
- `origin` - it can vary within the values of the `TransactionEventOrigin` interface;
85
87
- `actions` - contains information about the transactions, that caused the emission of the event.
|`onSelectionChange`| Emitted when item selection is changing, before the selection completes | true |[`IComboSelectionChangeEventArgs`](https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/interfaces/icomboselectionchangeeventargs.html)|
329
-
|`onSearchInput`| Emitted when an the search input's input event is triggered |false| { searchValue: `string` } |
336
+
|`onSearchInput`| Emitted when an the search input's input event is triggered |true| { searchValue: `string` } |
330
337
|`onAddition`| Emitted when an item is being added to the data collection | false | { oldCollection: `any[]`, addedItem: `<any>`, newCollection: `any[]` }|
331
338
|`onDataPreLoad`| Emitted when new chunk of data is loaded from the virtualization | false | { event: `Event` } |
332
339
|`onOpening`| Emitted before the dropdown is opened | false | { event: `Event` } |
0 commit comments