Released: May 29, 2025
Ignite UI for jQuery 24.2.8 中的更新
修補程式
- Replaced usage of left-over deprecated jQuery API functions.
- String functions such as 'startsWith' and 'endsWith' are now not replaced by a polyfill in modern browsers.
Released: May 28, 2025
Ignite UI for Web Components 6.0.1 中的更新
特性
- Radio group
- Slotted <label> elements have default styles based on the current theme.
修補程式
- Chip
- DateTime Input
- Ensure igcChange is emitted in case an incomplete mask value has been filled.
- Input
- Browser default autofill background styles.
- Textarea
- Dynamic prefix/suffix slot content state.
Released: May 15, 2025
25.1 中的更新
特性
Ignite UI for Angular
- Ignite UI Angular Grid component received a significant update to its SSR (server-side rendering) and SSG (prerendering). It now renders all its inner elements with appropriate relative sizes, allowing seamless client rehydration and subsequent databinding.
- Tile Manager Component enables the display of content in individual tiles, allowing users to interact with these tiles by rearranging and resizing them, giving them the freedom to customize the layout and appearance...
Released: Apr 30, 2025
Ignite UI for Blazor 24.2.111 中的更新
特性
- New Components
- Added new IgbTileManager component.
- List
- Added new property to 'IgbListItem' called 'Selected'.
- Accordion
- Added new events Open and Close.
- All Grids
- Now allow applying of initial filtering through the 'FilteringExpressionsTree' property.
修補程式
- IgbDataGrid
- Loading a layout with one of the date-specific filter operators results in a TypeError console error.
- Multiselection is not working correctly.
- IgbCombo
- Undefined reference error is thrown when a datasource is replaced.
- IgbInput...
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 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...