Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
6.1.4
6.1.4 - 2025-03-01
Fixes
- Where() method by string query cannot be translated error fixed.
- Moving appointments in month view resets their start and end time.
6.1.3
6.1.3 - 2025-03-01
Improvements
- RadzenDatePicker supports custom year formatting via the YearFormat property.
- Added MaxWidth property for RadzenDataGridColumn.
- DialogService non generic open methods added.
- Added “YearFormatter” property in RadzenDatePicker to allow custom formatting of Year.
Fixes
- The ref parameter may be null in destroyChart().
- FormField: fix css selectors for variants to avoid capturing variants of containers.
- Where() by string should handle null item.
6.1.2
6.1.2 - 2025-02-26
Fixes
- Scheduler does not show some appointments.
- Fixed DataGrid sort issues due to duplicate sort descriptor lists.
6.1.1
6.1.1 - 2025-02-25
Fixes
- DropDown/DropDownDataGrid case-insensitive filter cannot be translated by PG SQL provider.
6.1.0
6.1.0 - 2025-02-24
Improvements
- DataGrid column WhiteSpace and HeaderWhiteSpace properties added.
Fixes
- Fixed DataGrid alternating rows color in Fluent themes.
6.0.20
6.0.20 - 2025-02-21
Fixes
- Fixed exception with DataGrid sorting and property name equal to System Type name.
- DataGrid CheckBoxList filter list cast exception fixed.
6.0.19
6.0.19 - 2025-02-21
Fixes
- Fixed Tree stack overflow after collapse.
- ToFilterString() should export Boolean arrays as valid C#.
6.0.18
6.0.18 - 2025-02-20
Fixes
- Saved DataGrid filter with CheckBoxList filter type will raise exception on settings load.
- Fixed OrderBy() with complex lambdas.
- Revert "Fix OnSideClose being called on open since dialogs opened with Open() cannot be closed.
6.0.17
6.0.17 - 2025-02-19
Fixes
- Reverted DatePicker name of the day of the week too big in some cultures.
6.0.16
6.0.16 - 2025-02-19
Fixes
- Fixed DataGrid CheckBoxFilter values not sorted.
- DatePicker name of the day of the week too big in some cultures.
- Generic OrderBy() method by string selector fixed to support lambda.