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