Infragistics Ignite UI for Angular updated

Released: Sep 30, 2019

Infragistics Ignite UI for Angular での更新項目

機能

  • Advanced Filtering - In the advanced filtering dialog, you can create groups of conditions across all grid columns.
  • New theme Ignite UI for Angular - This release includes a new theme that mimics the Microsoft "Fluent" design system.
  • igxDrag and igxDrop enhancements
    • It is now possible to drag a base element by setting the new input ghost to false.
    • Drag animation improvements.
    • Three new drop strategies have been provided - Append, Prepend and Insert.
  • Multi-view Calendar - You can now manage months in a calendar. Includes support for three types of selection, keyboard navigation and adds the ability to hide the days which are not part of the month.
  • Sparkline in all Primary Grids - Add sparkline charts to Business Propeller Grid, Data Grid, Tree Data Grid and Hierarchical Data Grid.
  • Enhanced Selection functionality for Grids
    • Added new properties which accept GridSelection mode enumeration.
    • Grid selection mode can be none, single or multiple.
    • hideRowSelectors property added, which allows you to show and hide row selectors when row selection is enabled.
  • Custom template for row selectors - Introduced functionality for templating row and header selectors
  • igxCombo - Combo selection is now consistent when valueKey is defined.
  • igxExcelStyleLoading - Directive is added, which can be used to provide a custom loading template for Microsoft Excel Style Filtering.
  • FilterStrategy - Input that allows you to override the default filtering strategy
  • uniqueColumnValuesStrategy - This property provides a callback for loading unique column values on demand.
  • igxHierarchicalGrid Row Islands - You can now emit child grid events with an additional argument - owner, which holds reference to the related child grid component instance.
  • igxCheckbox - Introduced a new read only property that doesn't allow user interaction to change the state, but keeps the default active style. Intended for integration in complex controls that handle the interaction and control the checkbox instead through binding.
  • igxOverlay - Introduced new ContainerPositionStrategy. The new strategy positions the element inside the containing outlet based on the direction passed in through PositionSettings.