Skip to content

Releases: radzenhq/radzen-blazor

5.1.4

28 Aug 07:12
Compare
Choose a tag to compare

5.1.4 - 2024-08-28

Improvements

  • DataList EmptyMessage, EmptyTemplate and ShowEmptyMessage added.

Fixes

  • DataGrid simple filter input autocomplete disabled.
  • DataGrid composite column GroupFooterTemplate fixed.
  • DropDownDataGrid row not selected on initial selection.

5.1.3

23 Aug 08:51
Compare
Choose a tag to compare

5.1.3 - 2024-08-23

Fixes

  • DataGrid column FooterTemplate not rendered when only for composite columns.
  • Fixed DropDown collapse when inside Popup.
  • Fixed Numeric floating-point value loss of precision.

5.1.2

22 Aug 04:54
Compare
Choose a tag to compare

5.1.2 - 2024-08-22

Fixes

  • Fix DropDown chips padding within a flat or filled FormField.
  • RadzenTreeItem rendering fixed.
  • DataGrid Bool and Bool? filters not handled correctly.
  • PanelMenu will use PanelMenuItem.Match if not default.
  • Hide RadzenButton's hover state on touchscreen devices.
  • DropDownDataGrid HeaderTemplate duplicated.

5.1.1

16 Aug 04:56
Compare
Choose a tag to compare

5.1.1 - 2024-08-16

Fixes

  • DatePicker not closed when date is picked without time.
  • CheckBoxListItem does not update aria-checked selected.

5.1.0

15 Aug 07:07
Compare
Choose a tag to compare

5.1.0 - 2024-08-15

Improvements

  • New Shared chart tooltips and Sparkline component.
  • DataGrid column FormatProvider property added.

Fixes

  • Fix ProgressBar value color
  • Exception is thrown when using bar series with empty data.
  • DropDown OpenOnFocus behavior improved.
  • Raise the HtmlEditor Paste event when an image is pasted.

5.0.9

12 Aug 05:39
Compare
Choose a tag to compare

5.0.9 - 2024-08-12

Improvements

  • DataGrid ColumnReordering event added.
  • DropDownDataGrid HeaderTemplate and FooterTemplate support added.

Fixes

  • Fixed DataFilter ToFilterString() wrong expression for dates.
  • Fixed Splitter exception when all panes Resizable=false.

5.0.8

08 Aug 11:09
Compare
Choose a tag to compare

5.0.8 - 2024-08-06

Improvements

  • SideDialogOptions AutoFocusFirstElement added.

Fixes

  • Fix Panel's toggle icon colors in Standard Dark theme.
  • Fix SplitButton spacing issue between icon and text.
  • Check fireChangeEvent before invoking Change event in RadzenUpload.
  • DataGrid CheckBoxList Filter is not showing all values.
  • SplitButton not cleared from DOM after disposed.
  • DataGrid column null propagation for filtering will be used only for nullable types.
  • ProfileMenu keyboard navigation fixed.

5.0.7

06 Aug 09:35
Compare
Choose a tag to compare

5.0.7 - 2024-08-06

Fixes

  • IconColor property not applied in RadzenSplitButtonItem.
  • TextAlign not applied in RadzenNumeric.
  • DatePicker should not close the popup when setting the day if ShowTimeOkButton is true.

5.0.6

01 Aug 14:50
Compare
Choose a tag to compare

5.0.6 - 2024-08-01

Fixes

  • GoogleMap custom marker label fixed.

5.0.5

01 Aug 13:31
Compare
Choose a tag to compare

5.0.5 - 2024-08-01

Fixes

  • DataGrid CheckBoxList filtering support improved for collection sub properties.
  • GoogleMap will use default marker label if not set custom.
  • DropDownBase should not raise ContextMenu event if disabled.
  • Fix disabled state of AutoComplete and DatePicker in FormField.