Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.2.5
5.2.5 - 2024-09-30
Fixes
- DataGrid simple DateTime filter popup button will show active filter state.
- Hide unwanted focused outline around the table in RadzenDataGrid.
- DataGrid will group wrong column in case of Visible=false columns.
- Enum filtering using underlying types other than Int32 is now supported.
- Fixed input width in RadzenFormFields.
5.2.4
5.2.3
5.2.3 - 2024-09-24
Fixes
- Mask component value not updated on change in Safari.
- DatePicker as calendar, disappears when press escape key.
- DatePicker with Inline=true should not close or toggle popup,
- DataGrid column filters not cleared properly.
- Added 'notranslate' CSS class to all icons to prevent icon translation.
- RadzenNumeric prevents tab out when up/down key pressed before.
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.