Skip to content

Releases: radzenhq/radzen-blazor

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.

5.6.0

13 Nov 07:08
Compare
Choose a tag to compare

5.6.0 - 2024-11-13

Improvements

  • Vertical slider added.
  • NET9 support added.

Fixes

  • Fixed DataGrid CheckBoxList filter exception with Enum sub property.

5.5.5

06 Nov 16:16
Compare
Choose a tag to compare

5.5.5 - 2024-11-06

Fixes

  • Fixed DataGrid will not show EmptyTemplate when AllowVirtualization=true.
  • Fixed Carousel Auto=true does not repeat cycle.
  • GoogleMap UpdateMap() fixed.

5.5.4

05 Nov 10:28
Compare
Choose a tag to compare

5.5.4 - 2024-11-05

Improvements

  • DropDown Open and Close events added.

Fixes

  • Avoid using new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase) because of error in ColorPicker after deploy to IIS.
  • Carousel swipe should not prevent touch of other nested components.
  • Fixed DataGrid LoadColumnFilterData paging arguments not passed correctly.
  • Fixed Carousel out of range exception when navigating to out of range index.
  • Fixed DataGrid Object must implement IConvertible with DateOnly filtering for OData.
  • Fixed "The ParameterView instance can no longer be read because it has expired." error with virtualized DropDownDataGrid.

5.5.3

04 Nov 07:19
Compare
Choose a tag to compare

5.5.3 - 2024-11-04

Fixes

  • Fixed RadzenCarousel Navigation will skip one item forward on manual navigation with Auto=true.
  • Fixed DataGrid boolean fields in advanced filter auto-apply without pressing 'Apply'.
  • DataGrid Reset() should reset to original columns order.
  • DataGrid will close column filter after open in case of hidden column with FilterPopupRenderMode="PopupRenderMode.OnDemand".

5.5.2

31 Oct 08:29
Compare
Choose a tag to compare

5.5.2 - 2024-10-31

Fixes

  • Fixed the ParameterView instance can no longer be read because it has expired with virtualized DropDownDataGrid.