Infragistics Ignite UI 릴리스

Released: Jun 4, 2025

Ignite UI for Angular 20.0.0 버젼 업데이트

기능

  • Angular 20 Compatibility - Ignite UI for Angular now supports Angular 20.
  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid, IgxPivotGrid
    • Added a new igxGridEmpty template directive that allows assigning the emptyGridTemplate declaratively, without the need to get and assign reference, like other grid templates.
    • Added a new igxGridLoading template directive that allows assigning the loadingGridTemplate declaratively, without the need to get and assign reference, like other grid templates...

Released: May 29, 2025

Ignite UI for jQuery 24.2.8 버젼 업데이트

수정사항

  • Replaced usage of left-over deprecated jQuery API functions.
  • String functions such as 'startsWith' and 'endsWith' are now not replaced by a polyfill in modern browsers.

Released: May 28, 2025

Ignite UI for Web Components 6.0.1 버젼 업데이트

기능

  • Radio group
    • Slotted <label> elements have default styles based on the current theme.

수정사항

  • Chip
    • Styling discrepancies.
  • DateTime Input
    • Ensure igcChange is emitted in case an incomplete mask value has been filled.
  • Input
    • Browser default autofill background styles.
  • Textarea
    • Dynamic prefix/suffix slot content state.

Released: May 15, 2025

25.1 버젼 업데이트

기능

Ignite UI for Angular

  • Ignite UI Angular Grid component received a significant update to its SSR (server-side rendering) and SSG (prerendering). It now renders all its inner elements with appropriate relative sizes, allowing seamless client rehydration and subsequent databinding.
  • Tile Manager Component enables the display of content in individual tiles, allowing users to interact with these tiles by rearranging and resizing them, giving them the freedom to customize the layout and appearance...

Released: Apr 30, 2025

Ignite UI for Blazor 24.2.111 버젼 업데이트

기능

  • New Components
    • Added new IgbTileManager component.
  • List
    • Added new property to 'IgbListItem' called 'Selected'.
  • Accordion
    • Added new events Open and Close.
  • All Grids
    • Now allow applying of initial filtering through the 'FilteringExpressionsTree' property.

수정사항

  • IgbDataGrid
    • Loading a layout with one of the date-specific filter operators results in a TypeError console error.
    • Multiselection is not working correctly.
  • IgbCombo
    • Undefined reference error is thrown when a datasource is replaced.
  • IgbInput...

Released: Apr 30, 2025

Ignite UI for React 19.0.0 버젼 업데이트

기능

  • Stepper
    • Stepper Step's 'titlePosition' now defaults to auto, instead of being undefined.
  • Tabs
  • igr-tab panel property has been removed.
    • igr-tab-panel component has been removed. The igr-tab now encompasses both the tab header and the tab content in a single component.
  • Removed
    • IgrCheckboxChangeEventArgs removed, use IgrCheckboxChangeEventArgs instead.
    • IgrRadioChangeEventArgs removed, use IgrRadioChangeEventArgs instead.
    • IgrRangeSliderValue removed, use IgrRangeSliderValueEventArgs instead...

Released: Apr 29, 2025

Ignite UI for Web Components 6.0.0 버젼 업데이트

기능

  • Stepper
    • Stepper Step's 'titlePosition' now defaults to auto, instead of being undefined.
  • Changed
    • The minimum Node version required is now 20.
  • Removed
    • Library
      • CheckboxChangeEventArgs removed, use IgcCheckboxChangeEventArgs instead.
      • RadioChangeEventArgs removed, use IgcRadioChangeEventArgs instead.
      • IgcRangeSliderValue removed, use IgcRangeSliderValueEventArgs instead.
      • IgcActiveStepChangingArgs removed, use IgcActiveStepChangingEventArgs instead.
      • IgcActiveStepChangedArgs removed, use...

Released: Apr 23, 2025

Ignite UI for Web Components 5.4.1 버젼 업데이트

기능

  • Added File Input component.
  • Added Tooltip component.
  • Exposed more public API type aliases for component property types like ButtonVariant, PickerMode, StepperOrientation, HorizontalTransitionAnimation (carousel and horizontal stepper) and more.
  • Improved Card spacing styles.
  • Carousel - You can now use the new button focus arrow color.
  • Checkbox - You can now use the new focus border color.
  • Radio - You can now use the new focus border color.
  • Tile manager
    • Improved tile swap behavior based on drag...

Released: Apr 5, 2025

Ignite UI for jQuery 24.2.7 버젼 업데이트

수정사항

  • Replaced usage of additional deprecated jQuery API functions such as:
    • Setting outline to 0 through jQuery.css.
    • jQuery.isArray.
    • Shorthand functions such as keydown, mousedown, dblclick, focus and select.

Released: Mar 31, 2025

Ignite UI for Blazor 24.2.92 버젼 업데이트

기능

  • All Grids
    • Added new 'DisabledSummaries' for the columns of the grid, allowing the developers to skip some of the summaries.
    • Encapsulate internal grid action button.

수정사항

  • IgbDialog
    • When ShowAsync and HideAsync are called, the subsequent code is not executed.