Skip to content

Commit b5656aa

Browse files
chore(changelog): add behavioral change description
1 parent ea312e9 commit b5656aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ All notable changes for each version of this project will be documented in this
7676
### General
7777
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
7878
- The `contextMenu` event now fires when the end-user clicks to the right of the right-most cell in the grid in case the grid's columns don't span its full width. For this reason the event argument of the event is now of type `IGridContextMenuEventArgs` which contains the row object as well as the cell one. The latter will be `null` if the event didn't originate from a cell. **This is not a breaking change** as the new type extends the old.
79+
- `IgxSimpleCombo`
80+
- **Behavioral Change** The `selectionChanging` event will now trigger when typing the first character in the input if there is a previously selected value in the `IgxSimpleCombo`.
7981

8082
## 17.1.0
8183
### New Features

0 commit comments

Comments
 (0)