igniteui-angular
Advanced tools
Changelog
18.1.0
IgxPivotGrid
pivotUI
rowLayout
property.horizontalSummary
property for each IPivotDimension, enabling summary row when using horizontal layout.horizontalSummariesPosition
property to the pivotUI
, configuring horizontal summaries position.Alt + Arrows
and row headers sorting using Ctrl + Arrow Up/Down
.IgxIcon
, IgxIconService
IgxIconService
. To learn more check out the documentation.registerFamilyAlias
has been deprecated in favor of setFamily
to allow adding metadata for type
and prefix
when registering custom icon families. To migrate from registerFamilyAlias
, do the following:
this.iconService.registerFamilyAlias('my-family', 'my-family-class');
this.iconService.setFamily('my-family', { className: 'my-family-class' });
ColumnType
, IgxColumn
, IgxColumnGroup
, IgxColumnLayout
children
query property has been deprecated and replaced by childColumns
getter directly returning columns array.filterCell
, headerCell
, headerGroup
, defaultMinWidth
, gridRowSpan
, gridColumnSpan
and cells
.IgxPaginator
isFirstPageDisabled
and isLastPageDisabled
have been deprecated in favor of the identical isFirstPage
and isLastPage
getter.IgxOverlayService
attach
method overload accepting Type
and OverlaySettings
now accepts OverlayCreateSettings
as second parameter. This interface extends OverlaySettings
with an additional injector
property used as ElementInjector
when creating the dynamic component.