Skip to content

Releases: IgniteUI/igniteui-angular

8.1.5

26 Aug 11:50
ec220f1

Choose a tag to compare

Bug fixing

  • igxTooltip expected arguments build --prod #5671
  • Misalignment of the Cells in the grid when Row Selection is enabled #3918
  • IgxTooltip prevents button's click functionality in mobile view #5577
  • Deleting the last row of a tree grid or hgrid by dropping it onto a droppable area throws an error #5300

7.3.16

26 Aug 11:49
b769db0

Choose a tag to compare

Bug fixing

  • igxTooltip expected arguments build --prod #5671
  • Misalignment of the Cells in the grid when Row Selection is enabled #3918
  • IgxTooltip prevents button's click functionality in mobile view #5577
  • Deleting the last row of a tree grid or hgrid by dropping it onto a droppable area throws an error #5300

8.1.4

19 Aug 14:10
26760da

Choose a tag to compare

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 positionSettings input #5576

7.3.15

19 Aug 14:08
b00b95f

Choose a tag to compare

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 positionSettings input #5576

8.1.3

12 Aug 16:02
8ef17c8

Choose a tag to compare

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 onSelectionChange events 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]);
            }
        }

7.3.14

12 Aug 15:59
eb4cae1

Choose a tag to compare

Bug fixes

  • In column groups when column cannot be pinned, the pinned button should be disabled in excel style filter #5557
  • Typing a non-existing value in the search input does not disable the apply filter button. #4018

8.1.3-beta.1

12 Aug 06:36
73c655b

Choose a tag to compare

8.1.3-beta.1 Pre-release
Pre-release

CI for Angular Samples

8.1.3-beta.0

12 Aug 06:29
73c655b

Choose a tag to compare

8.1.3-beta.0 Pre-release
Pre-release

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

05 Aug 16:02
c9b43d2

Choose a tag to compare

Enhancements

  • IgxDatePicker valueChange event is added. #5437 #4881

Bug Fixes

  • Grid width set to null is 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

05 Aug 15:27

Choose a tag to compare

Bug Fixes

  • Grid width set to null is 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