Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
9.0.7
9.1.0-alpha.1
Themes
- Breaking Change Change the default
$legacy-supportvalue to false in theigx-themefunction.
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.
9.0.6
9.1.0-alpha.0
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
9.0.5
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
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
9.0.3
8.2.21
9.0.2
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