Released: Jan 15, 2025
Actualizaciones en Ignite UI for jQuery 24.2.3
Características
- Infragistics Ignite UI for jQuery now supports the recently released jQuery 3.7 and jQuery UI 1.14.
- Infragistics Ignite UI for ASP.NET Core now supports .NET 9 projects.
- igGrid and igHierarchicalGrid - Added new property: rowAttributeTemplate that allows you to add arbitrary attributes to rows.
- igGridFiltering - Added new property: filterCellLabelTemplate (overridable per column through the corresponding column setting) that allows you to display visual labels in header cells...
Released: Jan 9, 2025
Actualizaciones en Ignite UI for Web Components 5.2.0
Características
- Form-associated elements now have a defaultValue property (defaultChecked for radio buttons, checkboxes, and switches). When a form is reset, components will use this property's value as their new value or checked state.
- Calendar - Enabled passing of string values to the value, values and activeDate properties.
- Checkbox - Updated style implementation and improved slotted checkbox styles.
- Date-time input - Enabled passing of string values to the value, min and max properties.
- Date...
Released: Dec 28, 2024
Actualizaciones en Ignite UI for Web Components 5.1.1
Características
- DashboardTile (Beta) - The new Dashboard Tile component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in Toolbar component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.
- New ColorEditor (Beta) and Toolbar ToolAction...
Released: Dec 28, 2024
Actualizaciones en Ignite UI for Blazor 24.2.52
Características
- Microsoft .NET 9 Support - As of version 24.2, the Ignite UI for Blazor toolset supports .NET 9. With this release and per the Microsoft .NET lifecycle, Infragistics no longer support .NET 3.1, .NET 5, or .NET 7.
- Charts
- DashboardTile (Beta) - The new Dashboard Tile component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control...
Released: Dec 28, 2024
Actualizaciones en Ignite UI for React 18.7.6
Características
- DashboardTile (Beta) - The new Dashboard Tile component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in Toolbar component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.
- New ColorEditor (Beta) and Toolbar ToolAction...
Released: Dec 20, 2024
Actualizaciones en Ultimate UI for WPF 24.2
Características
- Microsoft .NET 9 Support - As of version 2024.2, the Ultimate UI for WPF toolset supports .NET 9. With this release and per the Microsoft .NET lifecycle, Infragistics no longer support .NET 3.1, .NET 5, or .NET 7.
- XamDashboardTile (Beta) - The XamDashboardTile component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a...
Released: Dec 20, 2024
Actualizaciones en Ultimate UI for Windows Forms 24.2
Características
- Microsoft .NET 9 Support - As of version 2024.2, the Ultimate UI for Windows Forms toolset supports .NET 9. With this release and per the Microsoft .NET lifecycle, Infragistics no longer support .NET 3.1, .NET 5, or .NET 7.
- Breaking Change - With the release of .NET 9, the Binary Formatter used by many save and load methods in the Ultimate UI for Windows Forms toolset has been removed by Microsoft.
Released: Nov 27, 2024
Actualizaciones en Ignite UI for Angular 19.1.0
Características
- Behavioral Changes - the
maximumIndicatorsCount
input property now defaults to 10
.
- Deprecation -
CarouselIndicatorsOrientation
enum members top
and bottom
have been deprecated and will be removed in a future version. Use start
and end
instead.
Released: Nov 4, 2024
Actualizaciones en Ignite UI for Web Components 5.1.2
Características
- Carousel component added select method overload accepting index.
Correcciones
- Fixed error with nested tabs selection.
Released: Nov 4, 2024
Actualizaciones en Ignite UI for Angular 19.0.0
Características
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 the user.
Themes...