Skip to content

9.1.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@zdrawku zdrawku released this 09 Mar 15:12
· 16063 commits to master since this release
d47477f

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