Infragistics Ignite UI 新版本發表

Released: Sep 25, 2024

Ignite UI for Web Components 5.0.2 中的更新

特性

  • Calendar and Date picker
    • Added header-date slot which renders content instead of the current date/range in the calendar header.
  • Input
    • Improved label typography.
  • Calendar, Select and Combo
    • Updated to the latest Indigo theme.

修補程式

  • Navigation drawer - Fixed error when using 'min-width' in mini variant.

Released: Sep 11, 2024

Ignite UI for Blazor 24.1.46 中的更新

特性

  • Charts
    • New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgbCategoryChart, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
    • New Proportional Category Angle Axis - Added new axes for the Radial Pie Series in the IgbDataChart. This is to plot slices similar to a pie chart, a type of data...

Released: Sep 11, 2024

Ignite UI for React 18.7.0 中的更新

特性

  • Added new Banner component that provides a way to easily display a prominent message to your application's users in a way that is less transient than a snackbar and less obtrusive than a dialog.
  • Added new DatePicker component used for entering a date via text input or choosing date values from a calendar dialog.
  • Added new Divider component.
  • Added support for native events for all components.
  • IgrIcon
    • Added setIconRef method. This allows to register and replace icons by SVG files.
    • All...

Released: Aug 30, 2024

Ignite UI for Web Components 5.0.1 中的更新

特性

  • Checkbox, Radio, and Switch - Exported the CheckboxChangeEventArgs and RadioChangeEventArgs types for public use, providing more flexibility and control over event handling.

修補程式

  • Select - Resolved an issue where pressing the Tab key while a Select component's dropdown was open would incorrectly return focus to the document. Now, focus is correctly returned to the Select component after closing the dropdown.
  • Radio - Prevented form submission if a Radio component/group is invalid on initial...

Released: Aug 27, 2024

Ignite UI for Web Components 5.0.0 中的更新

特性

  • Charts
    • New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgcCategoryChartComponent, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
    • New Proportional Category Angle Axis - New axes for the Radial Pie Series in the IgcDataChartComponent, to plot slices similar to a pie chart, a type of data...

Released: Aug 26, 2024

Ignite UI for Angular 18.2.0 中的更新

特性

  • IgxSimpleCombo: Introduced ability for Simple Combo to automatically select and retain valid input on "Tab" press enhancing user experience by streamlining data entry and reducing the need for manual selection improving form navigation.
  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • To streamline the sorting of columns with custom formats, a new FormattedValuesSortingStrategy has been introduced. This strategy simplifies the sorting process by allowing direct sorting based on formatted values...

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

Released: Jul 9, 2024

Ignite UI for Angular 18.1.0 中的更新

特性

  • IgxPivotGrid
    • Added horizontal layout for row dimensions. Can be configured through the pivotUI rowLayout property.
    • Added horizontalSummary property for each IPivotDimension, enabling summary row when using horizontal layout.
    • Added the horizontalSummariesPosition property to the pivotUI, configuring horizontal summaries position.
    • Keyboard navigation can now move in to row headers back and forth from any row dimension headers or column headers.
    • Added keyboard interactions for row dimension...

Released: Jul 3, 2024

Ignite UI for Web Components 4.11.0 中的更新

特性

  • Changed the Toast Component Indigo Theme.
  • Changed the Rating Component Indigo Theme.
  • Changed the Stepper Component Indigo Theme.

Released: Jul 3, 2024

Ignite UI for Web Components 4.11.1 中的更新

修補程式

  • Fixed issue with Stepper Design in vertical mode.