Skip to content

Releases: IgniteUI/igniteui-angular

9.0.7

23 Mar 12:03
f9368e5

Choose a tag to compare

Bug fixes

  • igx-hierarchical grid - hasChildrenKey doesn't block expansion of parent rows without children #6816

9.1.0-alpha.1

16 Mar 15:46
2f428f2

Choose a tag to compare

9.1.0-alpha.1 Pre-release
Pre-release

Themes

  • Breaking Change Change the default $legacy-support value to false in the igx-theme function.

New Features

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • Added support for pinning columns on the right. Change the position of pinning using the new pinning input.
    <igx-grid [data]="data" [pinning]="pinningConfiguration"></igx-grid>
    public pinningConfiguration: IPinningConfig = { columns: ColumnPinningPosition.End };
  • IgxCombo:
    • Added autoFocusSearch input that allows to manipulate the combo's opening behavior. When the property is true (by default), the combo's search input is focused on open. When set to false, the focus goes to the combo items container, which can be used to prevent the software keyboard from activating on mobile devices when opening the combo.

RTL Support

  • igxSlider have full right-to-left (RTL) support.

9.0.6

16 Mar 15:44
c112096

Choose a tag to compare

Bug fixes

  • Excel Style filter option to be responsive #6670
  • Toast text not visible in Bootstrap Dark Theme #6901
  • Button group text overflow issue #6851

Tests enhancements

9.1.0-alpha.0

09 Mar 15:12
d47477f

Choose a tag to compare

9.1.0-alpha.0 Pre-release
Pre-release

New Features

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • Added support for pinning columns on the right. Change the position of pinning using the new pinning input.
    <igx-grid [data]="data" [pinning]="pinningConfiguration"></igx-grid>
    public pinningConfiguration: IPinningConfig = { columns: ColumnPinningPosition.End };
  • IgxCombo:
    • Added autoFocusSearch input that allows to manipulate the combo's opening behavior. When the property is true (by default), the combo's search input is focused on open. When set to false, the focus goes to the combo items container, which can be used to prevent the software keyboard from activating on mobile devices when opening the combo.

RTL Support

  • igxSlider have full right-to-left (RTL) support.

Themes

  • Breaking Change Change the default $legacy-support value to false in the igx-theme function. #4052

9.0.5

09 Mar 15:10
6d37c90

Choose a tag to compare

Bug Fixes

  • When enable summaries in child grid at run time they are not scrollable #6701
  • When page zoom is decreased, the column in grid is hiding #6627
  • In Ivy when set value before type the slider values are not correct #6794
  • Multi Row Layout grid: getNextCell does not return the correct row index #6745
  • [IgxAutocomplete] Drop-down width cannot be adjusted #6247
  • [igx-date-picker] Add UI style to required date picker in form (asterisk) #6846
  • igx-date-picker and igx-time-picker doesn't handle required properly #6471
  • The grid data is not sorted on sorting done event #6707

8.2.22

09 Mar 15:09
92f489b

Choose a tag to compare

Bug Fixes

  • When page zoom is decreased, the column in grid is hiding #6627
  • Multi Row Layout grid: getNextCell does not return the correct row index #6745
  • [IgxAutocomplete] Drop-down width cannot be adjusted #6247
  • [igx-date-picker] Add UI style to required date picker in form (asterisk) #6846
  • igx-date-picker and igx-time-picker doesn't handle required properly #6471
  • The grid data is not sorted on sorting done event #6707

9.0.4

02 Mar 14:30
48967e2

Choose a tag to compare

Bug fixes

  • fix(toast): text wasn't visible in bootstrap light theme #1792
  • Toggling any templates in grid by using *ngIf on two or more levels results in empty columnList if columns are autogenerated. #6731
  • fix calendar comments and update typedoc plugin version #6704

Tests enhancements

  • IgxDropdown tests #6821
  • IgxGrid - Filtering actions - Excel style filtering #6649

9.0.3

24 Feb 16:58
8f8b95a

Choose a tag to compare

Bug fixes

  • IgxHierarchicalGridCellComponent is not exported to the public API #6711
  • autoGenerate property explanation is not sufficient #6773
  • Keep months order after selecting a month from the YearView #6375

Tests enhancements

  • Run tests with Ivy #6175
  • Refactoring of tests for IgxGrid multi-row-layout keyboard navigation #6573

8.2.21

24 Feb 15:05
57017ef

Choose a tag to compare

Bug fixes

  • IgxHierarchicalGridCellComponent is not exported to the public API #6711
  • autoGenerate property explanation is not sufficient #6773
  • Keep months order after selecting a month from the YearView #6375

9.0.2

19 Feb 13:03
42e24d1

Choose a tag to compare

Bug fixes

  • igx-timepicker In dropdown mode if we click cancel button without selecting any value null values are displaying #6494
  • Carousel's slides are not visible #6518
  • Grouping chips icon is black when dark-theme is applied #6720
  • Drop down containers span the entire parent #6733
  • igx-select items container has horizontal scrollbar #6734

Other

  • Sass documentation revision #6583
  • API docs improvements