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
- Added `TreeGridMatchingRecordsOnlyFilteringStrategy`, which allows you to display only the records matching particular filtering condition without any trace for their parents.
10
-
11
-
## 12.1.6
17
+
- `IgxSnackbarComponent`
18
+
- Introduced new 'positionSettings' input which allows to define a custom animation and position.
19
+
- `IgxToastComponent`
20
+
- Introduced new 'positionSettings' input which allows to define a custom animation and position.
12
21
13
22
### General
14
23
- `igxGrid`, `igxHierarchicalGrid`, `igxTreeGrid`
15
24
- 'oddRowCSS' and 'evenRowCSS' properties has been deprecated
16
25
26
+
## 12.1.6
27
+
17
28
### New Features
18
29
- `igxGrid`, `igxHierarchicalGrid`, `igxTreeGrid`
19
-
- Added two public methods that spawn the add row UI for an arbitrary record in the current data view. One that accepts a rowID to use as the row the UI spawns under and the other accepting an index that has a distinct implementation for `IgxTreeGrid`. Please, refer to the official documentation for more information:[Grid Row Adding](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/row-adding) and [Tree Grid Row Adding](https://www.infragistics.com/products/ignite-ui-angular/angular/components/treegrid/row-adding).
30
+
- Added two public methods that spawn the add row UI for an arbitrary record in the current data view. One that accepts a rowID to use as the row the UI spawns under and the other accepting an index that has a distinct implementation for `IgxTreeGrid`. Please, refer to the official documentation for more information:[Grid Row Adding](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/row-adding) and [Tree Grid Row Adding](https://www.infragistics.com/products/ignite-ui-angular/angular/components/treegrid/row-adding).
20
31
21
32
_Note:_ That the new record is still added at the end of the data view, after the end-user submits it.
22
33
```typescript
@@ -28,16 +39,6 @@ All notable changes for each version of this project will be documented in this
28
39
this.treeGrid.beginAddRowByIndex(10, true); // spawns the add row UI to add a child for the row at index 10
29
40
this.treeGrid.beginAddRowByIndex(null); // spawns the add row UI as the first record
30
41
```
31
-
- Added capability to restore the state of multi column headers with `IgxGridStateDirective`.
32
-
- Introduced new 'rowStyles' and 'rowClasses' grid properties which allows to define a custom styling on each grid row
33
-
- Introduced two new *cancellable* outputs related to CRUD - `rowDelete` and `rowAdd`. Both use an `IGridEditEventArgs` object as an event argument.
10. Getting only one sort and one filter event after changing the state of grid using setState function [#8064](https://github.com/IgniteUI/igniteui-angular/issues/8064)
11
+
5.**[DONE]** IgxTreeGrid: display only filtered records [#9923](https://github.com/IgniteUI/igniteui-angular/issues/9923)
12
+
6.**[DONE]** Snackbar support for animation customization [#10126](https://github.com/IgniteUI/igniteui-angular/issues/10126)
17
13
18
14
## Going down the road
19
15
@@ -24,6 +20,9 @@
24
20
5. Themes: Split themes and aid with Grid refactoring [#9556](https://github.com/IgniteUI/igniteui-angular/issues/9556)
9. IgxCombo: being able to set groups sorting order [#10125](https://github.com/IgniteUI/igniteui-angular/issues/10125)
25
+
10. Getting only one sort and one filter event after changing the state of grid using setState function [#8064](https://github.com/IgniteUI/igniteui-angular/issues/8064)
0 commit comments