Skip to content

Releases: radzenhq/radzen-blazor

5.7.0

16 Dec 07:16
Compare
Choose a tag to compare

5.7.0 - 2024-12-16

Improvements

  • Scheduler New View - MultiDay.
  • Add responsive utility classes for sizing, overflow, and alignment in flexbox.
  • Add customizable RadzenTreeItem css classes.
  • Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support.

Fixes

  • Fixed Scheduler exception when navigating away.
  • RadzenDataFilter.DrawNumericFilter to use ValueChanged.
  • Fix Scheduler Planner and Timeline view z-index.

5.6.15

11 Dec 15:03
Compare
Choose a tag to compare

5.6.15 - 2024-12-11

Improvements

  • PickList SelectAllText added.

Fixes

  • DataGrid will close column filter after open in case of hidden column runtime.

5.6.14

10 Dec 12:07
Compare
Choose a tag to compare

5.6.14 - 2024-12-10

Fixes

  • DataGrid column should not be visible if all child columns are not visible.
  • Fixed Numeric component input lost in some cases.

5.6.13

09 Dec 09:54
Compare
Choose a tag to compare

5.6.13 - 2024-12-09

Improvements

  • PickList AllowMoveAll, AllowMoveAllSourceToTarget, AllowMoveAllTargetToSource properties added.
  • PickList ItemRender event added.

Fixes

  • DatePicker DateRender will not apply class attribute.
  • Fix null ref exception when column is null on GroupsCollectionChanged.
  • Rounded corners in stacked bar and column chart sometimes do not display.
  • DataGrid non numeric advanced filtering fixed.

5.6.12

05 Dec 08:10
Compare
Choose a tag to compare

5.6.12 - 2024-12-05

Fixes

  • RadzenDataGridHeaderCell to handle nullable types in ApplyFilter.
  • DataGrid cell editing validation fixed.

5.6.11

03 Dec 13:43
Compare
Choose a tag to compare

5.6.11 - 2024-12-03

Fixes

  • RadzenColorPicker is not fully integrated with the EditContext API.
  • Fixed DataGrid advanced numeric filter input issues caused by Blazor server latency.
  • Scheduler does not render some events in month view.
  • DropDownBase will check if TextProperty is set when attempting to use it for filter.

5.6.10

30 Nov 13:34
Compare
Choose a tag to compare

5.6.10 - 2024-11-30

Fixes

  • Fixed Tabs OnKeyPress out of range exception.
  • Fixed parameter is not of type node with AutoComplete.
  • DataGrid CheckBoxList filter for numerics and enums fixed.
  • OData filter DateOnly support fixed.

5.6.9

29 Nov 08:23
Compare
Choose a tag to compare

5.6.9 - 2024-11-29

Fixes

  • Filtering of DropDownBase will be able to handle null values
  • Fixed DataGrid, advanced filter with Settings on column with a Enum type.
  • DataGrid advanced numeric filter second value fixed.

5.6.8

28 Nov 08:04
Compare
Choose a tag to compare

5.6.8 - 2024-11-28

Fixes

  • DataGrid filtering sub properties should handle null values.
  • DataGrid numeric advanced filter input improved.
  • DatePicker OkAriaLabel property used for Ok text.

5.6.7

22 Nov 14:51
Compare
Choose a tag to compare

5.6.7 - 2024-11-22

Fixes

  • Tooltip generates console error when RadzenTooltip.CloseTooltip called.