Skip to content

Releases: radzenhq/radzen-blazor

6.0.0

13 Feb 12:08
Compare
Choose a tag to compare

6.0.0 - 2025-02-13

Improvements

  • Various components reworked without dynamic LINQ.

5.9.9

12 Feb 16:12
Compare
Choose a tag to compare

5.9.9 - 2025-02-12

Improvements

  • Allow AutoComplete with OpenOnFocus to show items even without user input.
  • DataGrid ReloadSettings() method added,

Fixes

  • Fixed Tree recursion error during expand with SingleExpand=true.
  • Fixed DropDown all items selection with DisabledProperty.

5.9.8

06 Feb 09:09
Compare
Choose a tag to compare

5.9.8 - 2025-02-06

Improvements

  • Added DisabledProperty, AllowSelectAll, SelectedSourceToTargetIcon, SelectedTargetToSourceIcon, SourceToTargetIcon, TargetToSourceIcon parameters to RadzenPickList.

Fixes

  • DataGrid CheckBoxList filter mode with EF Core data source crashes application when using keyboard.
  • Fixed FileInput breaks if both MaxWidth and MaxHeight is set and a non image is selected.
  • Add input width: 100%; for rz-helper-hidden-accessible class.

5.9.7

03 Feb 12:42
Compare
Choose a tag to compare

5.9.7 - 2025-02-03

Imrovements

  • Added Size parameter to the RadzenGravatar component.
  • Unify styles and behavior of forms components when invalid css class is present.
  • Add Notify overload that accepts a Timespan for duration, for improved clarity.
  • RadzenDatePicker floating label and RadzenFormField support.

Fixes

  • DropDownDataGrid item not selected after change outside of the component.
  • Setting the Value of RadzenHtmlEditorBackground makes it impossible to pick a color.
  • RadzenTheme could throw a null reference exception during dispose in rare cases.

5.9.6

29 Jan 06:59
Compare
Choose a tag to compare

5.9.6 - 2025-01-29

Imrovements

  • Added ReadOnly parameter for RadzenSwitch component.
  • Dynamic LINQ ParsingConfig initialization moved to RadzenComponent.

5.9.5

28 Jan 04:54
Compare
Choose a tag to compare

5.9.5 - 2025-01-28

Fixes

  • Fixed InvokeAsync(Reload); not awaited in DataGrid.
  • DataGrid sorting with dynamic data fixed.

5.9.4

27 Jan 16:22
Compare
Choose a tag to compare

5.9.4 - 2025-01-27

Improvements

  • DataGrid sorting/grouping error with np() function fixed.

5.9.3

27 Jan 14:02
Compare
Choose a tag to compare

5.9.3 - 2025-01-27

Improvements

  • System.Linq.Dynamic.Core settings improved.

5.9.2

27 Jan 06:03
Compare
Choose a tag to compare

5.9.2 - 2025-01-27

Improvements

  • DropDownBase multiple selection fixed.
  • System.Linq.Dynamic.Core updated to 1.6.0.

5.9.1

26 Jan 13:40
Compare
Choose a tag to compare

5.9.1 - 2025-01-26

Improvements

  • Dynamic LINQ AllowEqualsAndToStringMethodsOnObject set to true by default.