Infragistics Ignite UI for Blazor 版本发布

查看各个版本中的新增内容,包括功能、增强和已解决问题的详细信息。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Infragistics Ignite UI for Blazor 26.1.982026年8月6日
功能
  • IgniteUI.Blazor
    • Added axis visibility properties to Axis and all XYChart-derived charts, allowing individual axis elements to be toggled without style overrides:
      • AreLabelsVisible - Hides the tick label text while the label panel keeps its layout slot.
      • AreTickMarksVisible - Hides the tick mark strokes.
      • AreAnnotationsVisible - Hides axis annotations (e.g. FinalValueLayer badges).
      • IsLabelPanelVisible - Collapses the entire label panel to zero extent.
      • The corresponding chart-level forwarding properties XAxisAreLabelsVisible, XAxisAreTickMarksVisible, XAxisAreAnnotationsVisible, XAxisIsLabelPanelVisible, YAxisAreLabelsVisible, YAxisAreTickMarksVisible, YAxisAreAnnotationsVisible and YAxisIsLabelPanelVisible were added on IgbCategoryChart, IgbFinancialChart and other XYChart-derived charts.
    • Added LegendItemBadgeMarkerSizeScaling to series, which controls how legend badges scale with the series MarkerSize. Supported values are Auto (default, interpolates the badge between 1x and 2x), None (badge keeps its default size) and Linear (badge scales directly with MarkerSize). The resolved sizes are exposed through the read-only ActualLegendItemBadgeMarkerWidth and ActualLegendItemBadgeMarkerHeight properties.
    • Added StartInset and EndInset to IgbLinearGraphRange (used by IgbLinearGauge and IgbBulletGraph) and to IgbRadialGaugeRange. The properties trim a range's start and end edges inward by a distance measured in device-independent pixels, producing a consistent gap between adjacent ranges regardless of the gauge's size or value range. Both default to 0, so ranges continue to meet flush unless an inset is set.
  • IgniteUI.Blazor (Grids)
    • Updated the internal Ignite UI for Angular reference from 21.2 to 22.0, refreshing the generated models for IgbGrid, IgbTreeGrid, IgbHierarchicalGrid and IgbRowIsland, including the new GridBase, HierarchicalGridBase and RowIslandBase shared surfaces.
修复
  • IgbInput and other web inputs - Components were not registered on load; defineAllComponents registration was restored.
  • IgbGrid - Filtering event detail payload now uses FilteringExpressionsTree instead of the previous incorrect type.
  • Web inputs - ReportValidity and CheckValidity returned the wrong type on IgbCheckbox, IgbCombo, IgbDatePicker, IgbDateRangePicker, IgbInput, IgbRating, IgbSelect, IgbSlider and IgbTextarea.
  • Web inputs - Focus options were not marshalled correctly; they are now treated as a plain object.
  • IgbChat and other web components - Enum-typed properties were not serialized correctly when passed through the renderer element.
  • IgbRadialGauge, IgbLinearGauge, IgbBulletGraph - Null reference exception could occur in the gauges.
  • IgbSpreadsheet - Horizontal lines were not displayed correctly, and SVG shapes shifted position as line thickness changed.
  • IgbDataPieChart - SeriesPointerEnter did not reach handlers on hover, and aggregated-away buckets were incorrectly measured in the angular range.
  • IgbDataPieChart - Slice layers showed the wrong image when a requested image changed before a prior image finished loading.
  • IgbDataChart - Chart was not disposed correctly on destroy.
Infragistics Ignite UI for Blazor 26.1主版本2026年6月24日
功能
  • IgbChat (Preview) - a chat component with messages, reactions, suggestions, and typing indicators.
  • IgbSplitter - resizable two-pane layouts with collapse, keyboard support, and nesting.
  • IgbHighlight - search and highlight text projected into the component.
  • IgbDockManager - two-way Layout binding plus new pane and tab events (Dock Manager 2.1).
  • Four Agent Skills - components, grids, theming, and design-to-view guidance for AI assistants.