Infragistics Ignite UI for Angular 15.0.1

Released: Nov 30, 2022

15.0.1 での更新項目

機能

  • 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 now opens up.
      • Keyboard navigation ArrowUp - When the combo is opened ArrowUp will close the dropdown if the search input is focused. If the active item is the first one in the list, the focus will be moved back to the search input while also selecting all of the text in the input. Otherwise ArrowUp will move to the previous list item.