Skip to content

Releases: radzenhq/radzen-blazor

5.1.11

11 Sep 07:01
Compare
Choose a tag to compare

5.1.11 - 2024-09-11

Improvements

  • DataGrid column AllowCheckBoxListVirtualization property added.

Fixes

  • Fixed DatePicker logic for HoursStep, MinutesStep and SecondsStep.
  • Fixed DataGrid Grouping very slow on the first render.

5.1.10

09 Sep 09:37
Compare
Choose a tag to compare

5.1.10 - 2024-09-09

Fixes

  • FileInput will display images when TValue is byte[].
  • DataFilter 'Is Null' & 'Is Not Null' filter options do not produce correct filter via ToFilterString().
  • DataFilter IsEmpty/IsNotEmpty operators logic fixed.
  • Numeric inputmode attribute can be defined using InputAttributes.
  • DataGrid should close other columns filter popups when FilterPopupRenderMode == PopupRenderMode.OnDemand.

5.1.9

06 Sep 06:30
Compare
Choose a tag to compare

5.1.9 - 2024-09-06

Improvements

  • Added Reload() method to RadzenTree.

Fixes

  • DataGrid exception when trying to filter DateTimeOffset.
  • DataGrid will not render colgroup if there are child columns.
  • DropDownDataGrid OpenOnFocus logic fixed.

5.1.8

03 Sep 14:48
Compare
Choose a tag to compare

5.1.8 - 2024-09-03

Improvements

  • The user can select an image in RadzenHtmlEditor by clicking it. Then use the Insert image tool to set its attributes.
  • The user can insert images and links in RadzenHtmlEditor by pressing Enter.

Fixes

  • DataGrid CheckBoxList filter breaks cells value from enum description.
  • DropDownDataGrid @bind-SelectedItem can cause endless loop in some cases.
  • Fixed DataGrid string column will always apply Contains for initial filter.

5.1.7

02 Sep 06:11
Compare
Choose a tag to compare

5.1.7 - 2024-09-02

Fixes

  • Fixed Slider with Min="1" change value with click.
  • Chart shared tooltips do not work in some cases.
  • DropDownDataGrid focus of selected item fixed.

5.1.6

30 Aug 15:44
Compare
Choose a tag to compare

5.1.6 - 2024-08-30

Improvements

  • DataGrid column FilterMode property added.

Fixes

  • DropDown selected item not highlighted on initial popup open.
  • DropDownDataGrid "Cannot read classList of undefined" error fixed.

5.1.5

29 Aug 06:19
Compare
Choose a tag to compare

5.1.5 - 2024-08-29

Fixes

  • DropDownDataGrid keyboard navigation fixed.

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.