Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
6.2.6
6.2.6 - 2025-03-11
Improvements
- Added SameSite and Secure options for theme cookie.
Fixes
- Avoid executing possible IQueryable code on DataGrid RowSelect.
6.2.5
6.2.5 - 2025-03-10
Fixes
- OrderBy() by string selector improved to handle better sort strings discovery.
- DropDownBase selection when binding to dictionary.
- AutoComplete, Numeric: fix font family in inputs.
6.2.4
6.2.4 - 2025-03-06
Improvements
- DataGrid sort of non dynamic data fixed.
6.2.3
6.2.3 - 2025-03-06
Improvements
- DataGrid sort of dynamic data and of property with space fixed.
6.2.2
6.2.2 - 2025-03-06
Improvements
- DataGrid sort order can't be changed with multi column sorting.
6.2.1
6.2.1 - 2025-03-06
Improvements
- Select() method discovery improved.
6.2.0
6.2.0 - 2025-03-06
Improvements
- Select() by string element type discovery improved.
- Optimize Material Symbols variable icon font.
- DataGrid SaveSettings() method made public.
Fixes
- Member access in GetNestedPropertyExpression() should support interfaces.
- Popup focus first element made faster.
6.1.6
6.1.6 - 2025-03-04
Improvements
- RadzenDataFilterProperty FilterOperators property added similar to RadzenDataGridColumn.
- Added DataFilter/DataGrid support for filtering enumerable properties with Contains operator and single value.
- Progress indicator for Duration of the Notification added.
Fixes
- RadzenStackedColumnSeries and RadzenStackedBar series support negative values.
6.1.5
6.1.5 - 2025-03-01
Fixes
- RadzenStackedColumnSeries and RadzenStackedBar series support negative values.
- DataGrid column resize defaults to 0px width.
- Select() by string should support lambda expressions.
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.