Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
6.0.0
5.9.9
5.9.9 - 2025-02-12
Improvements
- Allow AutoComplete with OpenOnFocus to show items even without user input.
- DataGrid ReloadSettings() method added,
Fixes
- Fixed Tree recursion error during expand with SingleExpand=true.
- Fixed DropDown all items selection with DisabledProperty.
5.9.8
5.9.8 - 2025-02-06
Improvements
- Added DisabledProperty, AllowSelectAll, SelectedSourceToTargetIcon, SelectedTargetToSourceIcon, SourceToTargetIcon, TargetToSourceIcon parameters to RadzenPickList.
Fixes
- DataGrid CheckBoxList filter mode with EF Core data source crashes application when using keyboard.
- Fixed FileInput breaks if both MaxWidth and MaxHeight is set and a non image is selected.
- Add input width: 100%; for rz-helper-hidden-accessible class.
5.9.7
5.9.7 - 2025-02-03
Imrovements
- Added Size parameter to the RadzenGravatar component.
- Unify styles and behavior of forms components when invalid css class is present.
- Add Notify overload that accepts a Timespan for duration, for improved clarity.
- RadzenDatePicker floating label and RadzenFormField support.
Fixes
- DropDownDataGrid item not selected after change outside of the component.
- Setting the Value of RadzenHtmlEditorBackground makes it impossible to pick a color.
- RadzenTheme could throw a null reference exception during dispose in rare cases.