Infragistics Ignite UI Releases

Released: Dec 15, 2023

Updates in gnite UI for ASP.NET Core 23.2

Features

  • Now supports ASP.NET Core for .NET 8 projects.
  • Tag Helpers now support ASP.NET Core for .NET 8 projects.

Released: Dec 15, 2023

Updates in Ignite UI for Web Components 4.6.0

Features

Grid

  • Added new state persistence feature.

Released: Dec 14, 2023

Updates in Ignite UI for React 18.4.0

Features

React Grid

  • State Persistence
    • Added new State Persistence feature in React Grid which allows developers to easily save and restore the grid state. When the IgrGridState is applied on the React IgrGrid, it exposes the GetState, GetStateAsString, ApplyState and ApplyStateFromString methods that developers can use to achieve state persistence in any scenario. IgrGridState directive supports saving and restoring the state of the following features:
      • Sorting.
      • Filtering.
      • Advanced Filtering...

Released: Nov 29, 2023

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

Released: Nov 15, 2023

Updates in Ignite UI for Web Components 4.5.0

Features

  • Button group component - The Web Components Button Group component is used to organize IgcToggleButtonComponents into styled button groups with horizontal/vertical alignment, single/multiple selection and toggling.
  • Toggle button component - The IgcToggleButtonComponent is used in combination with the IgcButtonComponent component to achieve toolbar like UX.
  • Navigation drawer now supports CSS transitions.
  • Added a position attribute for toast and snackbar components.

Released: Oct 26, 2023

Updates in Ignite UI for Angular 17.0.0

Features

  • General
    • Added support for Angular 17.
    • Standalone components support is now official:
      • Added IGX_RADIO_GROUP_DIRECTIVES for IgxRadioGroupDirective and IgxRadioComponent.
    • Animations are now imported from igniteui-angular/animations/@infragistics/igniteui-angular/animations.
    • Tree-shaking of the product has been improved
      • igniteui-angular-i18n is now tree-shakeable.
      • igniteui-angular/animations is now tree-shakeable.
      • igniteui-angular components have improved tree-shaking.
      • Breaking Change...

Released: Oct 23, 2023

Updates in Ignite UI for React 18.3.0

Features

  • Added a new React Data Grid component which is used for displaying data in a tabular format quickly and easily. The Data Grid is a modern grid component which has several features including:
    • Header Template - The Header Template allows you to customize the appearance and behavior of column headers.
    • Cell Template - The Cell Template enables you to customize the appearance and behavior of cells.
    • Collapsible Column Groups - The React Grid Collapsible Column Groups feature in Ignite UI...

Released: Jun 15, 2022

Updates in Infragistics Ignite UI for Blazor

23.1

Updated Jun 28, 2022

Features

  • Added new ComboBox component which represents a drop-down list that provides editable functionalities, allowing users to choose multiple options from a predefined list. The Ignite UI for Blazor ComboBox Component also provides filtering capabilities, grouping, and adding custom values to a dropdown list. It can be used as an alternative to the HTML select tag and has several out-of-the-box features such as data binding (local and remote), filtering, grouping...

Released: Jun 15, 2022

Updates in Infragistics Ignite UI for jQuery

22.1 Build 22.1.20221.10

Updated Jul 22, 2022

Fixes

  • igCombo
    • The igCombo items are not displayed correctly.
    • If igCombo has larger itemTemplate then the content is cut off.
  • igGrid
    • Selected cell indexes, obtained through igGridSelection API, are incorrect under certain circumstances.

22.1

Updated Jun 15, 2022

Features

  • Added new Data Legend component - The igDataLegend is a new component that works much like the Legend component, but it shows values of series and provides several configuration...

Released: Jun 15, 2022

Updates in Infragistics Ignite UI for React

22.1

Updated Jun 15, 2022

Features

  • Added 15 new React controls:
    • React Avatar - The React Avatar component helps you add initials, images, or material icons to your application.
    • React Badge - The React Badge is a component used in conjunction with avatars, navigation menus, or other components in an application when a visual notification is needed. Badges are usually designed as icons with a predefined style to communicate information, success, warnings, or errors.
    • React Button - The React Button...