Please note that new licenses for Infragistics Ignite UI for Angular are now only available as part of Infragistics Ignite UI. Existing Infragistics Ignite UI for Angular customers can continue to renew their current subscription.
Infragistics Ignite UI for Angular 18.1.0
Released: Jul 9, 2024
Aggiornamenti in 18.1.0
Funzionalità
IgxPivotGrid
Added horizontal layout for row dimensions. Can be configured through the pivotUI rowLayout property.
Added horizontalSummary property for each IPivotDimension, enabling summary row when using horizontal layout.
Added the horizontalSummariesPosition property to the pivotUI, configuring horizontal summaries position.
Keyboard navigation can now move in to row headers back and forth from any row dimension headers or column headers.
Added keyboard interactions for row dimension collapse using Alt + Arrows and row headers sorting using Ctrl + Arrow Up/Down.
ColumnType, IgxColumn, IgxColumnGroup and IgxColumnLayout
The children query property has been deprecated and replaced by childColumns getter directly returning columns array.
Several properties have been hidden from the public API, considered internal and not recommended for use. Those include: filterCell, headerCell, headerGroup, defaultMinWidth, gridRowSpan, gridColumnSpan and cells.
IgxPaginator
The isFirstPageDisabled and isLastPageDisabled have been deprecated in favor of the identical isFirstPage and isLastPage getter.
IgxOverlayService
The 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.
IgxIcon and IgxIconService
You can now register icons by reference via the IgxIconService.
All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
registerFamilyAlias has been deprecated in favor of setFamily to allow adding metadata for type and prefix when registering custom icon families.