7.1.0-beta.0
Pre-release
Pre-release
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 anng-template
which provides a custom content for the IgxGrid's toolbar (#2983)
- Added a new
IgxIconModule
:- Breaking change
igxIconService
is now provided in root (providedIn: 'root') andIgxIconModule.forRoot()
method is deprecated. - Breaking change
glyphName
property of theigxIconComponent
is deprecated.
- Breaking change
IgxMask
:placeholder
input property is added to allow developers to specify the placeholder attribute of the host input element that theigxMask
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)