Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.7.1
5.7.1 - 2024-12-19
Improvements
- Scheduler RadzenMultiDayView AdvanceDays property added.
- Accordion item Disabled property added.
Fixes
- Fixed DataGrid CheckBoxList filtering with LoadData and In/NotIn operator.
- Fixed DataGrid CheckBoxList filtering with LoadData for enums.
5.7.0
5.7.0 - 2024-12-16
Improvements
- Scheduler New View - MultiDay.
- Add responsive utility classes for sizing, overflow, and alignment in flexbox.
- Add customizable RadzenTreeItem css classes.
- Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support.
Fixes
- Fixed Scheduler exception when navigating away.
- RadzenDataFilter.DrawNumericFilter to use ValueChanged.
- Fix Scheduler Planner and Timeline view z-index.
5.6.15
5.6.15 - 2024-12-11
Improvements
- PickList SelectAllText added.
Fixes
- DataGrid will close column filter after open in case of hidden column runtime.
5.6.14
5.6.14 - 2024-12-10
Fixes
- DataGrid column should not be visible if all child columns are not visible.
- Fixed Numeric component input lost in some cases.
5.6.13
5.6.13 - 2024-12-09
Improvements
- PickList AllowMoveAll, AllowMoveAllSourceToTarget, AllowMoveAllTargetToSource properties added.
- PickList ItemRender event added.
Fixes
- DatePicker DateRender will not apply class attribute.
- Fix null ref exception when column is null on GroupsCollectionChanged.
- Rounded corners in stacked bar and column chart sometimes do not display.
- DataGrid non numeric advanced filtering fixed.
5.6.12
5.6.12 - 2024-12-05
Fixes
- RadzenDataGridHeaderCell to handle nullable types in ApplyFilter.
- DataGrid cell editing validation fixed.
5.6.11
5.6.11 - 2024-12-03
Fixes
- RadzenColorPicker is not fully integrated with the EditContext API.
- Fixed DataGrid advanced numeric filter input issues caused by Blazor server latency.
- Scheduler does not render some events in month view.
- DropDownBase will check if TextProperty is set when attempting to use it for filter.
5.6.10
5.6.10 - 2024-11-30
Fixes
- Fixed Tabs OnKeyPress out of range exception.
- Fixed parameter is not of type node with AutoComplete.
- DataGrid CheckBoxList filter for numerics and enums fixed.
- OData filter DateOnly support fixed.
5.6.9
5.6.9 - 2024-11-29
Fixes
- Filtering of DropDownBase will be able to handle null values
- Fixed DataGrid, advanced filter with Settings on column with a Enum type.
- DataGrid advanced numeric filter second value fixed.
5.6.8
5.6.8 - 2024-11-28
Fixes
- DataGrid filtering sub properties should handle null values.
- DataGrid numeric advanced filter input improved.
- DatePicker OkAriaLabel property used for Ok text.