Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
7.1.1
7.1.1 - 2025-06-18
Fixes
- RadzenLayout components should not have 100vw on mobile screens.
- DataGrid CheckBoxList filter on wrong column in some cases.
- DataGrid LoadDataArgs Filters should respect the column FilterProperty.
- RadioButtonList Label showing hover hand despite being disabled.
7.1.0
7.1.0 - 2025-06-12
Improvements
- DropDownDataGrid AllowFilteringByWordCount property added.
- DropDownBase ResetSelectedIndexOnFilter property added.
- Enabled search on non string properties for DataGrid CheckBoxList filter.
- DataBoundFormComponent Value made typed.
Fixes
- RadzenMenu active state should be visually distinguishable.
- Login ShowLoginButton not respected in some cases.
- ExpressionSerializer should respect the DateTime.Kind.
7.0.8
7.0.8 - 2025-06-05
Improvements
- Supply Appointment data to SchedulerSlotRenderEventArgs.
Fixes
- DataGrid filter menu IsEmpty/IsNotEmpty options added for string columns.
- Shift key should not trigger DropDown Change event.
- RoundtripKind should be used for parsed DateTime.
7.0.7
7.0.7 - 2025-05-27
Improvements
- ToFilterString() and ToODataFilterString() extension methods added to IEnumerable.
- Add CloseSideAsync method to DialogService which waits for the close animation to complete.
- Add Icon to Title DialogOptions
Fixes
- TimeSpanPicker: fix missing panel fields if only Min or only Max is set.
- ToCSV() export method will handle comma.
- Numeric null. reference exception fixed.
- DataGrid CheckBoxList filter search will work properly when binding to dynamic data.
- RadzenScheduler throws error on window resize when placed in a hidden element.
- RadzenCompareValidator validates when the Visible property is set to
true
. - ToFilterString() should serialize only date of DateTime with zero time.
- DataGrid column with CustomFilterExpression will not filter initially.
- Non generic IDictionary support added for expressions.
- DataGrid CheckBoxList filter not populated properly in case of self-referencing hierarchy.
7.0.6
7.0.5
7.0.4
7.0.4 - 2025-05-13
Improvements
- DataGrid will populate Query.Filter and LoadDataArgs.Filter only if accessed.
Fixes
- Some zero-length Scheduler events appear on top of each other in month view.
- Cannot parse certain expressions that include string and number comparisons.
7.0.3
7.0.3 - 2025-05-12
Improvements
- Adding the possibility to return the source in the upload event args when managing file uploads via RadzenUpload.
Fixes
- Expanded panel menu items do not always collapse when Multiple is set to false.
- PanelMenu item expand arrow should not be displayed when child items are absent.
- Support for Dictionary<string, string> expressions and indexer expressions with sub properties restored.
7.0.2
7.0.1
7.0.1 - 2025-05-08
Improvements
- Add Template property to RadzenTocItem.
Fixes
- NullReferenceException thrown by RadzenLayout when AddRadzenComponents is not used.
- Wrong duration progress position in RadzenNotification.
- Links inside popup should close the popup only on left mouse button click.