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 Selection.
- Column Selection.
- Expansion.
IgxCombo and IgxSimpleComboComponent
- Added new filterFunction input property. The new property allows you to change the way filtering is done in the combos.
- filteringOptions have been extended and now contains filterable and filteringKey properties.
- Breaking Changes - filterable property of IgxComboComponent has been deprecated and will be removed in a future version. Use filteringOptions.filterable instead.
IgxGridStateDirective
- Added support for restoring filtering expressions with custom filtering operands.
igxGrid
- Added built-in validation mechanism for Grid editing.
- Added the ability to auto-size columns to the size of their cells and header content on initialization by setting width as
auto.
IgcFormControl
- Added IgcFormControl directive that, when imported with its IgcFormsModule, is designed to seamlessly attach to form components from the Ignite UI for WebComponents package and allows using them in Angular templates and reactive forms with support for ngModel and formControlName directives. Currently the only Web Component with support through the directive is igc-rating.