Infragistics Ignite UI for Angular Releases

Released: Oct 26, 2023

Updates in 23.1 (16.1.4)

Funktionen

  • Themes
    • Experimental - Added the ability to configure the base font-size used to calculate the rem values in all component themes. This allows for proper scaling of components when a different document font-size is used.

Released: Jul 18, 2023

Updates in 23.1 (16.1.0)

Funktionen

  • IgxSelect
    • The select component now has the ability to handle igxPrefix and igxSuffix directives inside igx-select-item.
  • IgxBadge
    • Material icons extended along with any other custom icon set can now be used inside the badge component.
  • IgxCombo
    • Exposed comboIgnoreDiacriticsFilter filter function which normalizes diacritics to their base representation. When the combo components are configured with it, filtering for "resume" will match both "resume" and "résumé".
  • IgxCombo and...

Released: Jun 28, 2023

Updates in 23.1 (16.0.0)

Funktionen

  • Added support for Angular 16.
  • Updated the design of the ComboBox component.

Released: Apr 28, 2023

Updates in 16.0.0

Funktionen

  • 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...

Released: Mar 15, 2023

Updates in 15.1.1

Funktionen

  • IgxInputGroupComponent
    • The input group has been refactored so that the floating label for the input of type="border" does not require a background to match the surface background under the input field. Also, suffixes and prefixes have been refactored to take the full height of the input which makes it easy to add background to them.
    • Breaking Changes - $size property of scrollbar-theme theme has been renamed to $scrollbar-size.
    • Breaking Changes -  $label-floated-background and $label...

Released: Feb 9, 2023

Updates in 15.1.0

Funktionen

  • IgxGrid, IgxTreeGrid and IgxHierarchicalGrid
    • GroupMemberCountSortingStrategy has been added which can be used to sort the grid by number of items in each group in ASC or DESC order, if grouping is applied.
    • A new argument primaryKey has been introduced to IRowDataEventArgs Interface and part of the event arguments that are emitted by the rowAdded and rowDeleted events. When the grid has a primary key attribute added, then the emitted primaryKey event argument represents the row ID...

Released: Dec 16, 2022

Updates in Infragistics Ignite UI for Angular

Funktionen

  • Added support for Angular 15.

Released: Nov 30, 2022

Updates in 15.0.1

Funktionen

  • IgxGrid
    • Added new auto-sizing API 'recalculateAutoSizes' that recalculates column widths that have size set to auto. Can be used in scenarios where you want to auto-size columns post initialization.
  • igxPivotGrid
    • Added 'aggregatorName' for pivot value configuration as an alternative to setting aggregator function. If both are set 'aggregatorName' takes precedent. If none are set an error is thrown.
  • IgxSimpleCombo
    • Behavioral Change
      • When the user clicks on the combo's input, the dropdown...

Released: Oct 26, 2022

Updates in 15.0.0

Funktionen

  • igxGrid - Exposed new input properties:
    • Parameters in grid templates now have types for their context. This can also cause issues if the app is in strict template mode and uses the wrong type. References to the template that may require conversion:
      • IgxColumnComponent - ColumnType (for example the column parameter in igxFilterCellTemplate).
      • IgxGridCell - CellType (for example the cell parameter in igxCell template).
    • A new groupRecord parameter has been exposed in operate method, that...

Released: Sep 30, 2022

Updates in 14.2.0

Funktionen

  • 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...