Skip to content

Releases: IgniteUI/igniteui-angular

8.1.13

21 Oct 07:32
40e2574

Choose a tag to compare

Bug Fixes

  • When adding a null filter condition for an igxGrid column, it is not possible to add any other filter for the same column #5627
  • igxGrid navigateTo method does not scroll vertically when both the row index and the column index are passed as parameters #5889

9.0.0-alpha.5

17 Oct 10:28

Choose a tag to compare

9.0.0-alpha.5 Pre-release
Pre-release

Bug Fixes

  • Resolving various igxForOf issues with Ivy
  • Resolving various column width assignment issues with new host-binding approach
  • Resolving IgxColumnGroup @ContentChildren issues with Ivy
  • Resolving IgxHierarchicalGridComponent template issues with Ivy
  • Renaming certain -base and -component classes to -directive if the class now has a @Directive attribute
  • Reenabling tests and lint validation

8.2.3

14 Oct 08:51
ce9218c

Choose a tag to compare

8.2.3

  • IgxTextHighlightDirective - The default highlight directive styles have been moved to a Sass theme - igx-highlight-theme; You can modify the resting and active background and text color styles of the directive by passing the respective properties to the Sass theme. You can still pass your own CSS classes to the highlight directive via the cssClass and activeCssClass inputs.

  • IgxChip

    • Breaking Change The originalEvent property for the events onMoveStart, onMoveEnd, onClick and onSelection now provides the events, passed from the igxDrag directive. The passed original events are in other words the previous events that triggered the igxChip ones. They also have original events until a browser event is reached.
  • IgxGrid - Now you can access all grid data inside the custom column summary. Two additional optional parameters are introduced in the IgxSummaryOperand operate method.

class MySummary extends IgxNumberSummaryOperand {
    constructor() {
        super();
    }
    operate(columnData: any[], allGridData = [], fieldName?): IgxSummaryResult[] {
        const result = super.operate(allData.map(r => r[fieldName]));
        result.push({ key: 'test', label: 'Total Discounted', summaryResult: allData.filter((rec) => rec.Discontinued).length });
        return result;
    }
}

Bug Fixes

  • [igx-grid] disabled igxButton="flat | icon" don't look like disabled in the igxToolbarCustomContent. #4958
  • Pressing Down Arrow while summaries are focused throws an error in igxHierarchicalGrid #5552
  • When browser is zoomed cannot select last cell with keyboard #4520
  • HGrid Keyboard Navigation does not work correctly when there is an expanded 3-rd level child grid with no data #5251
  • NavDrawer breaks server-side rendering #4426
  • When group a template column it gets the name of column group before it #5643
  • IgxTabs: Incorrect layout on first page load #5582
  • igxTextHighlight directive uses inline styles #5403
  • [Combo] label is positioned incorrectly #5599
  • Grid edited cell text is partially not visible #5902
  • ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. #5897
  • IgxChip onSelection.originalEvent property returns null event when selecting using mouse click. #5940
  • In IE11 and Edge the focused style is not applied to the filter chip #5722
  • Advanced Filtering Dialog should not display column groups #5886
  • [igx-grid] expose grid.verticalScrollContainer.igxForOf as dataView property #5069
  • Paging is not working #5949
  • In the dark theme when hover a selected row, cells content is not visible #5959

8.1.12

14 Oct 08:15
e9156c6

Choose a tag to compare

Bug Fixing

  • [igx-grid] disabled igxButton="flat | icon" don't look like disabled in the igxToolbarCustomContent. #4958
  • Pressing Down Arrow while summaries are focused throws an error in igxHierarchicalGrid #5552
  • When browser is zoomed cannot select last cell with keyboard #4520
  • NavDrawer breaks server-side rendering #4426
  • [Combo] label is positioned incorrectly #5599
  • Paging is not working #5949

9.0.0-alpha.4

10 Oct 08:53

Choose a tag to compare

9.0.0-alpha.4 Pre-release
Pre-release

Bug Fixes

  • Moving grid cell width host-bindings to templates only so that they can be correctly applied with Ivy

9.0.0-alpha.3

07 Oct 08:24

Choose a tag to compare

9.0.0-alpha.3 Pre-release
Pre-release

New Features

  • Initial Ivy support
    • Ivy-enabled apps should be able to build & run

8.2.2

07 Oct 14:22
5bb569e

Choose a tag to compare

Features

  • The current properties ghostOffsetX and ghostOffsetY do not return the default offset the igxDrag has calculated. #5852

Bug fixes

  • IgxGrid binding issues #5751
  • Invalid comment formats which are not parsed correctly by typedoc. #3183
  • [igx-select] Select component doesn't respect injected display density #5843
  • Updating a number column with value 0 does not mark the row as updated #5855
  • Multi-View Calendar API Issues #5859
  • Calendar KB navigation issues #5856
  • When dynamically add/remove columns the grid is not resized correct #5845
  • Condition dropdown in Advanced Filtering Dialog has incorrect position #5884

8.1.11

07 Oct 14:18

Choose a tag to compare

Bug fixes

  • IgxGrid binding issues #5751
  • Invalid comment formats which are not parsed correctly by typedoc. #3183
  • [igx-select] Select component doesn't respect injected display density #5843
  • Updating a number column with value 0 does not mark the row as updated #5855

8.2.1

01 Oct 15:21
7d69b85

Choose a tag to compare

Bug fixing

  • Expose *Change events for state inputs so that users can two-way bind their models #3323
  • The thumb is not correctly positioned in Firefox and lost focus in IE11 #5762
  • When pin a group column in child grid the layout is broken #5204
  • Error is thrown on child grid initialization if Load On Demand is enabled and displayDensity is set. #5683
  • Excel Style Filtering Overlay not fully shown on limited space #5773

8.1.10

01 Oct 15:15
907a90e

Choose a tag to compare

Bug fixes

  • Error is thrown on child grid initialization if Load On Demand is enabled and displayDensity is set. #5683
  • Error is thrown when delete child column from a column group #5837
  • When pin a group column in child grid the layout is broken #5204
  • Excel Style Filtering Overlay not fully shown on limited space #5773