Released: Apr 30, 2025
Ignite UI for React 19.0.0 での更新項目
機能
- Stepper
- Stepper Step's 'titlePosition' now defaults to auto, instead of being undefined.
- Tabs
- igr-tab panel property has been removed.
- igr-tab-panel component has been removed. The igr-tab now encompasses both the tab header and the tab content in a single component.
- Removed
- IgrCheckboxChangeEventArgs removed, use IgrCheckboxChangeEventArgs instead.
- IgrRadioChangeEventArgs removed, use IgrRadioChangeEventArgs instead.
- IgrRangeSliderValue removed, use IgrRangeSliderValueEventArgs instead...
Released: Apr 29, 2025
Ignite UI for Web Components 6.0.0 での更新項目
機能
- Stepper
- Stepper Step's 'titlePosition' now defaults to auto, instead of being undefined.
- Changed
- The minimum Node version required is now 20.
- Removed
- Library
- CheckboxChangeEventArgs removed, use IgcCheckboxChangeEventArgs instead.
- RadioChangeEventArgs removed, use IgcRadioChangeEventArgs instead.
- IgcRangeSliderValue removed, use IgcRangeSliderValueEventArgs instead.
- IgcActiveStepChangingArgs removed, use IgcActiveStepChangingEventArgs instead.
- IgcActiveStepChangedArgs removed, use...
Released: Apr 23, 2025
Ignite UI for Web Components 5.4.1 での更新項目
機能
- Added File Input component.
- Added Tooltip component.
- Exposed more public API type aliases for component property types like ButtonVariant, PickerMode, StepperOrientation, HorizontalTransitionAnimation (carousel and horizontal stepper) and more.
- Improved Card spacing styles.
- Carousel - You can now use the new button focus arrow color.
- Checkbox - You can now use the new focus border color.
- Radio - You can now use the new focus border color.
- Tile manager
- Improved tile swap behavior based on drag...
Released: Apr 5, 2025
Ignite UI for jQuery 24.2.7 での更新項目
不具合の修正
- Replaced usage of additional deprecated jQuery API functions such as:
- Setting
outline to 0 through jQuery.css
jQuery.isArray
- Shorthand functions such as
keydown, mousedown, dblclick, focus and select.
Released: Mar 31, 2025
Ignite UI for Blazor 24.2.92 での更新項目
機能
- All Grids
- Added new 'DisabledSummaries' for the columns of the grid, allowing the developers to skip some of the summaries.
- Encapsulate internal grid action button.
不具合の修正
- IgbDialog
- When ShowAsync and HideAsync are called, the subsequent code is not executed.
Released: Mar 27, 2025
App Builder March 2025 での更新項目
機能
- Conversational AI Experience for app creation.
- Added Initial Advanced Filtering support to all Grids.
- New Query Variable type - A specialized variable that interacts with data sources, dynamically filtering large datasets through API requests with server-side filtering for optimal performance.
- Added Query Builder component to the component toolbox.
- Reorder Actions - Customize the execution order of actions triggered by component interactions.
- Improved Forms Reset capabilities in generated...
Released: Mar 13, 2025
Ignite UI for Angular 19.2.0 での更新項目
機能
IgxCarousel
- Removed deprecated property keyboardSupport.
IgxSlide
- Deprecation - tabIndex has been deprecated and will be removed in a future version.
IgxGrid, IgxHierarchicalGrid, IgxTreeGrid
- A column's minWidth and maxWidth constrain the user-specified width so that it cannot go outside their bounds.
- In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if...
Released: Mar 7, 2025
Ignite UI for React 18.8.0 での更新項目
機能
- Toolbar
- Added new GroupHeaderTextStyle property to IgrToolbar and IgrToolPanel. If set, it will apply to all IgrToolActionGroupHeader actions.
- Added new property on IgrToolAction called titleHorizontalAlignment which controls the horizontal alignment of the title text.
- Added new property on IgrToolActionSubPanel called ItemSpacing which controls the spacing between items inside the panel.
不具合の修正
- Excel Library
- Chart's plot area right margin becomes narrower and fill pattern and fill foreground...
Released: Feb 28, 2025
Ultimate UI for WPF 24.2.93 での更新項目
不具合の修正
- XamDataChart
- When using an OlapXAxis with a StackedColumnSeries, legend items are duplicated and in some cases, they appear blank.
- Bubble Series tooltip content is switched to that of nearby bubble data after clicking a bubble.
- Chart shows two X Axes when aligned to the top of the chart.
- XamComboEditor
- NullReferenceException occurs when using a ComboItemFilter with a nested FieldName.
- XamDataGrid
- The order of the fields is not correct after calling LoadCustomizations() if the grid has...
Released: Feb 28, 2025
Ignite UI for jQuery 24.2.6 での更新項目
不具合の修正
- Replaced usage of deprecated jQuery API from various 3.x releases.