Rilasci di Infragistics Ignite UI

Released: Aug 19, 2025

Aggiornamenti in Ignite UI for Web Components 6.2.0

Funzionalità

  • Geographic Map
    • New Azure Maps. This is a new geographic imagery mapping service provided by Microsoft for the Infragistics Geographic Map.
  • Form associated custom elements now expose the 'ig-invalid' custom state for styling with the ':state()' CSS selector.
  • Form associated custom elements validity behavior: now elements will try to mimic ':user-invalid', and won't apply invalid styles unless interacted through the UI or through a form 'requestSubmit()/reset()' invocation.

Correzioni...

Released: Jul 31, 2025

Aggiornamenti in Ignite UI for jQuery 24.2.12

Funzionalità

  • Separated igTemplating into two modules. The original igTemplating no longer allows conditions and iterations ({{if}} and {{each}} clauses). This allows it to be CSP-compliant as it doesn't rely on the creation of dynamic functions. To use conditions and iterations, you need to include the new igAdvancedTemplating in your loader config or as a file infragistics.templating.advanced.js. The infragistics.core.js bundle continues to include both modules and therefore the full...

Released: Jul 24, 2025

Aggiornamenti in Ignite UI for Blazor 25.1.46

Funzionalità

  • Charts
    • Added MaximumExtent and MaximumExtentPercentage properties for use with axis labels.

Correzioni

  • IgbRadialGauge
    • Radial label format properties do not work (e.g. Title, SubTitles).
  • IgbTab
    • Unexpected scrolling occurred when a new row was added to a grid that is in a tab panel.
  • IgbGrid
    • Crypto.randomUID not found error is thrown if a grid contains HeaderTemplate and the page is accessed using unsecured (http) protocol.

Released: Jul 24, 2025

Aggiornamenti in Ignite UI for React 19.0.1

Funzionalità

  • Charts
    • Added MaximumExtent and MaximumExtentPercentage properties for use with axis labels.

Correzioni

  • IgrRadialGauge
    • Radial label format properties do not work (e.g. Title, SubTitles).

Released: Jul 18, 2025

Aggiornamenti in Ignite UI for Angular 20.0.6

Funzionalità

  • IgxSimpleCombo
    • Added disableFiltering to the IgxSimpleCombo, which enables/disables the filtering in the list. The default is false.
  • IgxCombo, IgxSimpleCombo
    • Removed deprecated filteringOptions.filterable option.

Released: Jul 14, 2025

Aggiornamenti in Ignite UI for Web Components 6.1.2

Funzionalità

  • File input
    • Exposed CSS variables for styling of Shadow DOM parts.

Correzioni

  • Calendar
    • Vertical mode container paddings error.
  • Carousel
    • Pause automatic rotation on pointer-initiated focus.
    • Ensure igcSlideChanged event is emitted when a slide is changed.
  • Date picker
    • Styling issues.
  • Date range picker
    • CSS borders and elevation issues.
  • File input
    • Bootstrap invalid box-shadow styles.
  • Stepper
    • Error when setting linear property in deferred rendering scenarios.
  • Textarea
    • Readonly state styles...

Released: Jun 30, 2025

Aggiornamenti in Ignite UI for Angular 20.0.2

Funzionalità

  • Separating Button and Icon Button Themes - The button-theme and icon-button-theme functions are still available, but for more targeted customization, you can now use the specific theme function for each button type.
  • Component Themes Enchancements - Component themes have been improved to automatically calculate all necessary states (e.g. hover, focus, active) based on just a few key values.

Released: Jun 25, 2025

Aggiornamenti in Ignite UI for Web Components 6.1.1

Correzioni

  • Dropdown
    • Fixed issue with icon size in Bootstrap theme.
  • Input, File Input
    • Fixed product with label positioning and transition logic in Material theme.

Released: Jun 11, 2025

Aggiornamenti in Ignite UI for Web Components 6.1.0

Funzionalità

  • Added
    • Date Range Picker
  • Tooltip
    • Behavioral change: Tooltip default placement is 'bottom' now.
    • Behavioral change: Tooltip will not render an arrow indicator by default unless with-arrow is set.
    • Breaking change: Tooltip events will no longer return its anchor target in its detail property. You can still access it at event.target.anchor.
    • 'disableArrow' is deprecated. Use 'withArrow | with-arrow' to render an arrow indicator.

Correzioni

  • Calendar and Date Picker
    • Incorrect date rollover...

Released: Jun 7, 2025

Aggiornamenti in Ignite UI for Blazor 25.1.19

Funzionalità

  • Charts
    • New Chart Data Annotations:
      • Data Annotation Band Layer (Beta).
      • Data Annotation Line Layer (Beta).
      • Data Annotation Rect Layer (Beta).
      • Data Annotation Slice Layer (Beta).
      • Data Annotation Strip Layer (Beta).
    • The Data Tooltip and Data Legend expose a new LayoutMode property that you can use to layout the contents of the tooltip or legend in a table or vertical layout structure.
    • The DefaultInteraction property of the charts has been updated to include a new enumeration...