Infragistics Ultimate - includes Ignite UI for React 18.6.1
Released: Jul 11, 2024
Ignite UI for React 18.6.1 での更新項目
機能
General
IgrInput and IgrTextarea - Exposed ValidateOnly to enable validation rules being enforced without restricting user input.
IgrDropdown - positionStrategy property has been deprecated. The dropdown now uses the IgrPopover API to render its container in the top layer of the browser viewport, making the property obsolete.
IgrDockManager - IgrSplitPane isMaximized has been deprecated. Having isMaximized set to true on a split pane level has no real effect as split panes serve as containers only, meaning they have no actual content to be shown maximized. Use the isMaximized property of IgrTabGroupPane and/or IgrContentPane instead.
Grids
DisplayDensity has been deprecated in favor of the --ig-size CSS custom property.
Charts
Data Legend Grouping and Data Tooltip Grouping - A new grouping feature has been added. The property GroupRowVisible toggles grouping with each series opting in can assign group text via the DataLegendGroup property. If the same value is applied to more than one series then they will appear grouped. Useful for large datasets that need to be categorized and organized for all users.
Chart Selection - Added new series selection styling. This is adopted broadly across all category, financial and radial series for IgrCategoryChart and IgrDataChart. Series can be clicked and shown a different color, brightened or faded, and focus outlines. Manage which items are effected through individual series or entire data item. Multiple series and markers are supported. Useful for illustrating various differences or similarities between values of a particular dataitem. Also SelectedSeriesItemsChanged event and SelectedSeriesItems are available for additional help to build out robust business requirements surrounding other actions that can take place within an application such as a popup or other screen with data analysis based on the selection.
Treemap Highlighting - Exposed a highlightingMode property that allows you to configure the mouse-over highlighting of the items in the tree map. This property takes two options: Brighten where the highlight will apply to the item that you hover the mouse over only, and FadeOthers where the highlight of the hovered item will remain the same, but everything else will fade out. This highlight is animated, and can be controlled using the highlightingTransitionDuration property.
Treemap Percent-based Highlighting - Added new percent-based highlighting, allowing nodes to represent progress or subset of a collection. The appearance is shown as a fill-in of its backcolor up to a specific value either by a member on your data item or by supplying a new HighlightedItemsSource. Can be toggled via highlightedValuesDisplayMode and styled via FillBrushes.
IgrToolbar - Added a new IsHighlighted option for ToolAction meant for outlining a border around specific tools of choice.
Gauges
IgrRadialGauge
Added a new label for the highlight needle. HighlightLabelText and HighlightLabelSnapsToNeedlePivot and many other styling related properties for the HighlightLabel have been added.
不具合の修正
Grids
IgrPivotGrid - Configuration of the component can now be applied correctly.