You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Highlights
New Features
IgxPivotGrid
Added horizontal layout for row dimensions. Can be configured through the pivotUIrowLayout property.
Added horizontalSummary property for each IPivotDimension, enabling summary row when using horizontal layout.
Added horizontalSummariesPosition property to the pivotUI, configuring horizontal summaries position.
Keyboard navigation now can 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.
IgxIcon, IgxIconService
You can now register icons by reference via the IgxIconService. To learn more check out the Icon Service documentation.
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. To migrate from registerFamilyAlias, do the following:
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.