Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
5.7.10
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.5 - 2025-01-13
Improvements
- SelectBar Orientation parameter added.
Fixes
- Fixed RadzenDataFilter.ToFilterString() returns invalid filter for string does not contain.
- Fixed Accordion cannot be collapsed using Selected property of the item.
- All popups will be closed on window resize.
- RadzenDropDownDataGrid selection lost when bound using LoadData with virtualization.
5.7.4
5.7.4 - 2025-01-10
Improvements
- Add SelectedView to SchedulerLoadEventArgs.
- Added Simple and SimpleWithMenu FilterMode support for DataGrid composite columns.
Fixes
- RadzenChart throws an exception when all series data is zero.
- DataGrid sort order not set properly when SortProperty is different from Property.
- Fix RadzenTree icon margin should not propagate to tree node label's child content.
5.7.3
5.7.3 - 2025-01-06
Improvements
- Ability to Show / Hide Scheduler Header.
- Support for inserting after specific row in DataGrid.
- DataGrid CheckBoxList filter loading indicator added.
Fixes
- Update Scheduler Title when StartMonth changes in Year Views.
- RadzenTree throws collection modified exception when SingleExpand is set to true.
- Fix DataGrid background colors of right inline frozen columns.
- Standard dark theme base flag fix.
- Numeric input not updated when Value is set to null.
- Fixed Nullable Integer RadzenNumeric allows decimals.
5.7.2
5.7.2 - 2024-12-27
Improvements
- Scheduler will sort appointments by length greater than one day.
- Added ShowHeader parameter for RadzenDataGrid component.
Fixes
- Numeric will prevent decimal insertion in integer-only fields.
- Catched possible sporadic exception invoking 'RadzenTooltip.CloseTooltip'.
- Steps aria-label attribute fixed.
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.