Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.6.5
5.6.5 - 2024-11-20
Fixes
- SplitButton popup overlaps the button in some cases.
- Tooltip top/left position fixed.
- Slider step not working properly when equal to min.
- DataGrid advanced filter popup position fixed.
- Tooltip should call openTooltip only once.
- DropDownDataGrid should not request items on clear if not needed.
5.6.4
5.6.3
5.6.2
5.6.2 - 2024-11-18
Improvements
- RadzenDropZoneItemEventArgs DataTransfer property added to handle files drop.
- RadzenDataFilterProperty FilterProperty property added similar to DataGrid columns to be able to filter collection sub property.
Fixes
- Fixed touch not working properly on page with Slider component.
- Fix FilterString generation for the FilterOperator.In and FilterOperator.NotIn.
5.6.1
5.6.1 - 2024-11-15
Improvements
- Allow the developer to set the Fill of RadzenSeriesAnnotation.
Fixes
- Set dynamic viewport height to RadzenLayout on screen widths less than 768px.
- Fixed disabled SplitButton tabindex not correct.
- DataGrid column numeric advanced filter improved.
- Check if document.body is available to prevent JS errors when Radzen.Blazor.js is incorrectly included in the
<head>
. - Fixed popup can cause scroll in some cases.
5.6.0
5.5.5
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".