Skip to content

Releases: radzenhq/radzen-blazor

5.2.2

19 Sep 07:12
Compare
Choose a tag to compare

5.2.2 - 2024-09-19

Fixes

  • DataGrid filter aria label properties misspelled.

5.2.1

19 Sep 05:58
Compare
Choose a tag to compare

5.2.1 - 2024-09-19

Improvements

  • Added ShowWidth, ShowHeight ShowSrc and ShowAlt to RadzenHtmlEditorImage.
  • DataGrid row drag and drop works in day and month view.

Fixes

  • DataFilter ToFilterString() should traverse filters exactly like Where() extension method,
  • Dialog closes on ESC even if CloseDialogOnEsc = false in some cases.
  • SecurityCode input not focused after count change.
  • DataAnnotationValidator throws exception when used with double properties.
  • Chart series annotations are sometimes duplicated.
  • Upload will unable to upload empty file.

5.2.0

16 Sep 13:23
Compare
Choose a tag to compare

5.2.0 - 2024-09-16

Improvements

  • Added utility CSS classes for display, overflow, sizing and borders.
  • NumericRangeValidator AllowNull added.
  • Implement UploadComplete event in RadzenHtmlEditor.
  • DataGrid KeyDown event added.

Fixes

  • DataGrid CheckBoxList column filter not refreshed on search when AllowCheckBoxListVirtualization="false".
  • AutoComplete property deleted to comply with .NET9 (no longer possible to have property and attribute with same name). All cases will be supported trough custom attribute.
  • Pager will focus clicked button if not disabled.
  • Required validation triggers unnecessarily for RadzenHtmlEditor.
  • DatePicker year DropDown should respect Culture.
  • Numeric should insert NumpadDecimal at cursor position.

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.