Skip to content

Releases: radzenhq/radzen-blazor

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.

5.6.6

22 Nov 07:53
Compare
Choose a tag to compare

5.6.6 - 2024-11-22

Fixes

  • Fix missing DateOnly Type check in if statement with OData filtering.
  • Tooltip position updated when forced to change.

5.6.5

20 Nov 14:00
Compare
Choose a tag to compare

5.6.5 - 2024-11-20

Fixes

  • SplitButton popup overlaps the button in some cases.
  • Tooltip top/left position fixed.
  • Slider step not working properly when equal to min.
  • DataGrid advanced filter popup position fixed.
  • Tooltip should call openTooltip only once.
  • DropDownDataGrid should not request items on clear if not needed.

5.6.4

19 Nov 14:08
Compare
Choose a tag to compare

5.6.4 - 2024-11-19

Improvements

  • DataGrid FilterOperators column property added, FilterValueTemplate enabled for SimpleWithMenu and CheckBoxList filter modes.

Fixes

  • Popup positioning improved.

5.6.3

18 Nov 11:03
Compare
Choose a tag to compare

5.6.3 - 2024-11-18

Improvements

  • DataGrid IsValid property added.

Fixes

  • Fix missing element reference for RadzenSplitterPane.

5.6.2

18 Nov 10:55
a8250f1
Compare
Choose a tag to compare

5.6.2 - 2024-11-18

Improvements

  • RadzenDropZoneItemEventArgs DataTransfer property added to handle files drop.
  • RadzenDataFilterProperty FilterProperty property added similar to DataGrid columns to be able to filter collection sub property.

Fixes

  • Fixed touch not working properly on page with Slider component.
  • Fix FilterString generation for the FilterOperator.In and FilterOperator.NotIn.

5.6.1

15 Nov 13:58
Compare
Choose a tag to compare

5.6.1 - 2024-11-15

Improvements

  • Allow the developer to set the Fill of RadzenSeriesAnnotation.

Fixes

  • Set dynamic viewport height to RadzenLayout on screen widths less than 768px.
  • Fixed disabled SplitButton tabindex not correct.
  • DataGrid column numeric advanced filter improved.
  • Check if document.body is available to prevent JS errors when Radzen.Blazor.js is incorrectly included in the <head>.
  • Fixed popup can cause scroll in some cases.