Skip to content

Releases: radzenhq/radzen-blazor

6.1.4

01 Mar 10:23
Compare
Choose a tag to compare

6.1.4 - 2025-03-01

Fixes

  • Where() method by string query cannot be translated error fixed.
  • Moving appointments in month view resets their start and end time.

6.1.3

01 Mar 09:15
Compare
Choose a tag to compare

6.1.3 - 2025-03-01

Improvements

  • RadzenDatePicker supports custom year formatting via the YearFormat property.
  • Added MaxWidth property for RadzenDataGridColumn.
  • DialogService non generic open methods added.
  • Added “YearFormatter” property in RadzenDatePicker to allow custom formatting of Year.

Fixes

  • The ref parameter may be null in destroyChart().
  • FormField: fix css selectors for variants to avoid capturing variants of containers.
  • Where() by string should handle null item.

6.1.2

26 Feb 07:20
Compare
Choose a tag to compare

6.1.2 - 2025-02-26

Fixes

  • Scheduler does not show some appointments.
  • Fixed DataGrid sort issues due to duplicate sort descriptor lists.

6.1.1

25 Feb 08:47
Compare
Choose a tag to compare

6.1.1 - 2025-02-25

Fixes

  • DropDown/DropDownDataGrid case-insensitive filter cannot be translated by PG SQL provider.

6.1.0

24 Feb 14:25
Compare
Choose a tag to compare

6.1.0 - 2025-02-24

Improvements

  • DataGrid column WhiteSpace and HeaderWhiteSpace properties added.

Fixes

  • Fixed DataGrid alternating rows color in Fluent themes.

6.0.20

21 Feb 18:09
Compare
Choose a tag to compare

6.0.20 - 2025-02-21

Fixes

  • Fixed exception with DataGrid sorting and property name equal to System Type name.
  • DataGrid CheckBoxList filter list cast exception fixed.

6.0.19

21 Feb 06:40
Compare
Choose a tag to compare

6.0.19 - 2025-02-21

Fixes

  • Fixed Tree stack overflow after collapse.
  • ToFilterString() should export Boolean arrays as valid C#.

6.0.18

20 Feb 10:24
Compare
Choose a tag to compare

6.0.18 - 2025-02-20

Fixes

  • Saved DataGrid filter with CheckBoxList filter type will raise exception on settings load.
  • Fixed OrderBy() with complex lambdas.
  • Revert "Fix OnSideClose being called on open since dialogs opened with Open() cannot be closed.

6.0.17

19 Feb 16:44
Compare
Choose a tag to compare

6.0.17 - 2025-02-19

Fixes

  • Reverted DatePicker name of the day of the week too big in some cultures.

6.0.16

19 Feb 16:15
Compare
Choose a tag to compare

6.0.16 - 2025-02-19

Fixes

  • Fixed DataGrid CheckBoxFilter values not sorted.
  • DatePicker name of the day of the week too big in some cultures.
  • Generic OrderBy() method by string selector fixed to support lambda.