Skip to content

Releases: radzenhq/radzen-blazor

7.1.1

18 Jun 08:17
Compare
Choose a tag to compare

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

12 Jun 08:08
Compare
Choose a tag to compare

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

05 Jun 07:08
Compare
Choose a tag to compare

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

27 May 06:19
Compare
Choose a tag to compare

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

20 May 06:06
Compare
Choose a tag to compare

7.0.6 - 2025-05-20

Fixes

  • DataGrid CheckBoxList filter list not populated in some cases.
  • Remove Dialog's scale animation if it has RadzenChart inside.
  • RadzenAccordion items should be displayed vertically in RadzenStep.

7.0.5

15 May 04:31
Compare
Choose a tag to compare

7.0.5 - 2025-05-15

Fixes

  • DataGrid column FilterProperty should be respected if specified.
  • DataGrid grouping exception with wrong type discovery.

7.0.4

13 May 18:00
Compare
Choose a tag to compare

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

12 May 10:11
Compare
Choose a tag to compare

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

08 May 14:26
Compare
Choose a tag to compare

7.0.2 - 2025-05-08

Improvements

  • Add Template property to RadzenTocItem.

Fixes

  • The bottom border color of a hovered/focused input field in Standard themes.

7.0.1

08 May 12:07
Compare
Choose a tag to compare

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.