9.1.0-alpha.0
Pre-release
Pre-release
·
16063 commits
to master
since this release
New Features
IgxGrid,IgxTreeGrid,IgxHierarchicalGrid- Added support for pinning columns on the right. Change the position of pinning using the new
pinninginput.
<igx-grid [data]="data" [pinning]="pinningConfiguration"></igx-grid>
public pinningConfiguration: IPinningConfig = { columns: ColumnPinningPosition.End };
- Added support for pinning columns on the right. Change the position of pinning using the new
IgxCombo:- Added
autoFocusSearchinput that allows to manipulate the combo's opening behavior. When the property istrue(by default), the combo's search input is focused on open. When set tofalse, 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.
- Added
RTL Support
igxSliderhave full right-to-left (RTL) support.
Themes
- Breaking Change Change the default
$legacy-supportvalue to false in theigx-themefunction. #4052