Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.2.2
5.2.1
5.2.1 - 2024-09-19
Improvements
- Added ShowWidth, ShowHeight ShowSrc and ShowAlt to RadzenHtmlEditorImage.
- DataGrid row drag and drop works in day and month view.
Fixes
- DataFilter ToFilterString() should traverse filters exactly like Where() extension method,
- Dialog closes on ESC even if CloseDialogOnEsc = false in some cases.
- SecurityCode input not focused after count change.
- DataAnnotationValidator throws exception when used with double properties.
- Chart series annotations are sometimes duplicated.
- Upload will unable to upload empty file.
5.2.0
5.2.0 - 2024-09-16
Improvements
- Added utility CSS classes for display, overflow, sizing and borders.
- NumericRangeValidator AllowNull added.
- Implement UploadComplete event in RadzenHtmlEditor.
- DataGrid KeyDown event added.
Fixes
- DataGrid CheckBoxList column filter not refreshed on search when AllowCheckBoxListVirtualization="false".
- AutoComplete property deleted to comply with .NET9 (no longer possible to have property and attribute with same name). All cases will be supported trough custom attribute.
- Pager will focus clicked button if not disabled.
- Required validation triggers unnecessarily for RadzenHtmlEditor.
- DatePicker year DropDown should respect Culture.
- Numeric should insert NumpadDecimal at cursor position.
5.1.11
5.1.10
5.1.10 - 2024-09-09
Fixes
- FileInput will display images when TValue is byte[].
- DataFilter 'Is Null' & 'Is Not Null' filter options do not produce correct filter via ToFilterString().
- DataFilter IsEmpty/IsNotEmpty operators logic fixed.
- Numeric inputmode attribute can be defined using InputAttributes.
- DataGrid should close other columns filter popups when FilterPopupRenderMode == PopupRenderMode.OnDemand.
5.1.9
5.1.8
5.1.8 - 2024-09-03
Improvements
- The user can select an image in RadzenHtmlEditor by clicking it. Then use the Insert image tool to set its attributes.
- The user can insert images and links in RadzenHtmlEditor by pressing Enter.
Fixes
- DataGrid CheckBoxList filter breaks cells value from enum description.
- DropDownDataGrid @bind-SelectedItem can cause endless loop in some cases.
- Fixed DataGrid string column will always apply Contains for initial filter.