Skip to content

9.1.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@ChronosSF ChronosSF released this 18 Mar 13:27
· 15961 commits to master since this release
b36b75e

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.