Infragistics Ignite UI Releases

Released: Nov 1, 2024

Updates in Ignite UI for React 18.7.4

Features

  • Added New Carousel Component - A responsive, lightweight component that provides a  flexible way to create slideshow-like web experience.
  • IgrInput - Changed change event argument type from IgrComponentDataValueChangedEventArgs to IgrComponentValueChangedEventArgs.

Released: Oct 28, 2024

Updates in Ignite UI for Web Components 5.1.1

Fixes

  • Library - internal import path for styles and public exports for themes.

Released: Oct 25, 2024

Updates in Ignite UI for Web Components 5.1.0

Features

  • Added Carousel component.
  • Added Form associated custom elements validation messages.
  • Library - migrated palettes to relative colors.
  • Updated themes for Badge, Card, Chips, Dropdown, Expansion Panel, Icon and Tabs.

Fixes

  • Checkbox, Switch - click event fires more than once.
  • Radio - click event fires more than once.
  • Library - export components event maps through the main package entrypoint.
  • Calendar - cannot select dates before UNIX epoch.

Released: Sep 30, 2024

Updates in Ignite UI for jQuery 24.1.9

Features

  • Grid
    • The grid's container element is no longer focusable.
  • Grid Filtering
    • Added ARIA attributes indicating expand/collapse state of the conditions dropdown.
    • Added ARIA roles for buttons in the filtering row.
    • Added a more verbose ARIA label for filter inputs.

Fixes

  • Grid Filtering
    • Conditions dropdown can now be navigated when using an accessibility tool.

Released: Sep 25, 2024

Updates in Ignite UI for Web Components 5.0.2

Features

  • Calendar and Date picker
    • Added header-date slot which renders content instead of the current date/range in the calendar header.
  • Input
    • Improved label typography.
  • Calendar, Select and Combo
    • Updated to the latest Indigo theme.

Fixes

  • Navigation drawer - Fixed error when using 'min-width' in mini variant.

Released: Sep 11, 2024

Updates in Ignite UI for Blazor 24.1.46

Features

  • Charts
    • New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgbCategoryChart, 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 - Added new axes for the Radial Pie Series in the IgbDataChart. This is to plot slices similar to a pie chart, a type of data...

Released: Sep 11, 2024

Updates in Ignite UI for React 18.7.0

Features

  • Added new Banner component that provides a way to easily display a prominent message to your application's users in a way that is less transient than a snackbar and less obtrusive than a dialog.
  • Added new DatePicker component used for entering a date via text input or choosing date values from a calendar dialog.
  • Added new Divider component.
  • Added support for native events for all components.
  • IgrIcon
    • Added setIconRef method. This allows to register and replace icons by SVG files.
    • All...

Released: Aug 30, 2024

Updates in Ignite UI for Web Components 5.0.1

Features

  • Checkbox, Radio, and Switch - Exported the CheckboxChangeEventArgs and RadioChangeEventArgs types for public use, providing more flexibility and control over event handling.

Fixes

  • Select - Resolved an issue where pressing the Tab key while a Select component's dropdown was open would incorrectly return focus to the document. Now, focus is correctly returned to the Select component after closing the dropdown.
  • Radio - Prevented form submission if a Radio component/group is invalid on...

Released: Aug 27, 2024

Updates in Ignite UI for Web Components 5.0.0

Features

  • Charts
    • New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgcCategoryChartComponent, 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 IgcDataChartComponent, to plot slices similar to a pie chart, a type of...

Released: Aug 26, 2024

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