Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.5.4
5.5.4 - 2024-11-05
Improvements
- DropDown Open and Close events added.
Fixes
- Avoid using
new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase)
because of error in ColorPicker after deploy to IIS. - Carousel swipe should not prevent touch of other nested components.
- Fixed DataGrid LoadColumnFilterData paging arguments not passed correctly.
- Fixed Carousel out of range exception when navigating to out of range index.
- Fixed DataGrid Object must implement IConvertible with DateOnly filtering for OData.
- Fixed "The ParameterView instance can no longer be read because it has expired." error with virtualized DropDownDataGrid.
5.5.3
5.5.3 - 2024-11-04
Fixes
- Fixed RadzenCarousel Navigation will skip one item forward on manual navigation with Auto=true.
- Fixed DataGrid boolean fields in advanced filter auto-apply without pressing 'Apply'.
- DataGrid Reset() should reset to original columns order.
- DataGrid will close column filter after open in case of hidden column with FilterPopupRenderMode="PopupRenderMode.OnDemand".
5.5.2
5.5.1
5.5.0
5.4.0
5.4.0 - 2024-10-28
Improvements
- Added FilterAutoCompleteType to DropDown.
- Added CardGroup component.
- PickList Placeholder, SourcePlaceholder and TargetPlaceholder added.
- Render chart tooltips in the same way as standard tooltips.
Fixes
- Fixed apiKey not defined for updateMap method in GoogleMap.
- DropDownDataGrid sorting when virtualized fixed.
5.3.5
5.3.3
5.3.2
5.3.1
5.3.1 - 2024-10-17
Fixes
- Disabled text color in material theme should be lighter.
- Fix rz-column-title overflow if it has a checkbox inside.
- DataGrid should not show two expand icons in case of both self-reference hierarchy and Template defined.
- Fix label overlapping when RadzenFileInput is in RadzenFormField.
- Carousel pager not updated on auto rotate in some cases.
- Carousel manual navigation should reset the auto-rotate timer.
- DataGrid wrong column grouped in some cases with composite columns.