Infragistics Ignite UI for Angular 14.2.0

Released: Sep 30, 2022

14.2.0 での更新項目

機能

  • The filtering logic inside the grid's Advanced Filtering is now extracted as a separate IgxQueryBuilder component. The Query Builder allows you to build complex queries by specifying AND/OR operators, conditions and values using the UI. It outputs an object describing the structure of the query. Use the locale property to modify the locale settings. The default value is resolved to the global Angular application locale. The resourceStrings allow you to change the displayed strings.
  • IgxExcelExporterService
    • Added support for exporting igxPivotGrid.
  • General
    • Breaking Changes - The Microsoft Excel exporter service exportEnded event has had it's XLSX argument type changed as igniteui-angular no longer depends on JSZip. Instead of providing a JSZip instance it is now an object describing the structure of the Excel file with property names corresponding to folders or files, folders being objects themselves that can be traversed down, while files have their contents as Uint8Array.
    • IgxDropDown
      • The aria-label attribute of the IgxDropDownItemBase can now be set to a custom value for its descendants (of which IgxDropDownItem) by the ariaLabel property.