Skip to content

Releases: radzenhq/radzen-blazor

5.2.5

30 Sep 07:28
Compare
Choose a tag to compare

5.2.5 - 2024-09-30

Fixes

  • DataGrid simple DateTime filter popup button will show active filter state.
  • Hide unwanted focused outline around the table in RadzenDataGrid.
  • DataGrid will group wrong column in case of Visible=false columns.
  • Enum filtering using underlying types other than Int32 is now supported.
  • Fixed input width in RadzenFormFields.

5.2.4

30 Sep 07:18
Compare
Choose a tag to compare

5.2.4 - 2024-09-24

Fixes

  • Added debug symbols to nuget package and updated the version

5.2.3

24 Sep 12:23
Compare
Choose a tag to compare

5.2.3 - 2024-09-24

Fixes

  • Mask component value not updated on change in Safari.
  • DatePicker as calendar, disappears when press escape key.
  • DatePicker with Inline=true should not close or toggle popup,
  • DataGrid column filters not cleared properly.
  • Added 'notranslate' CSS class to all icons to prevent icon translation.
  • RadzenNumeric prevents tab out when up/down key pressed before.

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.