Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
8.1.5
Bug fixing
7.3.16
Bug fixing
8.1.4
Bug fixes
- [igx-nav-drawer] drawer item icon is not centered when mini variant is enabled. #5571
 - Row drag indicator is not positioned correct in the child grid(without row island) #5473
 - Dynamically adding columns to parent hierarchical grid after initialization does not work. #5626
 - Change CSS Style of Grid Buttons #5232
 - In ExcelStyleFilter move right does not moves the column if there is pinned column group #5604
 - There are no pining and hiding button in excel style filtering when column layouts are used #5598
 - Null reference error is thrown when dragged row goes out of viewport #5587
 - Grid does not update row selection state if deselectRows is called onRowEdit #5536
 - igxDialog: exposed 
positionSettingsinput #5576 
7.3.15
Bug fixes
- Row drag indicator is not positioned correct in the child grid(without row island) #5473
 - Dynamically adding columns to parent hierarchical grid after initialization does not work. #5626
 - Change CSS Style of Grid Buttons #5232
 - In ExcelStyleFilter move right does not moves the column if there is pinned column group #5604
 - There are no pining and hiding button in excel style filtering when column layouts are used #5598
 - Null reference error is thrown when dragged row goes out of viewport #5587
 - Grid does not update row selection state if deselectRows is called onRowEdit #5536
 - igxDialog: exposed 
positionSettingsinput #5576 
8.1.3
Bug fixes
- In column groups when column cannot be pinned, the pinned button should be disabled in excel style filter #5557
 - [Sass] "--var" function doesn't work when $legacy-support is set to false on production build. #5572
 - Typing a non-existing value in the search input does not disable the apply filter button. #4018
 - Summary theme/schema #5564
 - igx-grid - Custom cell does not support ngIf anymore #5550
 
Enhancements
- Combo selectionChange event args #5523
IgxCombo- Combo 
onSelectionChangeevents now emits the item(s) that were added to or removed from the collection: 
<igx-combo (onSelectionChange)="handleChange($event)">
export class Example { ... handleChange(event: { newSelection: any[], oldSelection: any[], added: any[], // the items added to the selection in this change removed: any[], // the items removed for the selection in this change ... }) { console.log("Items added: ", [...event.added]); console.log("Items removed: ", [...event.removed]); } }
 - Combo 
 
7.3.14
8.1.3-beta.1
CI for Angular Samples
8.1.3-beta.0
Bug fixes
- In column groups when column cannot be pinned, the pinned button should be disabled in excel style filter #5557
 - [Sass] "--var" function doesn't work when $legacy-support is set to false on production build. #5572
 - Typing a non-existing value in the search input does not disable the apply filter button. #4018
 - Summary theme/schema #5564
 
8.1.2
Enhancements
Bug Fixes
- Grid width set to 
nullis not rendering grid columns at all. #5288 - In igxHierarchicalGrid it is not possible to navigate through the parent summaries by using "Tab", if the last child grid is expanded #4416
 - Cell is not editable on iOS #2538
 - Cell in edit mode is not correct when expand a row #4761
 - Cell in edit mode is not correct when expand collapse group row #5044
 - Enabling rowDraggable causes an un-needed horizontal scroll bar on the grid #5421
 - An error is returned when delete grouped column #5492
 - When dynamically remove a column its filter is not cleared #5494
 - When there are maximum pinned columns the button Move Left does not work correct #5238
 - Error is thrown when remove the last filter chip #5304
 - No results are produced when searching for 'false' in boolean column in ESF #5520
 - Inconsistency between light-grid schema and grid-theme #5432
 - Be able to apply styling to a specific list item #5504
 - [IgxGrid] Typing in a [dataType]="'date'" cell does not change cell value #5437
 - Clearing date or number column's cell value is not possible. #4881
 - Condition chip in filter row cannot be toggled with mouse click #4967
 - User is unable to change list item text color by using a custom class #5543
 - Incorrect selection indicator after page routing #5471
 - IgxButton: The type property setter does not work correctly #5404
 - Failing tests for Grid Column Resizing/MRL after Chrome 76 update #5556