Infragistics Ignite UI Releases

Released: Jan 23, 2025

Updates in Ignite UI for Web Components 5.2.1

Features

  • Dialog - A new message slot that renders text content inside the dialog component has been added. The enhancement was introduced to align the design behavior between Ignite UI for WC and Ignite UI for Angular, ensuring a consistent user experience across products. The newly added 'message' slot comes with additional styling with a max-width of 40 characters. The default slot is also still available for rendering content inside the dialog without limiting the component's width.

Fixes...

Released: Jan 15, 2025

Updates in Ignite UI for jQuery 24.2.3

Features

  • 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 providing...

Released: Jan 9, 2025

Updates in Ignite UI for Web Components 5.2.0

Features

  • 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 picker...

Released: Dec 28, 2024

Updates in Ignite UI for React 18.7.6

Features

  • 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 (Beta...

Released: Dec 28, 2024

Updates in Ignite UI for Web Components 5.1.1

Features

  • 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 (Beta...

Released: Dec 28, 2024

Updates in Ignite UI for Blazor 24.2.52

Features

  • 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 utilizes a...

Released: Nov 30, 2024

Updates in Ignite UI for Blazor 24.2.19

Features

  • New Carousel component - The Ignite UI for Blazor Carousel is a responsive, lightweight component that provides the most flexible way to create slideshow-like web experience for users who navigate back and forth through a collection of images with text slides, links, and other HTML elements.
  • IgbInput - Changed change event argument type from IgbComponentDataValueChangedEventArgs to IgbComponentValueChangedEventArgs.

Released: Nov 27, 2024

Updates in Ignite UI for Angular 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 Ignite UI for Web Components 5.1.2

Features

  • Carousel component added select method overload accepting index.

Fixes

  • Fixed error with nested tabs selection.

Released: Nov 4, 2024

Updates in Ignite UI for Angular 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...