19.2.0-rc.0
Pre-release
Pre-release
General
IgxCarousel- Removed deprecated property
keyboardSupport.
- Removed deprecated property
IgxSlide- Deprecation -
tabIndexhas been deprecated and will be removed in a future version.
- Deprecation -
IgxGrid,IgxHierarchicalGrid,IgxTreeGrid- A column's
minWidthandmaxWidthconstrain the user-specifiedwidthso that it cannot go outside their bounds. - In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
- In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
- A column's
IgxHierarchicalGrid- Introduced a new advanced filtering capability that enables top-level records to be dynamically refined based on the attributes or data of their associated child records.
- Added a new
schemainput property that can be used to pass collection ofEntityTypeobjects. This property is required for remote data scenarios.
IgxQueryBuilderComponent,IgxAdvancedFilteringDialogComponent- Added support for entities with hierarchical structure.
EntityType- A new optional property called
childEntitieshas been introduced that can be used to create nested entities.
- A new optional property called