Released: Mar 13, 2025
Updates in 19.2.0
Features
IgxCarousel
- Removed deprecated property keyboardSupport.
IgxSlide
- Deprecation - tabIndex has been deprecated and will be removed in a future version.
IgxGrid, IgxHierarchicalGrid, IgxTreeGrid
- A column's minWidth and maxWidth constrain the user-specified width so 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...
Released: Feb 28, 2025
Updates in 19.1.1
Features
IgxListItem
- Added a new
selected
input property, making it easier to indicate when a list item is selected by applying styling responsible for that state.
Released: Nov 27, 2024
Updates in 19.1.0
Features
IgxBanner
- Introduced a new expanded input property, enabling dynamic control over the banner's state. The banner can now be programmatically set to 'expanded' (visible) or 'collapsed' (hidden) both initially and at runtime. Animations will trigger during runtime updates - the open animation plays when expanded is set to true, and the close animation plays when set to false. However, no animations will trigger when the property is set initially.
- The banner's event lifecycle (opening...
Released: Nov 4, 2024
Updates in 19.0.0
Features
- Added Angular 19 support.
- IgxFilteringService, IgxGridBaseDirective
- Deprecation The filterGlobal method has been deprecated and will be removed in a future version.
- IgxColumn
- Introduced the
disabledSummaries
property, allowing users to specify which summaries should be disabled for a given column. This property accepts an array of strings corresponding to the summary keys, enabling selective control over both default summaries (e.g., 'Count', 'Min') and any custom summaries created by...
Released: Aug 26, 2024
Updates in 18.2.0
Features
- IFilteringExpressionsTree, FilteringExpressionsTree. Deprecation The find and findIndex methods have been deprecated and will be removed in a future version. A ExpressionsTreeUtil class has been added which provides the same functionality.
- IgxSimpleCombo: Introduced ability for Simple Combo to automatically select and retain valid input on "Tab" press enhancing user experience by streamlining data entry and reducing the need for manual selection improving form navigation.
- IgxGrid...
Released: Jul 9, 2024
Updates in 18.1.0
Features
- Data Pie Chart - The IgxDataPieChartComponent is a new component that renders a pie chart. This component works similarly to the IgxCategoryChartComponent, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
- New Proportional Category Angle Axis - New axes for the Radial Pie Series in the IgxDataChartComponent, to plot slices similar to a pie chart, a type of...
Released: May 16, 2024
Updates in 18.0.0
Features
- Added support for Angular 18.
- IgxCombo and IgxSimpleCombo
- Introduced ability to hide the clear icon button when the custom clear icon template is empty.
- IgxDateTimeEditor and IgxTimePicker
- You can now accept the following custom inputFormat options, as Angular's DatePipe:
- Fractional seconds: S, SS, SSS.
- Period (Am/Pm): a, aa, aaa, aaaa, aaaaa.
- IgxPivotGrid
- Added templatable row dimension headers displayed on the top, above all row headers.
- Replaced the showPivotConfigurationUI property...
Released: Apr 26, 2024
Updates in 17.3.0
Features
- Charts
- XamRadialChart
- Added a new Label Mode The IgxCategoryAngleAxisComponent for the now exposes a LabelMode property that allows you to further configure the location of the labels. This allows you to toggle between the default mode by selecting the Center enum, or use the new mode, ClosestPoint, which will bring the labels closer to the circular plot area.
- Gauges
- IgxRadialGaugeComponent:
- Added new title/subtitle properties:
- TitleText, SubtitleText will appear near the bottom the...
Released: Jan 15, 2024
Updates in 17.2.0
Features
- Charts
- Chart Highlight Filter - The IgxCategoryChartComponent and IgxDataChartComponent now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.
- Calendar...
Released: Nov 29, 2023
Updates in 17.1.0
Features
- IgxGrid, IgxTreeGrid and IgxHierarchicalGrid
- Added a new rowClick output that fires when the user clicks on a row element of the grid, including group rows.
- IgxTree
- Added new toggleNodeOnClick property which determines whether clicking over a node will change its expanded state or not. Set to false by default.
- IgxPivotGrid
- IPivotDimension interface now exposes a property called displayName similar to the one in the IPivotValue interface. This property is optional and will be displayed...