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
+4-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@ All notable changes for each version of this project will be documented in this
5
5
## 10.0.0
6
6
7
7
### General
8
+
-`igxGrid`
9
+
-**Behavioral Change** - Group rows now display the group column's header name instead of field when one is available.
8
10
-`igx-select`, `igx-combo`, `igx-drop-down`
9
-
-**Behavioral Change** - The select, combo, and dropdown items now have display block and text-overflow ellipsis enabled by default.
11
+
-**Behavioral Change** - The select, combo, and dropdown items now have display block and text-overflow ellipsis enabled by default.
10
12
-`IgxTransaction` - The `onStateUpdate` now emits with information of its origin. The emitted value is of type `StateUpdateEvent`, which has two properties:
11
13
-`origin` - it can vary within the values of the `TransactionEventOrigin` interface;
12
14
-`actions` - contains information about the transactions, that caused the emission of the event.
@@ -20,7 +22,7 @@ All notable changes for each version of this project will be documented in this
20
22
### General
21
23
-`IgxHierarchicalGrid`
22
24
-`onGridInitialized` - New output has been exposed. Emitted after a grid is being initialized for the corresponding row island.
23
-
25
+
-**Behavioral Change** - When moving a column `DropPosition.None` is now acting like `DropPosition.AfterDropTarget`.
0 commit comments