Infragistics Ignite UI for Angular のリリース

Released: Jul 9, 2022

14.1.0 での更新項目

機能

igxPivotGrid

  • Added the option to template pivot value chip content.
  • Angular Pivot Grid State Persistence - Тhe igxGridState directive allows developers to easily save and restore the grid state. When the IgxGridState directive is applied on the grid, it exposes the getState and setState methods that developers can use to achieve state persistence in any scenario. IgxGridState directive supports saving and restoring the state of the following features:
    • Sorting.
    • Filtering.
    • Cell Selection.
    • Row...

Released: Jun 15, 2022

14.0.0 での更新項目

機能

General

  • Added support for Angular 14.

Migrations

  • Migrations now support Yarn berry (version 2+).

IgxGridEditingActions

  • Added new inputs to show/hide the edit and delete buttons - editRow, deleteRow.

IgxTabs

  • Behavioral Change - Both scroll buttons are now displayed when the tabs are not fully visible. When there is no tabs to be scrolled in one of the directions the corresponding scroll button is now disabled.

Locale settings

  • IgxDatePicker and IgxDateRangePicker now expose a weekStart input...

Released: Apr 8, 2022

13.2.0 での更新項目

機能

General

  • IgxPivotGrid:
    • Breaking Change - Changed the IPivotValue's formatter and styles functions optional parameters.
    • First optional parameter rowData is now of type IPivotGridRecord and contains more contextual information on the dimension and aggregation values. Previously it contained just the aggregation data object.
    • Also an additional optional columnData parameter can be added, which contains information on the column dimensions.
  • IgxExpansionPanel:
    • Changed the expansion panel layout by...

Released: Mar 2, 2022

13.1.0 での更新項目

機能

  • Added Angular Pivot Grid component - This component displays data in a pivot table that helps you perform complex analysis.
    • You can use it to configure and display your data in a multi-dimensional pivot table structure.
    • The rows and columns represent distinct data groups and the data cell values represent aggregations. This allows complex data analysis based on a simple flat data set.
    • The IgxPivotGridComponent is a feature-rich pivot table that provides easy configuration of different...

Released: Nov 23, 2021

13.0.0 での更新項目

機能

Added full support for Angular 13.

  • Added IgxStepper component - A highly customizable component that visualizes content as a process and shows its progress by dividing the content into chronological steps. The API has been exposed to control features like step validation, styling, orientation and easy-to-use keyboard navigation.
  • IgxFocusTrap directive - Added IgxFocusTrap directive which traps the Tab key focus within an element.
  • Added IgxSimpleComboComponent - A modification of the igx-combo...

Released: Oct 4, 2021

12.2.0 での更新項目

機能

Angular Grids: Grid, Tree Grid and Hierarchical Grid

  • Angular grid row styling - Added support for conditional styling of rows based on custom rules.
  • Add row at the top of the grid - Added the ability to programmatically spawn the add row UI by using two different public methods. One that accepts a row ID for specifying the row under which the UI should spawn and another that works by index. You can use these methods to spawn the UI anywhere within the current data view.
    (Changing the page or...

Released: Jul 28, 2021

12.1.0 での更新項目

機能

  • Improved Angular Docs Look and Feel
    • Fast and precise access to relevant information using new global search.
    • Improved page load time and added a clear navigation structure that helps readers locate information quickly.

Angular Components

  • Angular Accordion Component - A GUI component for building vertical expandable panels with clickable headers and associated content sections, displayed in a single container.
  • Angular Pagination Component - The Pagination component enables the user to select a...

Released: May 14, 2021

12.0.0 での更新項目

機能

Angular 12

  • Added full support for Angular 12.

Angular Components

  • Added new Angular Tree Component - The Angular Tree Component allows users to represent hierarchical data in a tree-view structure, maintaining parent-child relationships, as well as to define a static tree-view structure without a corresponding data model. Its primary purpose is to allow end-users to visualize and navigate within hierarchical data structures. The Ignite UI for Angular Tree Component also provides load on demand...

Released: Feb 17, 2021

11.1.0 での更新項目

機能

Angular Grids: Grid, Tree Grid and Hierarchical Grid

  • Added cascading selection mode to the tree grid. This allows you to select all the children recursively by selecting their parent.
  • Currency type column - The default currency column template shows a numeric value with currency symbol either prefixed or suffixed depending on locale.
  • Percent type column - Similar to the currency type column, the percent type column's default template tells the grid to display percentages based on the...

Released: Nov 11, 2020

11.0.0 での更新項目

機能

IgxGrid, IgxTreeGrid, IgxHierarchicalGrid

  • Added a new directive for re-templating the Microsoft Excel style filtering header icon - IgxExcelStyleHeaderIconDirective.
  • Changed the how the grid toolbar is instantiated in the grids. The toolbar is now templated rather than being activated through a property on the parent grid. The toolbar features are also exposed as templatable components and the old properties are deprecated.

FilteringStrategy

  • Breaking Change - filter method exposed by the...