igniteui-angular
Advanced tools
Changelog
11.0.15
IgxAutocomplete
igxAutocomplete
.<input type="text" [igxAutocomplete]="townsPanel" #autocompleteRef="igxAutocomplete"/>
Changelog
11.0.0
IgxGrid
, IgxTreeGrid
, IgxHierarchicalGrid
Added a new directive for re-templating the Excel style filtering header icon - IgxExcelStyleHeaderIconDirective
.
Breaking Change
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. The implementation of the Column Hiding UI has been changed in order to select which columns should be displayed, instead of hidden.
Refer to the official documentation for more information.
FilteringStrategy
filter
method exposed by the FilteringStrategy
class now requires 3rd advancedExpressionsTree
and 4th grid
parameters. If not needed, just pass null
.IgxCalendar
IgxOverlay
IgxOverlay
content is flipped, depending on the available space.