Infragistics Ignite UI for Angular 16.0.0

Released: Apr 28, 2023

16.0.0 での更新項目

機能

  • IgxExpansionPanel
    • IgxExpansionPanelTitleDirective and IgxExpansionPanelDescriptionDirective now show the tooltip of the provided text content.
  • IgxDateRangePicker
    • Added showWeekNumbers input which toggles whether or not the week number will be visible.
  • IgxGrid and IgxHierarchicalGrid
    • totalItemCount can now also be bound as Input in remote virtualization scenarios.
    • rowExpandedIndicatorTemplate, rowCollapsedIndicatorTemplate, headerExpandedIndicatorTemplate and headerCollapsedIndicatorTemplate can now also be bound as Input to provide templates for the row and header expand/collapse indicators respectively. This is in addition to the existing equivalent template directives to allow reuse.
  • IgxPivotGrid
    • Added pivotConfigurationChanged event triggered any time any of pivotConfiguration properties is changed via the UI.
  • ISortingExpression now accepts an optional generic type parameter for type narrowing of the fieldName property to keys of the data item, e.g. ISortingExpression<MyDataItem>.
  • IgxChip
    • Behavioral Change - The igxChip styles have been revisited and the select container animation has been removed when selecting/deselecting a chip.
    • Behavioral Change - The remove button behavior have been revisited, now when the chip is in disabled state the remove button is hidden.
    • The igxChip has a new input variant which can take any of the following values:
      • 'primary'.
      • 'info'.
      • 'success'.
      • 'warning'.
      • 'danger'.
  • Util
    • Added new CachedDataCloneStrategy which allows for cloning an object with circular references.
  • General
    • All Ignite UI for Angular components are now exported as standalone components. The library still exports NgModules, which have been preserved for backward compatibility, but they no longer declare any of the Ignite UI for Angular components, instead they just import and export the standalone components.
      • NOTE: The standalone components are still in a preview stage. Some utility directive exports may change in the future and may be missing from the documentation in the initial release, hence the preview state of the feature.
  • IgxGrid and IgxHierarchicalGrid
    • Breaking Change - The IgxHeaderExpandIndicatorDirective and IgxHeaderCollapseIndicatorDirective directives, as well as the headerExpandIndicatorTemplate and headerCollapseIndicatorTemplate properties have been renamed to IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, headerExpandedIndicatorTemplate and headerCollapsedIndicatorTemplate respectively to properly reflect their purpose. Automatic migrations are available and will be applied on ng update.
  • IgxGrid, IgxTreeGridand IgxHierarchicalGrid
    • Breaking Changes
      • The following grid properties, deprecated since version 12.1.0, have been removed:
        • evenRowCSS.
        • oddRowCSS.
        • page.
        • paging.
        • perPage.
        • totalPages.
        • isFirstPage.
        • isLastPage.
        • pageChange.
      • The following deprecated grid events have been removed:
        • perPageChange.
        • pagingDone.
      • The following deprecated methods have been removed from the grid API:
        • nextPage.
        • previousPage.
        • paginate.
        • getCellByColumnVisibleIndex.