Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
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
8.0.8
7.3.13
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
- [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
- IgxButton: The type property setter does not work correctly #5404
- Failing tests for Grid Column Resizing/MRL after Chrome 76 update #5556
7.2.21
8.1.1
New Features
- Update density of the DropDown component in the Excel Style Filtering #5470
Bug Fixes
- BUG: igx-dark-theme and igx-light-theme mixins don't respect custom success, error, warn, and info colors. #5372
- Vertical Scrollbar disappear when hide/unhide all columns #4855
- When all columns are hidden and navigate with key board on the grouped rows an error is returned #4506
- Dynamically generated multi column headers with enabled filtering throws an error when try to remove a particular column. #5393
- In igxHierarchicalGrid after a filtered row gets expanded, its horizontal scrollbar is not fully visible if the Filtering gets reset #4435
- Holding Down Arrow key in order to scroll to the bottom of an igxHierarchicalGrid blurs after the last cell has been reached #4464
- If hierarchical grid has height in %(or no height) and summary on the parent level then height is not calculated correctly #4468
- Trying to nagivate through a 3-rd level child grid with Crtl + Arrow Up when the parent has no vertical scrollbar does not scroll the navigated cell into view #4474
- Cell in edit mode is not correct when expand collapse group row #5044
- Pager is not updated when collapse group row and there is applied filter #5469
- Checkboxes hover/focus effect is positioned incorrectly #5243
- Display container of igxFor is shifted when filtered-in items should fully fit it #4719
- Vertical Scrollbar disappear when hide/unhide all columns #4855
- In IE11 the excel style filter dialog is closed when change a filter condition #4901
- When load on demand is enabled and add a child row the expand indicator is not previewed #5479