Infragistics Professional 릴리스

Released: Oct 3, 2025

Ultimate UI for WPF 25.1.117 버젼 업데이트

기능

  • Azure Map Imagery Support for XamGeographicMap (Beta)
    • The XamGeographicMap now supports Azure-based map imagery, allowing developers to display detailed, dynamic maps across multiple application types. You can combine multiple map layers, visualize geographic data, and create interactive mapping experiences with ease. Note: Support for Bing Maps imagery is being phased out. Existing enterprise keys can still be used to access Bing Maps, ensuring your current applications continue to function...

Released: Sep 30, 2025

Ignite UI for Blazor 25.1.82 버젼 업데이트

기능

  • IgniteUI.Blazor (Geographic Map) - Breaking Changes
    • AzureMapsMapImagery was renamed to IgbAzureMapsImagery.
    • AzureMapsImageryStyle.Imagery was renamed to AzureMapsImageryStyle.Satellite.
    • The following AzureMapsImageryStyle enum values were renamed to include the Overlay suffix:
      • TerraOverlay.
      • LabelsRoadOverlay.
      • LabelsDarkGreyOverlay.
      • HybridRoadOverlay.
      • HybridDarkGreyOverlay.
      • WeatherRadarOverlay.
      • WeatherInfraredOverlay.
      • TrafficAbsoluteOverlay.
      • TrafficRelativeOverlay.
      • TrafficRelativeDarkOverlay...

Released: Sep 18, 2025

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

기능

  • Added Chat component.

수정사항

  • Fixed 'peerDependencies' versions.
  • List
    • Removed duplicated CSS variables across list components and themes.

Released: Sep 16, 2025

Ignite UI for React 19.2.1 버젼 업데이트

기능

  • New Azure Maps - This is a new geographic imagery mapping service provided by Microsoft for the Infragistics Geographic Map.
  • DatePicker should now update calendar view on typing, as Date Range Picker.

수정사항

  • Calendar
    • Navigation styling issue.
  • Card
    • Slotted igc-avatar size styles in supported themes.
  • Combo
    • Dropdown initial height problem.
    • Problem with icon size styles for Indigo theme.
  • DatePicker, DateRangePicker
    • Disabled styles error.
  • Input
    • Prefix and suffix slot styles for Bootstrap theme...

Released: Sep 16, 2025

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

수정사항

  • Minor bug fixes around styles.

Released: Sep 1, 2025

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

기능

  • Date picker
    • You can now set the picker calendar's active date based on user input.
  • New Axis Label Events (preview)
    • The following events have been added to the DataChart to allow you to detect different operations on the axis labels:
      • LabelMouseDown.
      • LabelMouseUp.
      • LabelMouseEnter.
      • LabelMouseLeave.
      • LabelMouseMove.
      • LabelMouseClick.
  • Companion Axis (preview)
    • Added CompanionAxis properties to the X and Y axis that allow you to quickly create a clone of an existing axis. When enabled using the...

Released: Aug 21, 2025

Ignite UI for React 19.2.0 버젼 업데이트

기능

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

수정사항

  • Input
    • Invalid state in readonly mode.
    • Cannot style helper-text.
    • Placeholder and label alignment in Material theme.
    • Label positioning and transition logic...

Released: Aug 21, 2025

Ignite UI for Blazor 25.1.63 버젼 업데이트

기능

  • Geographic Map
    • New Azure Maps. This is a new geographic imagery mapping service provided by Microsoft for the Infragistics Geographic Map.
  • The following properties of these components are now nullable:
    • IgbButton: Form.
    • IgbCalendar: SpecialDates, DisabledDates.
    • IgbCombo: ValueKey, DisplayKey, GroupKey.
    • DatePicker: Value, Min, Max.
    • DateTimePicker: Value, Min, Max.
    • IgbDropdown: SelectedItem.
    • IgbInput: Pattern, MinLength, MaxLength, Min, Max, Step.
    • Select: Value, SelectedItem.
    • IgbTile: ColStart...

Released: Aug 19, 2025

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

기능

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

수정사항

  • Input
    • Invalid...

Released: Jul 31, 2025

Ignite UI for jQuery 24.2.12 버젼 업데이트

기능

  • 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 functionality of...