Skip to content

7.1.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zdrawku zdrawku released this 07 Dec 16:48
· 23239 commits to master since this release

Features

  • IgxToolbar:
    • Added a new igxToolbarCustomContent directive which can be used to mark an ng-template which provides a custom content for the IgxGrid's toolbar (#2983)
  • IgxIconModule:
    • Breaking change igxIconService is now provided in root (providedIn: 'root') and IgxIconModule.forRoot() method is deprecated.
    • Breaking change glyphName property of the igxIconComponent is deprecated.
  • IgxMask:
    • placeholder input property is added to allow developers to specify the placeholder attribute of the host input element that the igxMask is applied on;
    • displayValuePipe input property is provided that allows developers to additionally transform the value on blur;
    • focusedValuePipe input property is provided that allows developers to additionally transform the value on focus;
  • IgxTreeGrid:
    • Batch editing - an injectable transaction provider accumulates pending changes, which are not directly applied to the grid's data source. Those can later be inspected, manipulated and submitted at once. Changes are collected for individual cells or rows, depending on editing mode, and accumulated per data row/record.
    • You can now export the tree grid both to CSV and Excel. The hierarchy and the records' expanded states would be reflected in the exported Excel worksheet.
    • Summaries - (#3076)