igniteui-angular
Advanced tools
Changelog
18.0.0
IgxCombo
, IgxSimpleCombo
:
IgxDateTimeEditor
, IgxTimePicker
:
inputFormat
options, as Angular's DatePipe:
IgxPivotGrid
showPivotConfigurationUI
property with pivotUI
property, adding ability now to enable/disable the configuration UI and/or the new row dimension headers.sortable
property for each IPivotDimension.IgxOverlayService
, IgxToggleDirective
:
offsetMode
parameter to the setOffset
method that determines whether to add (by default) or set the offset values using OffsetMode.Add
and OffsetMode.Set
.Avatar
- Small (All Themes)Button
- Large (Material), Medium (Bootstrap, Fluent, Indigo)Button Group
- Large (Material), Medium (Bootstrap, Fluent, Indigo)Card
- Medium (All Themes)Combo
- Medium (All Themes)Chip
- Medium (All Themes)Date/Time Picker
- Medium (All Themes)Dropdown
- Medium (All Themes)Dialog
- Medium (All Themes)Icon
- Large (All Themes)Icon Button
- Large (Material), Medium (Bootstrap, Fluent, Indigo)Input Group
- Medium (All Themes)List
- Medium (All Themes)Tree
- Medium (All Themes)Rating
- Medium (All Themes)Select
- Medium (All Themes)displayDensity
. Size is now controlled only through the custom CSS property --ig-size
. Refer to the Update Guide and components documentation for usage details.IgxBanner
banner
property of BannerEventArgs
and BannerCancelEventArgs
. Automatic migration to owner
is applied.IgxGrid
, IgxTreeGrid
, IgxHierarchicalGrid
movable
property of IgxColumnComponent
.IgxOverlayService
PositionSettings.target
(in favor of general OverlaySettings.target
).attach
method overload accepting ComponentFactoryResolver
(trough NgModuleRef
-like object) with shortcut overload that uses just the root scope and createComponent
. The overload accepting ViewComponentRef
is still recommended for local injection context.IgxPivotGrid
IgxPivotDateDimension
deprecated getters inBaseDimension
and inOption
have been removed.IgxSimpleCombo
ngModel
and formControlName
directives, the model would not be updated when the user types into the input and will only be updated on selection.