Skip to content

Releases: radzenhq/radzen-blazor

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.

5.9.0

24 Jan 20:50
Compare
Choose a tag to compare

5.9.0 - 2025-01-24

Improvements

  • System.Linq.Dynamic.Core updated to latest preview.

Fixes

  • Update Material theme secondary color value to meet WCAG AA contrast ratio criteria.
  • Timeline point icon size should not impact ChildContent icon size.

5.8.0

23 Jan 09:00
Compare
Choose a tag to compare

5.8.0 - 2025-01-23

Improvements

  • RadzenTable component added.
  • Expose Visible and IFormFieldContext on IRadzenFormComponent.
  • CustomText property added to localize DataGrid and DataFilter Custom filter operator.

Fixes

  • Fixed DataGrid Enum Column Filter with FilterMode CheckBoxList not working.