Infragistics Professional - includes Ignite UI for Blazor 23.2.189
Released: Mar 29, 2024
Ignite UI for Blazor 23.2.189 での更新項目
機能
HierarchicalGrid
Added a new HierarchicalGrid component.
IgbTextarea
Added a new IgbTextarea component.
IgbButtonGroup
Added a new IgbButtonGroup component.
IgbDockManager
Added a new ProximityDock property. If enabled, docking indicators are not visible and the end user can dock the dragged pane by dragging it close to the target pane edges.
Added a new ContainedInBoundaries property. Determines whether the floating panes are kept inside the Dock Manager boundaries. Defaults to false.
Added a new ShowPaneHeaders property. Determines whether pane headers are only shown on hover or always visible. Defaults to always.
IgbTree
Added a new toggleNodeOnClick property which determines whether clicking over a node will change its expanded state or not. Defaults to false.
IgbRating
Added allowReset. When enabled, selecting the same value will reset the component. Behavioral change - In previous releases this was the default behavior of the rating component. Make sure to set allowReset if you need to keep this behavior in your application.
Select, IgbDropdown
Exposed selectedItem, items and groups getters.
RadialGauge
Added new OpticalScalingEnabled and OpticalScalingSize properties for the RadialGauge. This new feature will manage the size at which labels, titles, and subtitles of the gauge have 100% optical scaling.
IgbInput, IgbMaskInput, IgbDateTimeInput, and IgbRating
Readonly has been renamed to ReadOnly.
IgbInput
Maxlength has been renamed to MaxLength.
Minlength has been renamed to MinLength.
Deprecations
The size property and attribute have been deprecated for all components. Use the --ig-size CSS custom property instead.
IgbDateTimeInput
MinValue and MaxValue properties have been deprecated. Please, use Min and Max instead.
IgbRangeSlider
AriaLabelLower and AriaLabelUpper properties have been deprecated. Please, use ThumbLabelLower and ThumbLabelUpper instead.