Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.6.10
5.6.9
5.6.8
5.6.7
5.6.6
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.